summaryrefslogtreecommitdiff
path: root/data/nickserv.example.conf
AgeCommit message (Collapse)Author
2025-05-12Merge 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-11Consistently use yes/no instead of true/false in the configs.Sadie Powell
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-05-10Fix some remaining uses of vHost in the configs.Sadie Powell
2025-05-04Enable hidenetsplitquit by default.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-03-14Fix {nickserv}:defaults still documenting the old nick protection.Sadie Powell
2025-03-09Make 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-08Rework 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-04Document {ns_sasl}:agent.Sadie Powell
2025-03-03Rename sasl to ns_sasl, move to nickserv.example.conf.Sadie Powell
2025-02-11Make email confirmation a bit smarter.Sadie Powell
2025-01-13Allow skipping user modes in keepmodes.Sadie Powell
2025-01-13Move keepmodes to its own module.Sadie Powell
2024-11-25Rework 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-18Move the set option to its own module.Sadie Powell
This is the first step of rewriting nickname protection.
2024-10-22Replace 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-22Move nickserv/set/message to a new module, kill options:useprivmsg.Sadie Powell
2024-10-18Replace 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-01Raise the default nickname expiry time to one year.Sadie Powell
2024-08-29Allow server admins to require that a display nick drops last.Sadie Powell
Closes #348.
2024-06-22Split nickserv/{sa,}set/language out to its own module.Sadie Powell
2024-05-01Automatically add client certificates to the cert list on register.Sadie Powell
2024-03-27Alias ACCESS to ALIST now the former is unused.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-09Tweak the config default limits slightly.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-02-29Rip 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-22Increase minpasslen and maxpasslen slightly.Sadie Powell
2024-02-11Merge branch '2.0' into 2.1.Sadie Powell
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-10-11Merge branch '2.0' into 2.1.Sadie Powell
2023-09-26Re-add the GHOST and REGAIN commands for compatibility.Sadie Powell
These are hidden so they won't be shown in the help.
2023-08-31Replace Twitter with Mastodon in the ns_set_misc example config.Sadie Powell
Closes #320.
2022-02-05Merge branch '2.0' into 2.1.Sadie Powell
2022-01-29Fix a grammar error in nickserv.example.conf.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-10Replace ICQ in the ns_set_misc examples with something not dead.Sadie Powell
2022-01-04Update 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-17Increase the default nickname expiry to 90 days.Sadie Powell
2021-05-31Add the nickserv:minpasslen option.Sadie Powell
2021-05-31Rename nickserv:passlen to nickserv:maxpasslen.Sadie Powell
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Set killprotect as a default option in nickserv.example.conf.PeGaSuS
2020-11-20Add kill_immed as an available option to nickserv.example.conf.Robby
2020-10-07Merge tag '2.0.8' into 2.1.Sadie Powell
2020-10-06Update nickserv.example.confTheMythPT
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-28Remove nickserv/getpass and Anope::Decrypt.Sadie Powell
There is no point having these now plain text passwords are deprecated.