summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-08Remove uneccessary socket includes now included in socket.hom
2006-04-08...om
2006-04-08Helps to svn add these too :Pom
2006-04-08And remember to add this one, just a little header with the #ifdef GCC3 ... s...om
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-08Remove some unused headers and unneeded castsom
2006-04-08- first steps towards a working IPv6 port. I'll work more on this tomorrow. :-Pnenolod
2006-04-08- useless IPv6 yesno() for nownenolod
2006-04-08- fork off spanningtree module for UUID stuffs :onenolod
2006-04-07Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/om
2006-04-07Slight optimisation to config reader, looks nicer even if it's not faster.om
2006-04-07Same error message somewhere else, and actually define the const char* versio...om
2006-04-07Change error message so it's not 'out of range' when a tag doesn't existom
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-04More verbose error outputbrain
2006-04-04Connection refused bug is FIXED!!!!brain
2006-04-04Remove 'validation' for server description and network name (didn't do anything)om
2006-04-04Bad brain badbrain
2006-04-04Tweaks to hopefully prevent 100% cpu use issuebrain
2006-04-04Missing helperfuncs and someone took writeopers out of globals.hbrain
2006-04-04And the bit I missed... :/om
2006-04-04Remove a load of unneeded debugging outputom
2006-04-04Just indentation tidyups, dont worry i didnt break your lovely parser <3brain
2006-04-04Optimisationsom
2006-04-04move do_whois to cmd_whois, i'm stopping now. really.om
2006-04-04Add WriteOpers_NoFormat, now to remember what I wanted it forom
2006-04-04Extra error detection, thwap me if this comes up with false positivesom
2006-04-04Remove duplicate error messagesom
2006-04-04Die properly on included config file errorsom
2006-04-04Undo the last tweak, which broke it, and show filenames in the error messagesom
2006-04-04combine a couple of if()'som
2006-04-04Remove some random unneeded castsom
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-04-04trivial: Made a slight error on that last commit, missed a bit.w00t
2006-04-04Forward port the removal of -nolimit (doesn't seem to be in the current comma...w00t
2006-04-04undo w00t's screwupom
2006-04-04This doesn't belong in userprocess.cpp. :Pw00t
2006-04-03Test fixes for cpu eating issuebrain
2006-04-03Fix Odin & Dune's obscure bug when you have the name of a config variable wit...om
2006-04-03Initialise OperSpyWhois value to false, just in case.om
2006-04-03Remove un-needed strlen and pointer in duration()om
2006-04-03split_clist will never send lines over 512 chars, also should be fasterom
2006-04-03Fix to prevent adding empty phrases to +g listbrain
2006-04-03Copy of 1_0_stable fix for malformed (>64 chars) hostnames.brain
2006-04-02Undo me screwing stuff upom
2006-04-02Add amd64/linux to list of OS'es tested, but mainly CIA test :Pom
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain
2006-03-30Put <options:operspywhois> in the example config, off by defaultom
2006-03-30Make the comment make sense ;<om
2006-03-30Make chlist() use an ostringstream, should be fasterom