Age | Commit message (Expand) | Author |
2005-12-14 | Fixed handle_*module | brain |
2005-12-14 | Tidy tidy | brain |
2005-12-14 | Removed externs for module_sockets | brain |
2005-12-14 | Moving module_sockets into main class | brain |
2005-12-14 | Code tidying | brain |
2005-12-14 | Shuffling stuff about | brain |
2005-12-14 | Moved a bunch of stuff into class InspIRCd | brain |
2005-12-14 | Craq removal at your service | brain |
2005-12-14 | craq-- | brain |
2005-12-14 | Fixed a bad extern (bad extern, BAD) | brain |
2005-12-14 | Fixed some craq++ | brain |
2005-12-14 | Fixed vars | 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 | TittyBiscuits! | brain |
2005-12-14 | Tidying of stuff | brain |
2005-12-14 | Made inspircd itself a class, and called its instance TittyBiscuits, just bec... | brain |
2005-12-14 | Fixing move of *_channel functions to here | brain |
2005-12-14 | Moved add_channel, del_channel, kick_channel to channels.cpp | brain |
2005-12-14 | Tidied up inspircd.h | brain |
2005-12-14 | Added way to retrieve a pointer to the ServerConfig object | brain |
2005-12-14 | Moved some other stuff into ServerConfig | brain |
2005-12-14 | module_names -> Config->module_names | brain |
2005-12-14 | Fixed to use new methods of ServerConfig | 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 classes out of inspircd.cpp | brain |
2005-12-14 | Moved readconfig to serverconfig class | brain |
2005-12-14 | Removed reference to RULES | brain |
2005-12-14 | More references to RULES and MOTD | brain |
2005-12-14 | Removed deprecated direct reference to file_cache MOTD, RULES | brain |
2005-12-14 | Moved retrieval of PID filename into ReadConfig | brain |
2005-12-14 | Config fixes for moving MOTD and RULES vectors into the ServerConfig class | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Finished moving main config items into class ServerConfig | brain |
2005-12-14 | Fixed unresolved reference to Config::DNSServer | brain |
2005-12-14 | Fixed unresolved external | brain |
2005-12-14 | Missed a nofork | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Moving more stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Half way through updating to move a ton of extern confs into class ServerConfig | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |
2005-12-14 | Changed a broken && to & which was preventing epoll from doing outbound conne... | brain |
2005-12-14 | Use our shiny new IS_LOCAL() macro, and add a query. | w00t |