summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
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-04-05Fix ns_lists command groupAdam
2013-04-02mentioned the charybdis protocol support in the readme and example configDukePyrolator
2013-03-31Add networkinfo:modelistsize config option to set the max size of b/e/I listsAdam
2013-03-30Add /bs set banexpire command to configure if/when botserv bans expireAdam
2013-03-30Split up bs_kick subcommands into real subcommandsAdam
2013-03-18Add db_sql:import config option so we can know for sure whether or not we ↵Adam
want a database import
2013-03-16Remove remaining disable_ns_register references in example configAdam
2013-03-14Update nickserv defult names for kill/killquick, hide email, usermask, and quitAdam
2013-03-14Fix setting BSDefFlags from the configAdam
2013-03-13Allow opers to override chanserv kick/ban, botserv say/act, and akick's ↵Adam
peace setting
2013-03-13Allow 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-25Don'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-05Fixed 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-02cs_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-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-30Remove sendpass from the configs and the config reader since it no longer existsAdam
2013-01-27Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private ↵Adam
to botserv/administration
2013-01-24Fix memo signon and memo receive default flag namesAdam
2013-01-22Add hidenetsplitquit config option to not show splits in /ns info's last ↵Adam
quit field
2013-01-22Fixed few minor typoslethality
2013-01-21removed old cs_modes fantasy{} command blocksDukePyrolator
2013-01-20removed loading of ns_set_chanstats and cs_set_chanstats from the ↵DukePyrolator
chanstats.example.conf, this functionality is now part of ns_set/cs_set
2013-01-13Allow grouping commands to make help output easier to comprehendAdam
2013-01-13Add svsjoin and svspart commandsAdam
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-29Remove clearuser references from configsAdam
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-12-15Made all langauges default to the UTF-8 charsetAdam
2012-12-15Move DNS handling to a moduleAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-12-09added a missing permission for operserv/global to the Services Administrator ↵DukePyrolator
block in example.conf
2012-11-30Allow services to return more than one NS recordAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
Made enc_old depend on enc_md5. Allow not loading any encryption modules if you want to only use an external mechanism. Removed ns_sendpass since it's just a bad idea.
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-25Rename restoreonghost in nickserv.confAdam
2012-11-25Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.Adam