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