index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
nickserv
/
ns_set.cpp
Age
Commit message (
Collapse
)
Author
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