summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2006-12-09It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ...brain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Not yet tested -- allow iohooking of inspsocketsbrain
2006-12-03CheckDie was always still here, we were just forgetting to set the die value'...brain
2006-12-03Fix <die:value>, its been broken for quite some time. (whoops *hide*)brain
2006-11-22Removed <options:tempdir> - this hasn't been used since modules were updated ...special
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-11-15Tidy up some stuffbrain
2006-11-15The array should no longer be staticbrain
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-14Tons of tweaks to the config stuff for the corebrain
2006-11-14Tidyup and tons of debug in here, to troubleshoot an ongoing issue with gcc3....brain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13Do *NOT* use local vars in ServerConfig::Read for temporary storage of valuespeavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When rehashing and adding new ports, error back to the user if the ports fail...brain
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-05Fixed bug #164 by peaveydkspecial
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-10-27<pid file> is no longer a manditory tag (thanks dotslasher)brain
2006-10-27Allow relative path on pid filebrain
2006-10-27Allow relative paths for motd and rules (and anything that uses ReadFile)brain
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-06Remove a strcpybrain
2006-09-17Allow putting newlines into quoted values in the config using \n. I'm coming ...brain
2006-09-13Try this pipp and see if the bug manifests in a different placebrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfigbrain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!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-01Make WritePID a public function of class InspIRCdbrain
2006-05-01Need checks in two places for escaping to work.brain
2006-05-01Ability to use the \ symbol to escape ascii values in a tag, e.g.:brain