summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-14Moved some other stuff into ServerConfigbrain
2005-12-14module_names -> Config->module_namesbrain
2005-12-14Fixed to use new methods of ServerConfigbrain
2005-12-14More config tidyupsbrain
2005-12-14Moved a ton of *Conf functions into the ServerConfig classbrain
2005-12-14Mis-declared ClearStack()brain
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-14Removed reference to RULESbrain
2005-12-14More references to RULES and MOTDbrain
2005-12-14Removed deprecated direct reference to file_cache MOTD, RULESbrain
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-14Fixed unresolved reference to Config::DNSServerbrain
2005-12-14Fixed unresolved externalbrain
2005-12-14Missed a noforkbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Moving more stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-14Changed a broken && to & which was preventing epoll from doing outbound conne...brain
2005-12-14Use our shiny new IS_LOCAL() macro, and add a query.w00t
2005-12-14tidystring() anal optimisationw00t
2005-12-13Fixed a couple of missing \n's at request of Specialbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!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-13Minor bug chasingbrain
2005-12-13Not sending fjoins on sync?brain
2005-12-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
2005-12-13Made dnsqueue clean up its sockets from the socketengine properlybrain
2005-12-13Prevented zlines from being allowed with a username/ident in thembrain
2005-12-13Added ability for channel lists to grow past one line in WHOISbrain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-12-13Fixed minor warningbrain
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-13Removed some logging that can cause excessively huge logs when select() is be...brain
2005-12-13More old /map code removal, removed stuff from headersw00t
2005-12-13Removed old /map codew00t