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
/
solanum.cpp
Age
Commit message (
Expand
)
Author
2025-05-04
Send list mode changes with BMASK or EBMASK on Solanum.
Sadie Powell
2025-05-04
Request EBMASK on Solanum.
Sadie Powell
2025-04-19
Remove time from the name of some variables where its obvious.
Sadie Powell
2025-03-08
Move some headers around.
Sadie Powell
2025-03-03
Misc cleanup of ns_sasl and sasl.h.
Sadie Powell
2025-03-03
Move SASL protocol messages to the SASL header.
Sadie Powell
2025-02-05
Merge the SASL data and ext parameters.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2024-05-10
Always use server-side topic and mode locks where available.
Sadie Powell
2024-05-09
Remove CanSVSLogout and implement logout support on Plexus.
Sadie Powell
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-12
Add a protocol module function for extracting timestamps.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
2024-02-27
Make functions that don't use `this` static.
Sadie Powell
2024-02-26
Rework IRCDMessage/IRCDMessageFlag.
Sadie Powell
2024-02-26
Remove several string format IRCDProto function overloads.
Sadie Powell
2024-02-22
Convert protocol modules over to 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-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-03-13
Fix missing override keywords.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-04-27
Switch SendSVSLogin to take a NickAlias.
Sadie Powell
2021-04-21
Remove unnecessary space.
Sadie Powell
2021-04-21
The last parameter of Solanum ECHO is a <trailing>.
Sadie Powell
2021-04-21
Implement support for the Solanum ECHO server capability.
Sadie Powell
2021-03-30
Fix the syntax of Solanum identified messages.
Sadie Powell
2021-02-19
Send the appropriate messages for Solanum's IDENTIFIED feature.
Sadie Powell
2021-02-19
Replace the Charybdis protocol module with Solanum (its successor).
Sadie Powell