Age | Commit message (Expand) | Author |
2005-12-15 | Tidied up some string stuff | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-14 | Moved ModuleError() | brain |
2005-12-14 | Forgot to initialize a var | brain |
2005-12-14 | Shuffling stuff about | brain |
2005-12-14 | Fixed a bad extern (bad extern, BAD) | brain |
2005-12-14 | Fixups | brain |
2005-12-14 | Fixed to use MAXSOCKS | brain |
2005-12-14 | Moved BindPorts out of main file into inspircd_io.cpp | brain |
2005-12-14 | More config tidyups | brain |
2005-12-14 | Moved a ton of *Conf functions into the ServerConfig class | brain |
2005-12-14 | Mis-declared ClearStack() | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |
2005-12-14 | Moved readconfig to serverconfig class | brain |
2005-12-14 | Moving more stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-08 | Reverted bugfix | brain |
2005-12-08 | Changed comments | brain |
2005-12-08 | Fixed bug #85 | brain |
2005-12-08 | Attempted config fix for end of line missing | brain |
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 |