]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / include / configreader.h
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainTons of stuff added since 1.0 is missing documentation...
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-26 brainDunno why this method was static, doesnt need to be...
2007-05-20 w00t- Modify ServerConfig::GetFullProgDir to just return...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tReplace strip/blockcolor tags with <options:exemptchano...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-05-09 w00tImplement bug #282 from owine: kill sender hiding....
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-01 brainAdd <options:fixedquit> and <options:suffixquit> to...
2007-03-08 brainoption to allow announce of invites to channel (similar...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-09 brainAdd the stuff required for the InspSocketHook interface
2006-12-09 brainNot yet tested -- allow iohooking of inspsockets
2006-11-22 specialRemoved <options:tempdir> - this hasn't been used since...
2006-11-15 brainTidy up some stuff
2006-11-15 brainComments, woo and yay
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 brainWe dont need this dummy value any more!
2006-11-14 brainTemporarily? remove the old gcc3.3 fix
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-09 w00tPatch from peavey to fix GCC3.3 crash correctly, withou...
2006-11-08 specialThis should fix the empty iterator crash with gcc3...
2006-10-07 specialReplaced operonlystats with userstats to improve security
2006-10-05 brainMove opertypes/operclasses maps into ServerConfig,...
2006-09-15 brainAnnotations
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
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-11 brainMove openSockfd[] into ServerConfig
2006-07-10 brainI made a Boo Boo :p
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-04-08 om...