summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2018-06-12Merge pull request #219 from genius3000/2.0+set_help_hideAdam
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP
2018-05-08Log NickServ ungroupMatt Schatz
2018-04-25Update copyright to 2018.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
2018-04-25Add 'n' email token for use in the emailchange template, this token gets ↵Robby
replaced with the display nickname.
2018-04-02Check for 'hide' flag in commands in (bs,cs,ns)_set HELPgenius3000
This code is duplicated from help.cpp to (bs,cs,ns)_set.cpp for listing the available SET commands. The check for the 'hide' flag was missed and this incorrectly listed commands that were configured as hidden.
2018-03-10Show NickServ SET MESSAGE in help when 'useprivmsg' is enabledgenius3000
2018-02-10ns_group: send login on successful group tooAdam
2017-10-12No longer try to create persistent channels on the flyAdam
Change initial channel creation to on post init so it will be part of the burst.
2017-07-24ns_group: don't require a user to groupAdam
2017-07-02Default require_oper to true. Fixes os_oper unserializer because it doesn't ↵Adam
set it.
2017-03-27cs_akick: don't show channel doesn't exist message in enforce from adding akicksAdam
2017-03-15cs_xop: fix showing alternative access methods in helpAdam
2017-02-21cs_set: don't lower ts from own clients joiningAdam
2017-02-21Unwrap list modes too in cs_mode, and fix clear on virtual modes to show an ↵Adam
error
2017-02-21Fix logging in cs_mode setAdam
2017-02-21os_forbid: match forbids exact on add/delAdam
2017-02-12os_logsearch: fix quick matchAdam
2017-02-06ns_set_misc/cs_set_misc: send syntax help tooAdam
2017-02-04bs_badwords: allow opers with botserv/administration to list/clear badwords tooAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Correct a couple expiry time checks from DoTime()Adam
2017-01-16Update copyright to 2017.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet.
2017-01-08ns_register: notify users of unconfirmed accounts on register when there is ↵Adam
no user too
2017-01-07os_list: show number of channels listed, tooAdam
2017-01-07os_list: also allow patterns in nick!user@host#realname formAdam
2016-12-11Allow nonconfirmed opers to confirm accountsAdam
2016-12-01cs_access: fix typoAdam
2016-11-22os_logsearch: optimize non wildcard searches, allow regexAdam
2016-11-22os_logsearch: add a hard max limit and make the limiter smarterAdam
2016-11-05Don't apply secureops to users with chanserv/administration privilege, not ↵Adam
protected
2016-11-05ns_group: allow userless executionAdam
2016-11-05cs_access: fix negative access to apply to the -1/0 special casingAdam
2016-11-03help: always use command name from config, which may be a different caseAdam
2016-11-03dns: set error to REFUSED when there are no answersAdam
2016-11-03Don't apply secureops to protected usersAdam
2016-11-03Fix userless /ns set email, #1689Adam
2016-10-25os_list: fix regex matchingAdam
2016-10-04cs_mode: check chanserv privilege too for status modes on setAdam
2016-10-04cs_mode: make override logging of mode set more reliableAdam
2016-09-30Revert "Always use display for memo source"Adam
This reverts commit d8a945b1a6f4e500bcb9162cf388f6984ad38328.
2016-09-25MemoServ - Read AllAlphaTech
2016-09-14Always use display for memo sourceAdam
2016-09-13cs_seen: allow unregistered users to useAdam
2016-09-06ms_cancel: cleanup, consider accounts by equiality instead of sender name to ↵Adam
account name
2016-07-25cs_xop: remove unused codeAdam
2016-07-23ns_set: clear last modes before unserializing themAdam
2016-07-23cs_set: clear last modes before unserializing themAdam
2016-07-10os_defcon: find module by name, it might not be loaded yetAdam
2016-07-03chankill: don't add duplicate akillsAdam
2016-07-03#1675: fix saset display to update the account name on the correct clientsAdam