Age | Commit message (Expand) | Author |
2005-12-14 | Made inspircd itself a class, and called its instance TittyBiscuits, just bec... | 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 | Moved some other stuff into ServerConfig | 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 | 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 | Missed a nofork | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Half way through updating to move a ton of extern confs into class ServerConfig | brain |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | Tons of optimizations to add_channel (UNTESTED) | brain |
2005-12-13 | De-messified GetRevision | brain |
2005-12-13 | Eliminated a strlcpy | brain |
2005-12-13 | Optimized accept() stuff to eliminate loop, idea while talking to w00t | brain |
2005-12-13 | Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo... | brain |
2005-12-13 | added question about oper channel max | brain |
2005-12-13 | Modified channel joining to allow > MAXCHANS for opers/remote (when complete) | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-12 | Added reference to userprocess.h | brain |
2005-12-12 | Moved some stuff out to userprocess.cpp | brain |
2005-12-12 | Efficiency suggestion by w00t, faster processing of module sockets at the exp... | brain |
2005-12-12 | New version that doesnt yield() any more | brain |
2005-12-12 | Semicolon to colon | brain |
2005-12-12 | Code tidy | brain |
2005-12-12 | Comment and tidyup | brain |
2005-12-12 | Made socket loop flush a users buffer if they still remain after processing e... | brain |
2005-12-12 | Got the bool back to front! | brain |
2005-12-12 | Changed how background processing works, now once per second repeating until ... | brain |
2005-12-12 | Commented more stuff | brain |
2005-12-12 | Added timeout fixes | brain |
2005-12-12 | Fixed timeout code | brain |
2005-12-12 | Added a second yield | brain |
2005-12-12 | Tidy up of main function InspIRCd() | brain |
2005-12-12 | Attempts to make DNS nicer with new socket engine | brain |
2005-12-12 | *EXPERIMENTAL* Tied DNS into new socket engine | brain |
2005-12-12 | More experimental gubbins | brain |
2005-12-12 | X_MODULE -> X_ESTAB_MODULE | brain |
2005-12-12 | Added module sockets to new engine, MAY NOT WORK | brain |
2005-12-12 | EXPERIMENTAL new socket engine code | brain |
2005-12-08 | Fixed 'fake direction' messages being put out by user->registered = 7 being s... | brain |
2005-12-07 | Changed userlist to clientlist in UnloadModule | brain |
2005-12-07 | Added OnCleanup function | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |