This website requires JavaScript.
Explore
Help
Sign In
pegasus
/
anope
Watch
1
Star
0
Fork
0
You've already forked anope
mirror of
https://github.com/anope/anope.git
synced
2026-07-05 16:03:12 +02:00
Code
Activity
Files
3b85a8071f4d7238088834b4924af79b57cb36d1
anope
/
modules
/
extra
T
History
Sadie Powell
9a8cac060d
Add support for encrypting passwords with the Argon2 algorithm.
...
Closes
#369
.
2024-03-10 15:09:38 +00:00
..
CMakeLists.txt
Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if users want them built they should copy or symlink them out of extras
2013-04-15 01:00:45 -05:00
enc_argon2.cpp
Add support for encrypting passwords with the Argon2 algorithm.
2024-03-10 15:09:38 +00:00
ldap.cpp
Fix some coding style issues.
2024-02-26 15:34:17 +00:00
mysql.cpp
Replace Condition and Mutex with the C++11 standard equivalents.
2024-02-11 19:53:05 +00:00
regex_pcre2.cpp
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00
regex_posix.cpp
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00
regex_tre.cpp
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00
sqlite.cpp
Fix Clang and GCC disagreeing about whether a move is needed.
2024-01-24 16:12:29 +00:00
ssl_gnutls.cpp
Fix some coding style issues.
2024-02-26 15:34:17 +00:00
ssl_openssl.cpp
Rename several modules to remove the m_ prefix.
2024-01-24 12:22:51 +00:00