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