]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
Improve the way 005 ISUPPORT is sent to users when they connect, cache it in a much...
[user/henk/code/inspircd.git] / include / configreader.h
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...