summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2014-03-01Export interface for cs_entrymsgAdam
2014-03-01Make chanserv/invite show who invited youAdam
2014-03-01When unserializating channels and persist is set, only assign chanserv if ↵Adam
the perm channel mode doesnt exist
2014-03-01Do not enforce mlock when enforcing mlockAdam
2014-03-01Do not allow changing the email of unconfirmed accountsAdam
2014-02-28Allow svsjoin/svspart on yourselfAdam
2014-02-27Allow registration=mail forceemail=false to work, and simply give fully ↵Adam
registered accounts to people who do not provide an email to nickserv/register
2014-02-27Do not take modes from users in channels with secureops off if we are always ↵Adam
lowering channels timestamps to their creations
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.