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
Age
Commit message (
Expand
)
Author
2024-03-10
Add self-tests to the encryption providers.
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
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
Rename hash_map to unordered_map to match the underlying container.
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
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
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
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
Add NickAlias::GetVhostMask for getting the vident@vhost.
Sadie Powell
2024-02-29
Consolidate some header files.
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
2024-02-27
Fix matching extbans on InspIRCd and implement missing matchers.
Sadie Powell
2024-02-27
Replace OnChannelUnban with an IRCDProto function.
Sadie Powell
2024-02-27
Make functions that don't use `this` static.
Sadie Powell
2024-02-27
Remove redundant uses of const.
Sadie Powell
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-26
Fix sending numerics on InspIRCd.
Sadie Powell
2024-02-26
Rework IRCDMessage/IRCDMessageFlag.
Sadie Powell
2024-02-26
Deduplicate InspIRCd CAPAB parsing.
Sadie Powell
2024-02-26
Fix a typo in UnrealIRCd's SendGlobops.
Sadie Powell
2024-02-26
Fix bs_kick not using the correct kick message for automatic kicks.
Sadie Powell
2024-02-26
Remove several string format IRCDProto function overloads.
Sadie Powell
2024-02-26
Fix a missing override keyword.
Sadie Powell
2024-02-26
Replace IRCDProto::CanSendTags with IsTagValid.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-26
Implement support for the IRCv3 +draft/channel-context tag.
Sadie Powell
2024-02-22
Fix formatting messages on ngircd.
Sadie Powell
[prev]
[next]