summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
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
2006-02-28Fixes for new banhidingbrain
2006-02-28BanHidingbrain
2006-02-28Tweaks for unrealismsbrain
2006-02-28Extra error output when fails to bind a portbrain
2006-02-26Valgrind fixesbrain
2006-02-26Removed setpriority()brain
2006-02-26Lowercase the servername automaticallybrain
2006-02-19Removed the 'one of' check for <dns>brain
2006-02-19Throws exception on failed GetIOHook()brain
2006-02-19Added check for if the servername contains a '.', if not append one on rehashbrain
2006-02-11Added anti-retard check to prevent retarded flood settingsbrain
2006-02-09Added comment about the craqness of ServerConfig::Read()brain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-06Removed some debug notices that were mistakenly in the DEFAULT loglevelbrain