Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-26 | Default the founder privilege to level 10000 as I had originally intended. ↵ | Adam | |
Document set fonder usage in cs_levels help. | |||
2013-12-26 | Add a config option for whether or not to reset the TS of persistent ↵ | Adam | |
channels to their registration date | |||
2013-11-16 | Don't default /cs list or /ns list to require oper privs | Adam | |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which ↵ | Adam | |
lessens the insanity of renaming services | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-05 | Hide privileged commands in ns help set and cs help set if configured | Adam | |
2013-09-29 | Add chanserv:always_lower_ts config option to always lower registered | Adam | |
channels timestamps to the creation time which fixes some race conditions regarding users joining empty registered channels and doing things prior to the -o from services coming through. Without always_lower_ts attempt to bounce mode changes from bad users, which will work okay in most cases. | |||
2013-08-21 | Always require the registered channel mode is set. Comment out default ↵ | Adam | |
config requiring "r" as some ircds use it for registered users only | |||
2013-08-14 | Do not default mlock +r, it is unnecessray and only clutters up the mlock list | Adam | |
2013-08-11 | Fix cs_kee_pmodes default | 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-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-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-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-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-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. | |||
2013-01-22 | Fixed few minor typos | lethality | |
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam | |
2013-01-13 | Allow ns_set_misc/cs_set_misc to have configurable help descriptions | Adam | |
2013-01-13 | Allow the config parser to skip over gettext's _() to allow translating ↵ | Adam | |
config values | |||
2013-01-08 | Use m_rewrite to rewrite op, deop, halfop, ... etc | Adam | |
2012-12-27 | Add an expiry option to /cs ban | Adam | |
2012-12-27 | Remove clearusers. There is still kick * for this. | Adam | |
2012-12-27 | Put appendtopic and topiclock into /cs topic | Adam | |
2012-12-22 | Combine all of the set modules now that having them split apart is almost ↵ | Adam | |
completely pointless | |||
2012-11-25 | Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick | Adam | |
2012-11-25 | Add commented command{} blocks for how 1.8 worked, don't show saset in the ↵ | Adam | |
help list to registered users. | |||
2012-11-25 | added a config block for cs_seen in chanserv.example.conf | DukePyrolator | |
2012-10-29 | Readd cs_status | Adam | |
2012-10-08 | Made fantasy commands configurable | Adam | |
2012-10-06 | Fixups and cleanup for the last few commits | Adam | |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam | |
2012-09-07 | These saset command stubs can go away | Adam | |
2012-05-26 | Some access level fixes from Robby to more closely match the historic ↵ | Adam | |
levels, and some code cleanup | |||
2012-05-23 | Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵ | Adam | |
side mlock usage configurable | |||
2012-04-27 | Process defines even before includes, fixes defining{} pseudoclient names to ↵ | Adam | |
something else in their respective configurations | |||
2012-02-26 | Added chanserv:require config option to set which modes must be on all ↵ | Adam | |
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded. | |||
2012-01-10 | Removed this "valid" ip check in cidr::cidr, is wrong for IPv6 and ::pton ↵ | Adam | |
checks this anyway using inet_pton. Also fixed a comment Robby broke in chanserv.conf | |||
2012-01-07 | Cleaned up a lot of log messages, help replies, fixed cs_tban, and other ↵ | Robby | |
small fixes | |||
2011-12-17 | Fixed a slight error in email registration/resend and some minor typos. | lethality | |
2011-12-15 | Add privilege ranks to determine how powerful privileges are | Adam | |