summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
2006-04-04Remove 'validation' for server description and network name (didn't do anything)om
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-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-04Forward port the removal of -nolimit (doesn't seem to be in the current comma...w00t
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-03-30Add configuration option <options:operspywhois> to set if opers see invisble ...om
2006-03-26Listening sockets are now explicitly nonblocking just in case the socket engi...brain
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-13Obscure bug of the week: InspIRCd crashes when given more than 64 client port...brain
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-12Removed lowercasing of servername on validationbrain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-10Removed 8-space indentsbrain
2006-03-10Whoops, forgot a NULLbrain
2006-03-10Commented all the new config stuffbrain
2006-03-10Typobrain
2006-03-10Moved more stuff into right placesbrain
2006-03-10Made it compile :pbrain
2006-03-10Mass tidyup of ServerConfig::Read and stuffbrain
2006-03-10Test stuff for improved multi-tags in corebrain
2006-03-10Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...brain
2006-03-10Tidyup of config reader lowlevel readingbrain
2006-03-10Align names that are output on startup using \t htabsbrain
2006-03-10Moved typedefs etc into the header where they belongbrain
2006-03-10Move vars to top of functionbrain
2006-03-10Validating wrong fieldbrain
2006-03-10Improvementsbrain
2006-03-10Tidyup of ServerConf::Read about half done (works)brain
2006-03-10Probably doesnt work yetbrain
2006-03-09More stuff donebrain
2006-03-09I hate casts.brain
2006-03-09Please diagnose error line 205brain
2006-03-09Cleanup.w00t
2006-03-09Update to Start() credits, now refers users to /info outputw00t
2006-03-06CM -> CM1brain
2006-03-06Tidied GetMaxBans to leave the ConfigReader subsystem alonebrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-03-02Added a sleep on startup to stop it mucking up the displaybrain
2006-03-02*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...brain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain