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
/
protocol
Age
Commit message (
Expand
)
Author
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-12
Add command handlers for encap commands on InspIRCd.
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-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 some InspIRCd 1206 protocol compatibility issues.
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-09
Enable message-tags support for UnrealIRCd
Bram Matthys
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
Fix some misc bugs in the InspIRCd protocol module.
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
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
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
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-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
Fix some oversights in commit 82fa7e1467.
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
Add Uplink::Send, rework message formatting.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
[next]