Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Fix ns_resetpass not returning a response for XMLRPC (#243) | Filippo Cortigiani | |
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box> | |||
2022-01-10 | Multiple 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-06 | Update the copyright headers for 2022. | Sadie Powell | |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
2021-06-04 | Add support for per-mode list limits. | Sadie Powell | |
2021-05-31 | Fix some misleading indentation in ns_register. | Sadie Powell | |
2021-04-27 | Add the anope_override keyword to methods that lack it. | Sadie Powell | |
2021-02-19 | Added `Account` to show the main nick of a grouped nick(s). | PeGaSuS | |
#270 | |||
2021-01-31 | cs_access: require accounts to be confirmed for level 0 access | Adam | |
2021-01-07 | Update 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-06 | Fix the global/global command showing the wrong origin nick. | Sadie Powell | |
2020-04-06 | Improve wording of the resetpass:confirm log message. | Matt Schatz | |
2020-01-07 | ms_info: Fix a typo in the INFO output when a nickname has been given. | Robby | |
Update the dutch language file. | |||
2020-01-04 | Update 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-14 | Fix a bunch of broken indentation. | Peter Powell | |
2019-11-11 | Look up unconfirmedexpire from the correct module. | Matt Schatz | |
- NickServ INFO and GLIST were looking in the wrong module. | |||
2019-10-14 | ns_recover: add privilege for admins to recover other users | Adam | |
2019-03-30 | Log channel memo deletions | Romain Rivière | |
2019-03-06 | Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional. | Robby | |
2019-03-05 | Fix missing braces in cs_set. | Peter Powell | |
2019-02-14 | Improve the help text for ChanServ SET SUCCESSOR. | Robby | |
2019-01-20 | cs_enforce: fix typo in help. | Matt Schatz | |
2019-01-01 | Update 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-11 | ns_set: Log email address change requests when confirmemailchanges = yes | Robby | |
2018-06-12 | cs_seen: fix for translations being ignored | Dragone2 | |
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-12 | Merge pull request #217 from genius3000/2.0+ns_set_message | Adam | |
Show NickServ SET MESSAGE in help when 'useprivmsg' is enabled | |||
2018-06-12 | Merge pull request #219 from genius3000/2.0+set_help_hide | Adam | |
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | |||
2018-05-08 | Log NickServ ungroup | Matt Schatz | |
2018-04-25 | Update 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-25 | Add 'n' email token for use in the emailchange template, this token gets ↵ | Robby | |
replaced with the display nickname. | |||
2018-04-02 | Check for 'hide' flag in commands in (bs,cs,ns)_set HELP | genius3000 | |
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-10 | Show NickServ SET MESSAGE in help when 'useprivmsg' is enabled | genius3000 | |
2018-02-10 | ns_group: send login on successful group too | Adam | |
2017-10-12 | No longer try to create persistent channels on the fly | Adam | |
Change initial channel creation to on post init so it will be part of the burst. | |||
2017-07-24 | ns_group: don't require a user to group | Adam | |
2017-07-02 | Default require_oper to true. Fixes os_oper unserializer because it doesn't ↵ | Adam | |
set it. | |||
2017-03-27 | cs_akick: don't show channel doesn't exist message in enforce from adding akicks | Adam | |
2017-03-15 | cs_xop: fix showing alternative access methods in help | Adam | |
2017-02-21 | cs_set: don't lower ts from own clients joining | Adam | |
2017-02-21 | Unwrap list modes too in cs_mode, and fix clear on virtual modes to show an ↵ | Adam | |
error | |||
2017-02-21 | Fix logging in cs_mode set | Adam | |
2017-02-21 | os_forbid: match forbids exact on add/del | Adam | |
2017-02-12 | os_logsearch: fix quick match | Adam | |
2017-02-06 | ns_set_misc/cs_set_misc: send syntax help too | Adam | |
2017-02-04 | bs_badwords: allow opers with botserv/administration to list/clear badwords too | Adam | |
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Correct a couple expiry time checks from DoTime() | Adam | |
2017-01-16 | Update 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-08 | ns_register: notify users of unconfirmed accounts on register when there is ↵ | Adam | |
no user too | |||
2017-01-07 | os_list: show number of channels listed, too | Adam | |