summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
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
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 ↵Adam
non conf opers on rehash
2013-12-19Fix a few commands not being able to find non conf opersAdam
2013-12-17Update last_modes when keepmodes is set on or offAdam
2013-12-17Set pending mode changes immediately when an object is removed from the mode ↵Adam
stacker. And fix mlock creator from cs set persist on.
2013-12-02Send channel topics on initial burst, sync chanels after db load, and try to ↵Adam
after unserializing persist on
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-11-30Require email address to be passed to resetpassAdam
2013-11-24Revert "Fix session user logoff hook"Adam
This reverts commit 3b8f1cd59f523205d96c54c517b4d3e06bc061c4.
2013-11-23Fix/clean/clarify some stuff found by coverity scanAdam
2013-11-21Fix session user logoff hookAdam
2013-11-18Actually we can use this ssl ext type which apparently does existAdam
2013-11-18Give a reason why we cant clear nonssl users on ircds with no ssl usermodeAdam
2013-11-18Make /ms check better able to tell if youve recently sent a memo to someoneAdam
2013-11-18Check override permission in cs_flags for modifying existing entries tooAdam
2013-11-18Merge pull request #28 from Robby-/1.9+cslevelsAdam
cs_access: Fixed disabling channel levels. Also, correctly log /cs levels commands.
2013-11-18Show the correct setting name in /ns help set messageAdam
2013-11-18Default adding to 1 in mlock add/del, always reply with something even if ↵Adam
the input is invalid
2013-11-18cs_access: Fixed disabling channel levels. Also, correctly log /cs levels ↵Robby-
commands as an override or a normal command at the time it is executed, so, right before levels actually get modified.
2013-11-16Add missing .founder checks to cs_flagsAdam
2013-11-16Make /cs up set modes you have the priv for, but not the auto priv, because ↵Adam
Robby says so
2013-11-16Also check command names in cs_log when seeing if a newly added entry ↵Adam
already exists. Also force command names lowercase when looking them up.