summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
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
2006-02-06Fix typobrain
2006-02-06Added support for changing tempdir via <options:tempdir>brain
2006-02-04When rehashing by sighup and adding/removing modules, don't attempt to write ...brain
2006-02-03Added ircu-like hidewhois feature that allows hiding of server name in whois ...brain
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-23And the programming god looked down upon his deciples and said: VERILY, THOU ...brain
2006-01-22Allowed for configuration of maxtargets in <options:maxtargets>brain
2006-01-16Fixed so that ONLY ports of type "" or type "clients" are bound by the core, ...brain
2006-01-15missing linefeedbrain
2006-01-15Made <disabled> non-manditory, added check for when singular tags arent defin...brain
2006-01-15CleanFilename movagebrain
2006-01-15Fixed SIGHUP rehash to actually send rehash event to modulesbrain
2006-01-15Fixes to make this actually WORK.brain
2006-01-15Added checks to forbid declaring certain config tags twice (ones which should...brain
2006-01-15Fix for warning in OpenLog callbrain
2006-01-15Added support for <options customversion> to customize the second part of VER...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain