]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd_io.cpp
Added implementation of strlcpy and strlcat for systems that dont have it
[user/henk/code/inspircd.git] / src / inspircd_io.cpp
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainAdded a lot of config error checking
2005-03-14 brainUnknown change
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-09-04 brainFix to bug #24, stringstream::clear() clears the stream...
2004-09-04 brainFix for bug #24 (/stats entries doubling after rehash)
2004-05-16 brainUpdated header comments
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-20 brainConfigReader fixes to cope with tab characters (why...
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-08 brainAttempted fixes to make ModuleReader::ReadValue return...
2004-04-08 brainFixes to connection pooling... this brain misunderstood...
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainFixed config reader to cache its files instead of re...
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-04 brainAdded support for /modules command
2004-04-03 brainFixes for setpriority on freebsd
2003-09-27 frostycoolslugCombined The file Modules and Config file existance...
2003-09-27 frostycoolslugchanged CheckModule from (char module[MAXBUF]) to ...
2003-09-27 frostycoolslugFixed Bug Causing missing modules to Seg Fault The...
2003-03-23 brainChanged so that when the process detaches, it changes...
2003-02-09 brainChanged to work with new log-level
2003-02-02 brainAdded first part of server linking code
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-23 brainInitial revision