]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Add possibility to define default value for ConfValue in configreader and ReadConf...
[user/henk/code/inspircd.git] / src / configreader.cpp
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-22 brainUninitialized values: fun for ALL the family this xmas...
2006-12-22 brainLine 1582 configreader.cpp
2006-12-22 brainRefactor connect allow/deny lines
2006-12-17 peaveyFix a little = turned into a ==
2006-12-17 brainIf the caller said no linefeeds, dont bail, instead...
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainTidy up text formatting
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-16 brainLinefeeds in quotes, just for w00t.
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-12-03 brainCheckDie was always still here, we were just forgetting...
2006-12-03 brainFix <die:value>, its been broken for quite some time...
2006-11-22 specialRemoved <options:tempdir> - this hasn't been used since...
2006-11-19 brainFix all the _FORTIFY_SOURCE warnings except "punned...
2006-11-15 brainTidy up some stuff
2006-11-15 brainThe array should no longer be static
2006-11-15 brainAll of the void* cast stuff gone!!!
2006-11-15 brainRemove tons of pointer craq (theres still a tinnny...
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-14 brainTidyup and tons of debug in here, to troubleshoot an...
2006-11-13 peaveyFix PruneWhoWas to actually work right on rehash. Add...
2006-11-13 peaveyDo *NOT* use local vars in ServerConfig::Read for tempo...
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-12 brainWhen rehashing and adding new ports, error back to...
2006-11-12 brainWhen some (but not all) of the ports fail to bind on...
2006-11-05 specialFixed bug #164 by peaveydk
2006-11-04 brainAs requested by satmd, inspircd will now run with no...
2006-10-27 brain<pid file> is no longer a manditory tag (thanks dotslasher)
2006-10-27 brainAllow relative path on pid file
2006-10-27 brainAllow relative paths for motd and rules (and anything...
2006-10-07 specialReplaced operonlystats with userstats to improve security
2006-10-06 brainRemove a strcpy
2006-09-17 brainAllow putting newlines into quoted values in the config...
2006-09-13 brainTry this pipp and see if the bug manifests in a differe...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-28 brainDocument <options:syntaxhints> and <options:nouserdns>
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-14 brainAdd <options:nouserdns> - defaults to off. if set to...
2006-07-01 brainMake WritePID a public function of class InspIRCd
2006-05-01 brainNeed checks in two places for escaping to work.
2006-05-01 brainAbility to use the \ symbol to escape ascii values...
2006-04-08 omHelps to svn add these too :P