summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Expand)Author
2014-02-17Move most of the implementation details out of os_forbid.h, fixes crashing if...Adam
2014-02-17Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573Adam
2014-02-11Make initial registration notices with mail less repetitiveAdam
2014-02-11Fix flags +* or -* sometimes incorrectly reporting opers as overriding when t...Adam
2014-02-11ns_suspend: Show the setter of the suspension and the reason when manually un...Robby-
2014-02-11os_modinfo: Add ability to list only extra modules.Robby-
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
2014-02-09Log memoserv/sendallAdam
2014-02-07Allow other modules to suspend nicknames and channels without having to subcl...Adam
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-02-07Update cs_updown.cppShutterQuick
2014-02-05Process mode changes in ns_ajoin before joining users, fixes not being able t...Adam
2014-02-03Actually just allow mode clear to take any mode nameAdam
2014-02-03Fix typo in mode clear, exempts -> exceptsAdam
2014-02-02Apply the last commit to cs_listAdam
2014-02-01ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED)Daniel Vassdal
2014-02-01ns_ajoin: Treat ',' as a separator.Daniel Vassdal
2014-01-26Fix cs_clone allowing users to clone a channel to itselfAttila Molnar
2014-01-26Correct error message in gl_global to reference the right moduleAdam
2014-01-21Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601.Adam
2014-01-09Fix repeat kicker message to show the correct number of times a user can say ...Adam
2014-01-09Fix empty ttb in bs kick repeat onAdam
2014-01-09Hook to OnUserLogin instead of OnNickIdentify in ns_ajoinAdam
2014-01-09Remove help access levels from help output because it no longer existsAdam
2014-01-06Fix compile with -std=c++11Adam
2014-01-06Hide +s channels from /cs list output to non opersAdam
2014-01-06Add the channel name to reply of cs-status, useful for applicationsDaniel Oaks
2014-01-04Make /cs status use the chanserv/auspex privilege instead of chanserv/access/...Adam
2014-01-02Add an explicit privilege for os_config's modifyAdam
2014-01-02Update os_configAdam
2014-01-02Have db_old load news.db tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-30Fix loading kicker ttb dataAdam
2013-12-29Don't expire ignores when NoExpire is enabled.Robby-
2013-12-28Do not translate command parameters that do not have translatable strings in ...Robby-
2013-12-27Readd channel description to ns alist outputAdam
2013-12-27Fix forbid add message to show the correct typeAdam
2013-12-26Fix crash with badwords of type 'end' and possibly when messages contain only...Adam
2013-12-26Default the founder privilege to level 10000 as I had originally intended. Do...Adam
2013-12-26Add a config option for whether or not to reset the TS of persistent channels...Adam
2013-12-24Don't epxire forbids when noexpire mode is onAdam
2013-12-24Set a description for the resend commandAdam
2013-12-24If last usermask and last realhost are the same, don't show both because duhAdam
2013-12-22Do not allow /cs clone access to add duplicate masks to the access list or al...Adam
2013-12-20Fix reading unconfirmed expire config value when register type is set to mailAdam
2013-12-20Fix deleting multiple access entries when one of them matches your access groupAdam
2013-12-20Add missing syntax to botserv kicker helpAdam
2013-12-20Document hs reject's reasonAdam
2013-12-19Don't leak opers and opertypes on /os reload, fix not updating opertypes on n...Adam
2013-12-19Fix a few commands not being able to find non conf opersAdam