Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | Support DNS ANY query type | Adam | |
2013-08-10 | Do not have ratbox or plexus pull modes from hybrid, it is entirely too ↵ | Adam | |
confusing. Also fix cs_mode config | |||
2013-08-10 | Add "simple seen" mode to cs_seen | Adam | |
2013-08-10 | Add os_info | Adam | |
2013-08-07 | Add m_sql_log | Adam | |
2013-08-01 | Add keepmodes setting | Adam | |
2013-07-22 | Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>: | Federico G. Schwindt | |
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs | |||
2013-07-21 | More basic config validation, and fix crash when no uplinks are configured. ↵ | Adam | |
spotted by fgs | |||
2013-07-07 | Move op/deop/etc back to an actual command, its too hard to use cs_log with ↵ | Adam | |
it as rewrites. Allow cs_log to work with either command names or service names. | |||
2013-07-08 | m_dnsbl: updated the url to DroneBL in modules.example.conf | DukePyrolator | |
2013-07-03 | Allow channels on access lists | Adam | |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
2013-06-22 | added the missing accessmax option to the ns_cert configuration block | DukePyrolator | |
2013-06-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of ↵ | Adam | |
usestrictprivmsg | |||
2013-06-19 | Removed inspircd 1.1 reference from conf. Corrected a few spelling issues. | KindOne | |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-26 | Update INSTALL and place some example link configurations in example.conf | Adam | |
2013-05-20 | made our database backup filenames more readable | DukePyrolator | |
2013-05-18 | Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵ | Adam | |
some typos, remove unused variable | |||
2013-05-18 | Add botserv bot usermode config option | Adam | |
2013-05-18 | Add a config option for the default log bot | Adam | |
2013-05-17 | Add Redis database support | Adam | |
2013-05-11 | Update botserv.example.conf for xop fantasy commands | Charles Kingsley | |
2013-05-10 | Fix typo in example.conf - thx rodr1go | Charles Kingsley | |
2013-05-08 | Add activate_on_set option for hostserv | Adam | |
2013-05-06 | Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too ↵ | Adam | |
late, after the users server can be gone. Fix a couple other small things | |||
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a ↵ | Adam | |
sane rank incase they are prefixless, and 50 other things | |||
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam | |
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-11 | Explain how privileges associate themselves with modes | Adam | |
2013-04-11 | Merge chanserv saset and set back into one command since it no longer needs ↵ | Adam | |
to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help. | |||
2013-04-09 | Rename OPDEOP and OPDEOPME privileges to be similar to the other status ↵ | Adam | |
privileges | |||
2013-04-08 | Made XOP privileges configurable | Adam | |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam | |
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config | |||
2013-04-05 | Fix ns_lists command group | Adam | |
2013-04-02 | mentioned the charybdis protocol support in the readme and example config | DukePyrolator | |
2013-03-31 | Add networkinfo:modelistsize config option to set the max size of b/e/I lists | Adam | |
2013-03-30 | Add /bs set banexpire command to configure if/when botserv bans expire | Adam | |
2013-03-30 | Split up bs_kick subcommands into real subcommands | Adam | |
2013-03-18 | Add db_sql:import config option so we can know for sure whether or not we ↵ | Adam | |
want a database import | |||
2013-03-16 | Remove remaining disable_ns_register references in example config | Adam | |
2013-03-14 | Update nickserv defult names for kill/killquick, hide email, usermask, and quit | Adam | |
2013-03-14 | Fix setting BSDefFlags from the config | Adam | |
2013-03-13 | Allow opers to override chanserv kick/ban, botserv say/act, and akick's ↵ | Adam | |
peace setting | |||
2013-03-13 | Allow m_ldap_authentication to block email changes if emails are controlled ↵ | Adam | |
by ldap, don't tell users they must change their email during initial user registration | |||
2013-02-25 | Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ↵ | Adam | |
down syntax, fix os_session messages to reference ip | |||
2013-02-05 | Fixed ns_set_misc not showing help for its SASET commands. | Robby- | |
Added descriptions and SASETs for the remaining commented ns_set_misc examples, without a description they won't show up in HELP if someone actually enabled those. | |||
2013-02-02 | cs_enforce: Make the logging also show the channel it was used on, added 2 ↵ | Robby- | |
missing log calls, can now handle overrides by services operators. | |||
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-31 | Some configuration file updates: Removed now non-existing settings. Redid ↵ | Robby- | |
some existing settings to look more consistent/uniform. Added some missing commands/permissions. Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way. |