summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-14Added more stuff to InspIRCd classbrain
2005-12-14Reverted module_sockets back to global scopebrain
2005-12-14Grrrrrrbrain
2005-12-14Moving module_sockets into main classbrain
2005-12-14Code tidyingbrain
2005-12-14Shuffling stuff aboutbrain
2005-12-14Moved a bunch of stuff into class InspIRCdbrain
2005-12-14Fixed some craq++brain
2005-12-14Fixed varsbrain
2005-12-14Fixupsbrain
2005-12-14Fixed to use MAXSOCKSbrain
2005-12-14Moved BindPorts out of main file into inspircd_io.cppbrain
2005-12-14TittyBiscuits!brain
2005-12-14Made inspircd itself a class, and called its instance TittyBiscuits, just bec...brain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Moved some other stuff into ServerConfigbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moved classes out of inspircd.cppbrain
2005-12-14Moved readconfig to serverconfig classbrain
2005-12-14Moved retrieval of PID filename into ReadConfigbrain
2005-12-14Config fixes for moving MOTD and RULES vectors into the ServerConfig classbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Finished moving main config items into class ServerConfigbrain
2005-12-14Missed a noforkbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13Tons of optimizations to add_channel (UNTESTED)brain
2005-12-13De-messified GetRevisionbrain
2005-12-13Eliminated a strlcpybrain
2005-12-13Optimized accept() stuff to eliminate loop, idea while talking to w00tbrain
2005-12-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
2005-12-13added question about oper channel maxbrain
2005-12-13Modified channel joining to allow > MAXCHANS for opers/remote (when complete)brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-12Added reference to userprocess.hbrain
2005-12-12Moved some stuff out to userprocess.cppbrain
2005-12-12Efficiency suggestion by w00t, faster processing of module sockets at the exp...brain
2005-12-12New version that doesnt yield() any morebrain
2005-12-12Semicolon to colonbrain
2005-12-12Code tidybrain
2005-12-12Comment and tidyupbrain
2005-12-12Made socket loop flush a users buffer if they still remain after processing e...brain
2005-12-12Got the bool back to front!brain
2005-12-12Changed how background processing works, now once per second repeating until ...brain
2005-12-12Commented more stuffbrain