Age | Commit message (Expand) | Author |
2005-11-29 | strcmp() is a little expensive, and useless here -- ointers make our lives ea... | w00t |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-29 | Fixed to allow any form of linefeed | brain |
2005-05-29 | Fix for backslashes in win32 paths (converted to forward slashes in config re... | brain |
2005-05-29 | Made erroneous included configs cause the reader to bail | brain |
2005-05-29 | Added include stack to detect looped includes | brain |
2005-05-29 | added <include file> tags (next make paths relative) | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-18 | Replacement of bzero with memset for solaris 10 compat. | brain |
2005-05-18 | bzero removed for compatibility with solaris 10 | brain |
2005-05-17 | Added configurable SOMAXCONN size | brain |
2005-05-17 | Changed from SOMAXCONN to 32 | brain |
2005-05-16 | Increased listen backlog from 5 to use SOMAXCONN, system defined constant max... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
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 |