Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-12 | Merge various email modules into one module. | Sadie Powell | |
In the future this will become the basis of the email contact module and will encapsulate everything relating to email but for now its mostly kept as-is. | |||
2025-05-11 | Consistently use yes/no instead of true/false in the configs. | Sadie Powell | |
2025-05-10 | Consistently use realname instead of gecos. | Sadie Powell | |
2025-05-10 | Fix some remaining uses of vHost in the configs. | Sadie Powell | |
2025-05-04 | Enable hidenetsplitquit by default. | Sadie Powell | |
2025-04-14 | Add Anope::Templace and switch all template strings to use it. | Sadie Powell | |
2025-03-14 | Fix {nickserv}:defaults still documenting the old nick protection. | Sadie Powell | |
2025-03-09 | Make config variables a lot more useful. | Sadie Powell | |
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain}) | |||
2025-03-08 | Rework how nickname protection works. | Sadie Powell | |
- Rename the command and module from kill to protect (this command hasn't actually killed users in a long time). - Replace QUICK/IMMED with a duration option. | |||
2025-03-04 | Document {ns_sasl}:agent. | Sadie Powell | |
2025-03-03 | Rename sasl to ns_sasl, move to nickserv.example.conf. | Sadie Powell | |
2025-02-11 | Make email confirmation a bit smarter. | Sadie Powell | |
2025-01-13 | Allow skipping user modes in keepmodes. | Sadie Powell | |
2025-01-13 | Move keepmodes to its own module. | Sadie Powell | |
2024-11-25 | Rework how guest nicks work. | Sadie Powell | |
- Use the config setting as a string template instead of as a prefix. - Allow users of IRCds that have UIDs to use that as the guest nick. - Fall back to a UID before killing if a guest nick can not be found. | |||
2024-11-18 | Move the set option to its own module. | Sadie Powell | |
This is the first step of rewriting nickname protection. | |||
2024-10-22 | Replace usestrictprivmsg with something actually useful. | Sadie Powell | |
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled. | |||
2024-10-22 | Move nickserv/set/message to a new module, kill options:useprivmsg. | Sadie Powell | |
2024-10-18 | Replace the Facebook ns_set_misc example with a non-URL alternative. | Sadie Powell | |
This makes it more clear you can use this for more than just an URL to an external service. | |||
2024-10-01 | Raise the default nickname expiry time to one year. | Sadie Powell | |
2024-08-29 | Allow server admins to require that a display nick drops last. | Sadie Powell | |
Closes #348. | |||
2024-06-22 | Split nickserv/{sa,}set/language out to its own module. | Sadie Powell | |
2024-05-01 | Automatically add client certificates to the cert list on register. | Sadie Powell | |
2024-03-27 | Alias ACCESS to ALIST now the former is unused. | Sadie Powell | |
2024-03-14 | Restore some functionality that was removed in an earlier commit. | Sadie Powell | |
2024-03-09 | Tweak the config default limits slightly. | Sadie Powell | |
2024-03-07 | Consistently use email instead of e-mail. | Sadie Powell | |
2024-03-07 | Require new accounts to have email addresses. | Sadie Powell | |
2024-02-29 | Rip out ns_access and related code. | Sadie Powell | |
This is wildly insecure and has been disabled by default for at least a decade. | |||
2024-02-22 | Increase minpasslen and maxpasslen slightly. | Sadie Powell | |
2024-02-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-02-11 | Revert "Document ns_no_expire nick default". | Sadie Powell | |
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350. | |||
2023-11-23 | Allow users to opt-out of being added to channel access lists. | Sadie Powell | |
2023-10-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-09-26 | Re-add the GHOST and REGAIN commands for compatibility. | Sadie Powell | |
These are hidden so they won't be shown in the help. | |||
2023-08-31 | Replace Twitter with Mastodon in the ns_set_misc example config. | Sadie Powell | |
Closes #320. | |||
2022-02-05 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-01-29 | Fix a grammar error in nickserv.example.conf. | Sadie Powell | |
2022-01-12 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-01-10 | Replace ICQ in the ns_set_misc examples with something not dead. | Sadie Powell | |
2022-01-04 | Update more IRCServices references to reflect the current project. | Sadie Powell | |
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services". | |||
2021-10-17 | Increase the default nickname expiry to 90 days. | Sadie Powell | |
2021-05-31 | Add the nickserv:minpasslen option. | Sadie Powell | |
2021-05-31 | Rename nickserv:passlen to nickserv:maxpasslen. | Sadie Powell | |
2021-02-18 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-01-07 | Set killprotect as a default option in nickserv.example.conf. | PeGaSuS | |
2020-11-20 | Add kill_immed as an available option to nickserv.example.conf. | Robby | |
2020-10-07 | Merge tag '2.0.8' into 2.1. | Sadie Powell | |
2020-10-06 | Update nickserv.example.conf | TheMythPT | |
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time. Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest* | |||
2020-09-28 | Remove nickserv/getpass and Anope::Decrypt. | Sadie Powell | |
There is no point having these now plain text passwords are deprecated. |