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_register.cpp
Age
Commit message (
Expand
)
Author
2025-05-15
Fix the codelength default.
Sadie Powell
2025-04-19
Remove time from the name of some variables where its obvious.
Sadie Powell
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-07
Make the length of confirmation codes configurable.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2024-11-25
Rework how guest nicks work.
Sadie Powell
2024-11-13
Use the remaining wait time in the registration delay message.
Sadie Powell
2024-11-13
Use durations instead of seconds in waiting messages.
Sadie Powell
2024-06-03
Avoid NickAlias lookups by storing a pointer in the NickCore.
Sadie Powell
2024-03-15
Consistently use READ_ONLY_MODE everywhere.
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-11
Clean up some dead code in ns_register.
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
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-22
Fix the NickServ help message showing a wrong min password length.
Sadie Powell
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