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 | Also require services operators to confirm their email addresses. | Sadie Powell | |
Closes #468. | |||
2025-05-02 | Remove double spacing after a full stop in help messages. | Sadie Powell | |
This hasn't been considered a best practice since the age of the typewriter. https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop | |||
2025-04-16 | Automatically wrap the help output. | Sadie Powell | |
2025-04-16 | Update as many messages as possible for automatic line wrapping. | Sadie Powell | |
2025-04-14 | Add Anope::Templace and switch all template strings to use it. | Sadie Powell | |
2025-04-10 | Expand GetQueryCommand to take a command name. | Sadie Powell | |
2025-04-07 | Make the length of confirmation codes configurable. | Sadie Powell | |
2025-03-02 | Return references instead of pointers from the config system. | Sadie Powell | |
We used to return NULL from these methods but now we return an empty block so this can never actually be null now. | |||
2025-02-11 | Make email confirmation a bit smarter. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-13 | Move keepmodes to its own module. | Sadie Powell | |
2024-11-18 | Move the set option to its own module. | Sadie Powell | |
This is the first step of rewriting nickname protection. | |||
2024-11-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
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-08-14 | Automatically determine SQL column type from the field. | Sadie Powell | |
Also add more column types to ensure we are storing data in the best format in the database. | |||
2024-06-22 | Split nickserv/{sa,}set/language out to its own module. | Sadie Powell | |
2024-05-18 | Fix an iterator invalidation issue in cs_set and ns_set. | Sadie Powell | |
2024-03-14 | Restore some functionality that was removed in an earlier commit. | Sadie Powell | |
2024-03-11 | Reject registrations and password changes if password encryption fails. | 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-19 | Increase the size of the random codes in ns_register and ns_set. | Sadie Powell | |
2024-01-24 | Shuffle modules around a bit. | Sadie Powell | |