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 (
Collapse
)
Author
2024-02-25
Remove duplicate suffix from socketengine file names.
Sadie Powell
2024-02-25
Remove a function which exists for compat with old versions of VS.
Sadie Powell
2024-02-25
Remove a reference to 1.8.
Sadie Powell
2024-02-25
Use unique_ptr for managing std::thread ownership.
Sadie Powell
2024-02-22
Fix formatting messages on ngircd.
Sadie Powell
2024-02-22
Fix sending the ngircd PASS handler.
Sadie Powell
2024-02-22
Refactor the InspIRCd module static variables and method.
Sadie Powell
2024-02-22
GetMaxListFor: use size_t and add a default like the other fields.
Sadie Powell
2024-02-22
If the IRCd sends a field limit then use it over that of the config.
Sadie Powell
2024-02-22
Fix a bug in the unrealircd protocol module.
Sadie Powell
2024-02-22
Deduplicate User::SendMessage.
Sadie Powell
2024-02-22
Add the IRCv3 reply tag to messages sent as responses to a user.
Sadie Powell
2024-02-22
Store the source message identifier in CommandSource.
Sadie Powell
2024-02-22
Route message tags into more message functions.
Sadie Powell
2024-02-22
Fix some oversights in commit 82fa7e1467.
Sadie Powell
2024-02-22
Fix the NickServ help message showing a wrong min password length.
Sadie Powell
Closes #357.
2024-02-22
Increase minpasslen and maxpasslen slightly.
Sadie Powell
2024-02-22
Remove UplinkSocket::Message now nothing uses it.
Sadie Powell
2024-02-22
Convert protocol modules over to Uplink::Send.
Sadie Powell
2024-02-22
Rework SendModeInternal to be usable with Uplink::Send.
Sadie Powell
2024-02-22
Rework SendNumericInternal to be usable with Uplink::Send.
Sadie Powell
2024-02-22
Convert most core protocol handlers to use Uplink::Send.
Sadie Powell
2024-02-22
Add Uplink::Send, rework message formatting.
Sadie Powell
This is the new way of sending messages to the uplink inspired by the work done in the old git master. This will allow us to do new things involving tags in the future.
2024-02-22
Document IRCDProto::Parse.
Sadie Powell
2024-02-22
Inline, constify, and document GetProtocolName.
Sadie Powell
2024-02-22
Include tags in OnMessage.
Sadie Powell
2024-02-21
Fix a typo in cs_drop.
TehPeGaSuS
2024-02-21
Move IRCDProto member initializers to the header.
Sadie Powell
2024-02-21
Add a method to the ns_cert API for replacing a certificate.
Sadie Powell
This will be used for upgrading certificate fingerprints when the InspIRCd 1206 protocol support is added.
2024-02-20
Make ModuleManager::SetPriority more readable.
Sadie Powell
2024-02-19
Increase the size of the random codes in ns_register and ns_set.
Sadie Powell
2024-02-19
Require users to use a confirmation code when dropping channels.
Sadie Powell
2024-02-17
Remove a leftover use of the m_ module prefix.
Robert Scheck
2024-02-17
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-17
Mark as 2.0.16-git.
Sadie Powell
2024-02-17
Release 2.0.15.
2.0.15
Sadie Powell
2024-02-17
Update the change log.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-02-17
Prevent resetting the password of suspended accounts.
Sadie Powell
Closes #351.
2024-02-17
Fix some typos in the config change log.
TehPeGaSuS
2024-02-17
Bump for 2.1.3-git.
Sadie Powell
2024-02-17
Release 2.1.2.
2.1.2
Sadie Powell
2024-02-17
Update the config changelog.
Sadie Powell
2024-02-11
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-11
Update the Windows dependencies.
Sadie Powell
2024-02-11
Add a GitHub security policy.
Sadie Powell
2024-02-11
Update the changelog.
Sadie Powell
2024-02-11
Remove some outdated development docs.
Sadie Powell
2024-02-11
Switch Thread to use the C++11 equivalent, remove win32/pthread.
Sadie Powell
2024-02-11
Replace Condition and Mutex with the C++11 standard equivalents.
Sadie Powell
[next]