Age | Commit message (Expand) | Author |
2005-12-14 | Tidying of stuff | brain |
2005-12-14 | Tidied up typos | brain |
2005-12-14 | Made inspircd itself a class, and called its instance TittyBiscuits, just bec... | brain |
2005-12-14 | Comment tidy | 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 | Added tons of comments | brain |
2005-12-14 | Moved some other stuff into 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 | 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 | Moved tons of 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-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | Modified chlist() and whois to allow output of multi line channel membership ... | brain |
2005-12-13 | Forward declared ForceChan | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-13 | More old /map code removal, removed stuff from headers | w00t |
2005-12-13 | Set up externs to allow moving loads of crap out of inspircd.cpp | brain |
2005-12-12 | Moved some stuff out to userprocess.h | brain |
2005-12-12 | Commented more stuff | brain |
2005-12-12 | Fixed timeout code | brain |
2005-12-12 | Added comments | brain |
2005-12-12 | Attempts to make DNS nicer with new socket engine | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-12 | Added module sockets to new engine, MAY NOT WORK | brain |
2005-12-12 | Added GetType | brain |
2005-12-12 | EXPERIMENTAL new socket engine code | brain |
2005-12-12 | Made compile on freebsd | brain |
2005-12-12 | Added preliminary socketengine stuff | brain |
2005-12-09 | Added tons of extra documentation to Module class | brain |
2005-12-09 | Added preliminary remote WHOIS | brain |
2005-12-08 | Optimized (much faster, more efficient, less cpu usage) | brain |
2005-12-07 | Changed name of variable in OnCleanup | brain |
2005-12-07 | Added OnCleanup function | brain |
2005-12-07 | Added Metadata API (for transferring extensibles over a network transparent t... | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-12-07 | Tons of DNS debugging and stability fixes | brain |