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-29
Fix the default value of accessmax in cs_access.
Sadie Powell
2024-03-26
Add more nick options to webcpanel's nickserv/info page.
Sadie Powell
2024-03-26
Remove some leftover references to nickserv/access.
Sadie Powell
2024-03-26
Allow specifying the webcpanel template directory directly.
Sadie Powell
2024-03-26
Fix some spelling issues in the webcpanel that were missed earlier.
Sadie Powell
2024-03-26
Use consistent headers and footers on all webcpanel templates.
Sadie Powell
2024-03-26
Flatten the webcpanel hierarchy slightly.
Sadie Powell
2024-03-19
Use paths relative to data/conf in the config file.
Sadie Powell
2024-03-19
Put the webcpanel directory in the data directory not a subdir.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-19
Prevent using enc_posix as a primary encryption module.
Sadie Powell
2024-03-18
Add verify-only support for POSIX crypt() hashes from Atheme.
Sadie Powell
2024-03-18
Fix an off by one error in enc_sha2.
Sadie Powell
2024-03-18
Fix unnecessary uses of std::string.
Sadie Powell
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-15
Fix a format-extra-args warning on some versions on GCC.
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-14
Fix a warning when building with Clang.
Sadie Powell
2024-03-14
Rework sending global notices.
Sadie Powell
2024-03-12
Add command handlers for encap commands on InspIRCd.
Sadie Powell
2024-03-12
Show the full command in CONFIRM_DROP.
Sadie Powell
2024-03-12
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-12
Add a workaround for users matching expired sqlines.
Sadie Powell
2024-03-12
Fix expiring forbids.
Sadie Powell
2024-03-12
Respect --noexpire in cs_suspend and ns_suspend.
Sadie Powell
2024-03-12
Fix expiring channel suspensions.
Sadie Powell
2024-03-12
Fix expiring nick suspensions.
Sadie Powell
2024-03-12
Fix duplicate messages when synconset/syncongroup is set.
Sadie Powell
2024-03-12
Implement support for challenge authentication on InspIRCd.
Sadie Powell
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
[next]