summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_set.cpp
AgeCommit message (Collapse)Author
2024-11-18Move the set option to its own module.Sadie Powell
This is the first step of rewriting nickname protection.
2024-11-11Merge branch '2.0' into 2.1.Sadie Powell
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-08-14Automatically 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-22Split nickserv/{sa,}set/language out to its own module.Sadie Powell
2024-05-18Fix an iterator invalidation issue in cs_set and ns_set.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-11Reject registrations and password changes if password encryption fails.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-19Increase the size of the random codes in ns_register and ns_set.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell