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-12
Allow protocol modules to declare that they have no line/mode limit.
Sadie Powell
2024-03-12
Simplify limit extraction code.
Sadie Powell
2024-03-12
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-12
Fix sending SVSTOPIC when topiclock is loaded on InspIRCd.
Sadie Powell
2024-03-12
Refactor sending vhosts in the InspIRCd protocol module.
Sadie Powell
2024-03-12
Add a protocol module function for extracting timestamps.
Sadie Powell
2024-03-12
Add ProtocolException and use it to send fatal errors.
Sadie Powell
2024-03-12
Fix an inverted condition in enc_bcrypt.
Sadie Powell
2024-03-11
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-11
Fix the TIME message on InspIRCd.
Sadie Powell
2024-03-11
Fix comparing passwords in enc_sha256.
Sadie Powell
2024-03-11
Fix some InspIRCd 1206 protocol compatibility issues.
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-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
2024-03-11
Fix OS SQLINE expiry with UnrealIRCd
Bram Matthys
2024-03-10
Ensure that verify-only encryption modules can never encrypt passwords.
Sadie Powell
2024-03-10
Implement verify-only support for raw SHA-2 passwords.
Sadie Powell
2024-03-10
Refactor the enc_bcrypt module and expose an encryption provider.
Sadie Powell
2024-03-10
Refactor the enc_old module.
Sadie Powell
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
[prev]
[next]