]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Depreciated ServerInstance->Log() seems to crash configreader on rehash? We should...
[user/henk/code/inspircd.git] / src / configreader.cpp
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
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainWhoops, make it pick up module-handled schemas correctly
2007-11-11 brainThis works properly now. Files in the file:// schema...
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 brainMODERR tidyups
2007-11-04 brainFix the two FIXMEs
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-03 brainMore anal config parsing, validates channel fields...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-10-31 brainFix up to pass User*
2007-10-31 brainMore stuff
2007-10-31 brainFixified some more
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-27 brainFix for bug in windows with backslash directory seperat...
2007-10-26 brainFix crashes and broken code in connect:parent stuff...
2007-10-25 brainMake install list list automatically generated from...
2007-10-24 w00tImplement <connect:limit> - limits how many clients...
2007-10-24 w00tRemove that goto, capt'n
2007-10-24 w00tDisable all connect classes, reenable them as we find...
2007-10-24 w00tFinish reference counting connect class stuff. Now...
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-24 w00tStart of refcount-based rehash stuff for <connect>...
2007-10-23 brainVisual studio doesnt like throw definitions like this
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tMove oper classes and types stuff from users to configr...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainFixes 1
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-27 w00tRemove more unnecessary header traffic
2007-08-27 brainAdd options:maxtargets that was somehow omitted, fixes...
2007-08-26 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
2007-08-26 brainRevised fix for bug #367 pointed out during qa by owine...
2007-08-20 brainWhoops, i left a value out of the array, and gcc didnt...
2007-08-20 brainWhoops! trunk-only fix to config reader so it doesnt...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainAdd <connect:inherit> and <connect:name>
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-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-07 brainCheck for remote and sighup rehashes here, so that...
next