summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
AgeCommit message (Expand)Author
2005-05-11Fixed weird bug where on mass join/part flood, the channel would bebrain
2005-05-10Cannot initialize kqueue BEFORE the daemon fork!brain
2005-05-09Fixes to way allocations are handledbrain
2005-05-02Added /stats Tbrain
2005-04-26mmmm, green. Elphaba would be so proud :pbrain
2005-04-26Updated startup colour schemebrain
2005-04-26Strlen tidyup (based on results of gprof output)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-18Added PID reporting and testing before daemonizebrain
2005-04-17Removed some old uneeded codebrain
2005-04-16Fixed lingering (SO_REUSEADDR was being set to 0?)brain
2005-04-11Made setrlimit a commandline optionbrain
2005-04-11Added getrlimit/setrlimit to set process limits to allow a core dumpbrain
2005-04-10Changed escape codes to work better on dark-on-light terminalsbrain
2005-04-07Fixed "error in free()" and other bugs going to open socketsbrain
2005-04-05Major optimizations!brain
2005-04-05If writing the PID file fails, it is now written to the logbrain
2005-04-03Added shutdown() calls on diebrain
2005-04-03Added code to shutdown listening sockets on exitbrain
2005-04-02Config files read by the ircd are now chmod'ed 0600brain
2005-04-02Added pid file support, and documentation for itbrain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-26Fixed a minor typobrain
2005-03-26Fixed parsing error with comments that have tabs before thembrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Added a lot of config error checkingbrain
2005-03-14Unknown changebrain
2004-09-11Changes for security based on RATS analysisbrain
2004-09-11Security audit based on RATS outputbrain
2004-09-04Fix to bug #24, stringstream::clear() clears the stream error state not its databrain
2004-09-04Fix for bug #24 (/stats entries doubling after rehash)brain
2004-05-16Updated header commentsbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-20ConfigReader fixes to cope with tab characters (why didnt we notice this befo...brain
2004-04-08Added ConfigReader::EnumValues() (requested by Craig)brain
2004-04-08Attempted fixes to make ModuleReader::ReadValue return "" if string does not ...brain
2004-04-08Fixes to connection pooling... this brain misunderstood the parameters to sel...brain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Fixed config reader to cache its files instead of re-reading them for each ac...brain
2004-04-04Added support for module-based chanmodes with parameters and the ability to q...brain
2004-04-04Added support for /modules commandbrain
2004-04-03Fixes for setpriority on freebsdbrain
2003-09-27Combined The file Modules and Config file existance checkers into one functionfrostycoolslug
2003-09-27changed CheckModule from (char module[MAXBUF]) to (char* module) -- Suggested...frostycoolslug
2003-09-27Fixed Bug Causing missing modules to Seg Fault The IRCd, now the missing modu...frostycoolslug
2003-03-23Changed so that when the process detaches, it changes its own priority to a l...brain
2003-02-09Changed to work with new log-levelbrain
2003-02-02Added first part of server linking codebrain
2003-01-30Moved to Dev-C++ as an editor for project (more stable than gvim!)brain
2003-01-23Initial revisionbrain