mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 22:46:38 +02:00
3ad6878865
is now 5000 lines / 31 days. For unregistered it is 200 lines / 31 days. Previous setting was 200 lines / 7 days for both. Admins can tweak these settings, see: https://www.unrealircd.org/docs/Set_block#set::history More code to deal with corner issues will follow later. UnrealIRCd module coders [!]: This also changes the channel mode API conv_param. You can use the UNREAL_VERSION_TIME >= 202120 condition to detect this. Eg: #if UNREAL_VERSION_TIME < 202120 int my_conv_param(char *para, Client *client); #else int my_conv_param(char *para, Client *client, Channel *channel); #endif