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-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-27
Fix write_pidfile on Windows.
Sadie Powell
2024-02-26
Fix sending numerics on InspIRCd.
Sadie Powell
2024-02-26
Use fstream for accessing files where possible.
Sadie Powell
2024-02-26
Rework IRCDMessage/IRCDMessageFlag.
Sadie Powell
2024-02-26
Refactor User::IsServicesOper.
Sadie Powell
2024-02-26
Allow using more than one fingerprint in an oper block.
Sadie Powell
2024-02-26
Deduplicate InspIRCd CAPAB parsing.
Sadie Powell
2024-02-26
Update translator names.
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-26
Extract should privmsg logic to its own function.
Sadie Powell
2024-02-25
Kill checks for obsolete versions of Windows.
Sadie Powell
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
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
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
[prev]
[next]