summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
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
2006-01-15Made inspircd close and reopen its log on rehashbrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-28Signal handlers were not being set when -nofork was enabledbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-15Tidied up some string stuffbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Moved ModuleError()brain
2005-12-14Forgot to initialize a varbrain