summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2014-02-23webcpanel: Update copyright year.Robby-
ns_cert: Bold code 2 -> 002.
2014-02-22Store a cert->account map and use it for SASL EXTERNAL and certfp authAdam
2014-02-21Add some missing serial updates in os_dnsAdam
2014-02-17Fix os_ignore to work correctly with SQLAdam
2014-02-17Move most of the implementation details out of os_forbid.h, fixes crashing ↵Adam
if a module adding a forbid is unloaded without removing the forbid
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 ↵Adam
they are not
2014-02-11ns_suspend: Show the setter of the suspension and the reason when manually ↵Robby-
unsuspending.
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
Also classify ulines as protected
2014-02-09Log memoserv/sendallAdam
2014-02-07Allow other modules to suspend nicknames and channels without having to ↵Adam
subclass suspendinfo
2014-02-07Allow other modules to be able to view and modify cs and ns set_misc dataAdam
2014-02-07Update cs_updown.cppShutterQuick
cs_updown: Make CS DOWN remove all modes, not just one
2014-02-05Process mode changes in ns_ajoin before joining users, fixes not being able ↵Adam
to ajoin users to +R channels on Unreal
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
the same thing before being kicked
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 ↵Adam
chanserv/access/modify, as it only views channel access
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
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
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-
them, or are not meant to be translated in the first place.
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 ↵Adam
only control codes. Also fix matching single words at the beginning of lines.
2013-12-26Default the founder privilege to level 10000 as I had originally intended. ↵Adam
Document set fonder usage in cs_levels help.
2013-12-26Add a config option for whether or not to reset the TS of persistent ↵Adam
channels to their registration date
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 ↵Adam
allow growing the list pass accessmax. Fix reading botservs case sensitive config option. Give a better error message when trying to clone badwords if there is no botserv.
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