Home
last modified time | relevance | path

Searched refs:maxbanlength (Results 1 – 3 of 3) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Ddynconf.h163 int maxbanlength; member
292 #define MAXBANLENGTH iConf.maxbanlength
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.old976 set::maxbans in the configfile, note that you probably also want to enlarge set::maxbanlength
978 - Changed the default maxbanlength from 1K to 2K, which means people can set more bans because
992 - set::maxbans / set::maxbanlength were reported as duplicates when they were not, reported
995 - Made set::maxbanlength also count the "to be set" ban in, otherwise you could exceed the
1003 - Made it so a set::maxbanlength and/or set::maxbans of 0 denies all bans properly, and
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c1722 i->maxbanlength = 2048; in config_setdefaultsettings()
7371 tempiConf.maxbanlength = atol(cep->ce_vardata); in _conf_set()
7971 CheckDuplicate(cep, maxbanlength, "maxbanlength"); in _test_set()