summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-16Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ...peavey
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-15Tidy up some stuffbrain
2006-11-15Comments, woo and yaybrain
2006-11-15All of the void* cast stuff gone!!!brain
2006-11-15Remove tons of pointer craq (theres still a tinnny bit more to remove)brain
2006-11-14We dont need this dummy value any more!brain
2006-11-14Temporarily? remove the old gcc3.3 fixbrain
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-09Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff...w00t
2006-11-08This should fix the empty iterator crash with gcc3.3 - thanks yet again to pe...special
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-09-15Annotationsbrain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-10Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfigbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-14Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ...brain
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-07-10I made a Boo Boo :pbrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-04-08...om