summaryrefslogtreecommitdiff
path: root/modules/protocol/unrealircd.cpp
AgeCommit message (Expand)Author
2025-05-04Request SJSBY from UnrealIRCd.Sadie Powell
2025-05-03Always use SVSLOGIN on UnrealIRCd.Sadie Powell
2025-04-19Remove time from the name of some variables where its obvious.Sadie Powell
2025-04-15Allow clearing other list modes using ClearBans.Sadie Powell
2025-04-05Ignore the SLOG message on UnrealIRCd.Sadie Powell
2025-03-08Move some headers around.Sadie Powell
2025-03-04Blacklist an old UnrealIRCd contrib module that breaks Anope.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-06Fix SASL on UnrealIRCd.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-11-11Merge branch '2.0' into 2.1.Sadie Powell
2024-10-25Fix parsing mode changes from users on UnrealIRCd.Sadie Powell
2024-10-04Fix matching stacked extbans.Sadie Powell
2024-10-04Remove some unnecessary debug logging.Sadie Powell
2024-10-04Fix validating named extbans on UnrealIRCd.Sadie Powell
2024-10-04Implement NEXTBANS support on UnrealIRCd.Sadie Powell
2024-10-04Fix extracting the mode parameters from MODE on UnrealIRCd.Sadie Powell
2024-10-04Fix matching extended bans in services.Sadie Powell
2024-10-02Change Channel::SetModesInternal to take a split mode change.Sadie Powell
2024-09-24Bump minimum UnrealIRCd version to 6.0.Sadie Powell
2024-08-09Fix parsing SVSMODE and SVS2MODE messages on UnrealIRCd.Sadie Powell
2024-07-14Fix the name of the key parameter in SendSVSJoin.Sadie Powell
2024-06-24Add support for sending tag messages.Sadie Powell
2024-05-22Fix setting the history mode on UnrealIRCd.Sadie Powell
2024-05-18Fix parsing the flood mode on UnrealIRCd.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-04-15Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.Sadie Powell
2024-04-15Implement support for BIGLINES on UnrealIRCd.Sadie Powell
2024-04-04Fix extracting timestamps from UnrealIRCd MODE messages.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-12Simplify limit extraction code.Sadie Powell
2024-03-12Add a protocol module function for extracting timestamps.Sadie Powell
2024-03-11Merge branch '2.0' into 2.1.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-09Enable message-tags support for UnrealIRCdBram Matthys
2024-02-27Replace OnChannelUnban with an IRCDProto function.Sadie Powell
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-02-26Rework IRCDMessage/IRCDMessageFlag.Sadie Powell
2024-02-26Fix a typo in UnrealIRCd's SendGlobops.Sadie Powell
2024-02-26Remove several string format IRCDProto function overloads.Sadie Powell
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Fix a bug in the unrealircd protocol module.Sadie Powell
2024-02-22Convert protocol modules over to Uplink::Send.Sadie Powell
2024-02-22Rework SendModeInternal to be usable with 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-08Fix various format string issues.Sadie Powell