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
/
inspircd.cpp
Age
Commit message (
Collapse
)
Author
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 some InspIRCd 1206 protocol compatibility issues.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
Having these throw is terrible for ergonomics and there are loads of places where the exception was either silently ignored or not handled at all. Having a function which returns an optional and another that returns a default works a lot better imo.
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
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
Closes #373.
2024-02-29
Fix some oversights.
Sadie Powell
2024-02-29
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-27
Make functions that don't use `this` static.
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
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
Not every IRC server accepts arbitrary tags so this is a better way to handle tag filtering.
2024-02-26
Fix some coding style issues.
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
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-01-23
Mark types that have no inheritors as final.
Sadie Powell
2024-01-23
Improve the layout of types that inherit from another type.
Sadie Powell
2024-01-11
Fix some module names that were missed in commit 4056af00e3.
Sadie Powell
2024-01-10
Parse InspIRCd module names in a way which is 1206 compatible.
Sadie Powell
2024-01-08
Add a non-formatting overload of User::SetModesInternal.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-16
Merge branch '2.0' into 2.1.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-11-14
Deduplicate account sending code in the inspircd module.
Sadie Powell
2023-11-03
Remove the two day X-line cap.
Sadie Powell
2023-10-19
Add support for server-initiated logouts on InspIRCd.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-07-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-06-03
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-04
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-11-30
Merge branch '2.0' into 2.1.
Sadie Powell
[prev]
[next]