From d8b7f36b3c402f2cb8b77410ac285d6f9066072d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 15 Nov 2017 02:35:15 +0000 Subject: Improve LIST and implement more extended list features. - Move the ISUPPORT token from the core into core_user and start sending the SAFELIST token to let clients know that they can safely run LIST on big servers. - Add support for the channel creation time (C), topic set time (T), and inverted glob match (N) filters as specified in the draft-hardy-irc-isupport-00 specification. - Clean up the logic for filtering channels by user count. --- src/server.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index 1eebdd9e0..cd0889fb2 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -190,7 +190,6 @@ void ISupportManager::Build() tokens["CHANMODES"] = ServerInstance->Modes->GiveModeList(MODETYPE_CHANNEL); tokens["CHANNELLEN"] = ConvToStr(ServerInstance->Config->Limits.ChanMax); tokens["CHANTYPES"] = "#"; - tokens["ELIST"] = "MU"; tokens["KICKLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxKick); tokens["MAXTARGETS"] = ConvToStr(ServerInstance->Config->MaxTargets); tokens["MODES"] = ConvToStr(ServerInstance->Config->Limits.MaxModes); -- cgit v1.3.1-10-gc9f91