summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2022-01-10Fix ns_resetpass not returning a response for XMLRPC (#243)Filippo Cortigiani
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box>
2022-01-10Multiple updates for unreal4 protocol (#285)k4bek4be
* Parse PROTOCTL PREFIX and PROTOCTL USERMODES * Add several previously unhandled modes * Fix incorrect SJOIN prefix handling * Enable message tags sending from ircd * Add timedban matcher * Add operclass matcher * Store all client and channel moddata. * Call unreal's internal unban on /cs unban * Check for ~a:0 ban * Add country ban matcher * Use +B umode for services bots
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
2021-06-04Add support for per-mode list limits.Sadie Powell
2021-05-31Fix some misleading indentation in ns_register.Sadie Powell
2021-04-27Add the anope_override keyword to methods that lack it.Sadie Powell
2021-02-19Added `Account` to show the main nick of a grouped nick(s).PeGaSuS
#270
2021-01-31cs_access: require accounts to be confirmed for level 0 accessAdam
2021-01-07Update copyright to 2021.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
2020-10-06Fix the global/global command showing the wrong origin nick.Sadie Powell
2020-04-06Improve wording of the resetpass:confirm log message.Matt Schatz
2020-01-07ms_info: Fix a typo in the INFO output when a nickname has been given.Robby
Update the dutch language file.
2020-01-04Update copyright to 2020.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
2019-12-14Fix a bunch of broken indentation.Peter Powell
2019-11-11Look up unconfirmedexpire from the correct module.Matt Schatz
- NickServ INFO and GLIST were looking in the wrong module.
2019-10-14ns_recover: add privilege for admins to recover other usersAdam
2019-03-30Log channel memo deletionsRomain Rivière
2019-03-06Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional.Robby
2019-03-05Fix missing braces in cs_set.Peter Powell
2019-02-14Improve the help text for ChanServ SET SUCCESSOR.Robby
2019-01-20cs_enforce: fix typo in help.Matt Schatz
2019-01-01Update copyright to 2019.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
2018-09-11ns_set: Log email address change requests when confirmemailchanges = yesRobby
2018-06-12cs_seen: fix for translations being ignoredDragone2
These strings: " but %s mysteriously dematerialized.", ". %s is still online." and ", but %s mysteriously dematerialized." weren't translated by the method Anope::printf().
2018-06-12Merge pull request #217 from genius3000/2.0+ns_set_messageAdam
Show NickServ SET MESSAGE in help when 'useprivmsg' is enabled
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