Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-17 | Increase the default nickname expiry to 90 days. | Sadie Powell | |
2021-08-01 | Deduplicate code for checking if a user is securely connected. | Sadie Powell | |
2021-08-01 | Merge branch '2.0' into 2.1. | 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 | Remove nickserv:strictpasswords as it is now obsolete. | Sadie Powell | |
2021-05-31 | Add the nickserv:minpasslen option. | Sadie Powell | |
2021-05-31 | Rename nickserv:passlen to nickserv:maxpasslen. | Sadie Powell | |
2021-05-31 | Merge branch '2.0' into 2.1. | 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-02-18 | Merge branch '2.0' into 2.1. | Sadie Powell | |
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-07 | Merge tag '2.0.8' into 2.1. | Sadie Powell | |
2020-10-06 | Fix the global/global command showing the wrong origin nick. | Sadie Powell | |
2020-09-28 | Remove nickserv/getpass and Anope::Decrypt. | Sadie Powell | |
There is no point having these now plain text passwords are deprecated. | |||
2020-09-28 | Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto. | Sadie Powell | |
Now UnrealIRCd 3.2.x support has been removed nothing uses this. | |||
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 | |