]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
Add call to protocol interface to get useful info on the server map. Return a std...
[user/henk/code/inspircd.git] / include / configreader.h
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-11 brain(untested) don't move newconfig to ServerConfig::config...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainThis module uses io hooking too, fix it up
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-02-26 brainRevert configure so that we can uh, actually compile.
2008-02-24 brainMore stuff
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainProbably doesnt run
2008-02-21 brainMore test suite stuff
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainProvide a facility for modules to flag a config file...
2007-11-11 brainReport failure to load configs
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-11 brainBegin rethink on this. Warning, this WILL break your...
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-04 brainGet rid of global_implementation[] and implement_lists...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-03 brainMore anal config parsing, validates channel fields...
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-23 brainVisual studio doesnt like throw definitions like this
2007-10-23 brainPedantic safe
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAdd extra stuff to make it work (and compile)
2007-08-19 brainPick up a few error conditions we didnt before in the...
2007-07-27 brainNeeds testbuilding in windows. I will probably do this...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
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...