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
Age
Commit message (
Expand
)
Author
2024-03-10
Add self-tests to the encryption providers.
Sadie Powell
2024-03-10
Add some missing documentation comments.
Sadie Powell
2024-03-10
Add support for encrypting passwords with the Argon2 algorithm.
Sadie Powell
2024-03-10
Replace the custom SHA-2 implementation in enc_sha256.
Sadie Powell
2024-03-09
Move the HMAC function to the encryption header.
Sadie Powell
2024-03-09
Add a stats category for password encryption algorithms.
Sadie Powell
2024-03-09
Redocument the encryption module config.
Sadie Powell
2024-03-09
Add the enc_sha2 module which hashes passwords with HMAC-SHA-2.
Sadie Powell
2024-03-09
Convert enc_md5 to use a vendored MD5 library.
Sadie Powell
2024-03-09
Misc improvements to the encryption API.
Sadie Powell
2024-03-09
Clean up the services.h includes.
Sadie Powell
2024-03-09
Rename hash_map to unordered_map to match the underlying container.
Sadie Powell
2024-03-09
Save the last email time for accounts.
Sadie Powell
2024-03-09
Modernize the initialisation of NickAlias and NickCore.
Sadie Powell
2024-03-09
Enable message-tags support for UnrealIRCd
Bram Matthys
2024-03-09
Tweak the config default limits slightly.
Sadie Powell
2024-03-08
Use a separate CAPAB handler on InspIRCd to avoid pollution.
Sadie Powell
2024-03-08
Only enable InspIRCd parser logging when using --protocoldebug.
Sadie Powell
2024-03-08
Implement support for the InspIRCd 1206 protocol.
Sadie Powell
2024-03-08
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-08
Fix feature detection on InspIRCd.
Sadie Powell
2024-03-08
Improve protocol debug messages.
Sadie Powell
2024-03-08
Keep the InspIRCd protocol version around for later use.
Sadie Powell
2024-03-07
Move some modules which can be built by default out of extra.
Sadie Powell
2024-03-07
Remove a guarantee that may not necessarily be correct.
Sadie Powell
2024-03-07
Consistently use email instead of e-mail.
Sadie Powell
2024-03-07
Update the changelogs.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-03-07
Require new accounts to have email addresses.
Sadie Powell
2024-03-07
Update the English translation for the previous commit.
Sadie Powell
2024-03-07
Also use drop confirmation codes for nicknames.
Sadie Powell
2024-03-07
Fix some misc bugs in the InspIRCd protocol module.
Sadie Powell
2024-03-07
Add the initial version of the Atheme database importer.
Sadie Powell
2024-03-04
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-04
When using ldap/sql auth prevent displays expiring before their group.
Sadie Powell
2024-03-04
Bump for 2.1.4-git.
Sadie Powell
2024-03-04
Release 2.1.3.
Sadie Powell
2024-03-04
Update the changelogs.
Sadie Powell
2024-03-04
Add NickAlias::GetVhostMask for getting the vident@vhost.
Sadie Powell
2024-02-29
Clean up some more CMake flags.
Sadie Powell
2024-02-29
Fix some oversights from previous commits.
Sadie Powell
2024-02-29
If a user runs an invalid command try to suggest a valid one.
Sadie Powell
2024-02-29
Consolidate some header files.
Sadie Powell
2024-02-29
Rework some platform compatibility code.
Sadie Powell
2024-02-29
Update the changelogs.
Sadie Powell
2024-02-29
Fix some oversights.
Sadie Powell
2024-02-29
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-29
Fix a copy/paste error in webcpanel.
Sadie Powell
2024-02-29
Rip out ns_access and related code.
Sadie Powell
2024-02-29
Add names for the numerics used by the core.
Sadie Powell
[next]