]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Implement <options:invitebypassmodes>, optionally circumvent +blk if invited on join...
[user/henk/code/inspircd.git] / src / configreader.cpp
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
2008-08-06 brainfix compile errors under debug profile in windows.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-20 w00tFix potential off-by-one on large reads (thanks psychon)
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-13 w00tMore conversion, and a note to client coders.
2008-07-12 w00tAdd <cidr> block, and documentation in example config.
2008-07-12 w00tAdd .example suffix to name
2008-07-12 w00tCopy new conf location and seperate modules.conf on...
2008-06-18 brainAdd the rest of the stuff for named pipe comms, includi...
2008-06-15 brainDefine PATH_MAX if its not already defined
2008-06-12 brainRemove PATH_MAX because some retard removed it
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-08 brainDont announce successful rehash if bail is set to true...
2008-06-08 brainMore useful error reporting that give closer line numbe...
2008-06-08 brainConfig reader strictness: check for escape sequences...
2008-06-08 brainMake checks more strict
2008-06-08 brainBitch when we find stray characters outside of a tag...
2008-06-08 brainAllow 0-9 in tag/key names, and special check for ...
2008-06-08 brainCheck in tag names too
2008-06-08 brainCheck for invalid characters in keys, will catch config...
2008-06-06 brainm_abbreviation completed. :)
2008-05-25 brainAll the limits were one less than specified in the...
2008-05-25 brainAdd parsing of <limits> tag and finish documenting...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 w00tJason, try this..
2008-05-18 w00tFix for Jason's bug.. this needs more thought, though...
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-12 brainPatch ReadFile() not to bork on one line files, and...
2008-05-10 peaveyFix LoadConf always reading 1 extra byte of random...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-19 peaveyfix text in validate methods where option was moved...
2008-04-15 peaveyFixes for ValidateHostname
2008-04-15 brainChain ValidateServerName onto ValidateHostname so that...
2008-04-15 peaveyDeprecate a few more config options.
2008-04-15 brainNuke the ability to define <options:loglevel> from...
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-14 brainMove options vlaues netbuffersize, maxwho, maxconn...
2008-04-14 brainTRUNK CONFIG BREAKAGE WARNING: Move a bunch of options...
2008-04-13 braintrunk doesnt seem to like < and > in a quoted section...
2008-04-12 brainFixes for bug #515, update existing in-use connect...
2008-04-11 brain(untested) don't move newconfig to ServerConfig::config...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-04-10 brainFix for bug #503 reported by Stealth (at last)
2008-04-02 brainDepreciated ServerInstance->Log() seems to crash config...
2008-04-02 brainRemove MAXCLIENTS, this is supported at runtime by...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
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-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-02-26 brainEXECUTABLE INCLUDES works! :D
2008-02-26 brainFixes to make it run right :)
2008-02-26 brainRevert configure so that we can uh, actually compile.
2008-02-24 brainYay, local /rehash is now fixed :)
2008-02-24 brainAdd mutexes to this to make it a bit more threadsafe
2008-02-24 brainI apologise for the 712 space-indented lines i put...
2008-02-24 aquanightPut log-switching back into configreader
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainNo longer crashes.
2008-02-24 brainThis segfaults atm. i'm working on it.
2008-02-24 brainProbably doesnt run
2008-02-24 brainFirst part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHA...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-14 aquanightMore <log> stuff
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-03 w00tClear up header insanity
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-16 brainMake the sid exception message more descriptive so...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-04 w00tRemove non-portable code and replace with a debug call
2008-01-03 omHopefully fix crashes on startup with some connect...
2008-01-03 w00tMinor tweak
2008-01-03 w00tSID generation should(?) now work again as well. NOTE...
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-12 brainArgh, i give up
2007-11-12 brainMore craq
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainThis works with multiple remote includes now except...
2007-11-11 brainCurrently crashes with multiple layers of include....
2007-11-11 brainMake sure we dont leak ram after loading files
2007-11-11 brainThis fixed. Initialise dns at the end of pass 1 before...
2007-11-11 brainProvide a facility for modules to flag a config file...
2007-11-11 brainMore stuff incoming
2007-11-11 brainMore stuff
2007-11-11 brainReport failure to load configs
next