summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
AgeCommit message (Collapse)Author
2013-07-03Allow channels on access listsAdam
2013-07-01Change 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-05Rework 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-11Explain how privileges associate themselves with modesAdam
2013-04-11Merge 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-09Rename OPDEOP and OPDEOPME privileges to be similar to the other status ↵Adam
privileges
2013-04-08Made XOP privileges configurableAdam
2013-04-08Made 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-02Some more typo and help text fixes, proper formatting of control codes, ↵Robby-
missing privileges, and settings corrections.
2013-01-31Some 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-22Fixed few minor typoslethality
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Allow ns_set_misc/cs_set_misc to have configurable help descriptionsAdam
2013-01-13Allow the config parser to skip over gettext's _() to allow translating ↵Adam
config values
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2012-12-27Add an expiry option to /cs banAdam
2012-12-27Remove clearusers. There is still kick * for this.Adam
2012-12-27Put appendtopic and topiclock into /cs topicAdam
2012-12-22Combine all of the set modules now that having them split apart is almost ↵Adam
completely pointless
2012-11-25Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akickAdam
2012-11-25Add commented command{} blocks for how 1.8 worked, don't show saset in the ↵Adam
help list to registered users.
2012-11-25added a config block for cs_seen in chanserv.example.confDukePyrolator
2012-10-29Readd cs_statusAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-06Fixups and cleanup for the last few commitsAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07These saset command stubs can go awayAdam
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-04-27Process defines even before includes, fixes defining{} pseudoclient names to ↵Adam
something else in their respective configurations
2012-02-26Added 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-10Removed 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-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other ↵Robby
small fixes
2011-12-17Fixed a slight error in email registration/resend and some minor typos.lethality
2011-12-15Add privilege ranks to determine how powerful privileges areAdam
2011-11-03Bug #1354 - Allow mode chars to be used for channel prefixs in services.confAdam
2011-09-25Remove opnotice from example configsAdam
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Removed opnoticeAdam
2011-09-10Added chanserv/up and chanserv/downAdam
2011-09-10Renamed the core pseudoclient modules to match their namesAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-09-09Changed User::IsRecognized check to default to secureAdam
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, ↵Adam
and prevent adding multiple of the same nick to access lists
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-11added cs_seenDukePyrolator
2011-08-10Added a services.host define to easily change every clients hostnameAdam
2011-08-09Simiplied a bit of the access systemAdam