summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-12-14Tidied up inspircd.hbrain
2005-12-14Added way to retrieve a pointer to the ServerConfig objectbrain
2005-12-14Added tons of commentsbrain
2005-12-14Moved some other stuff into 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-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-14Moved tons of 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-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-12-13Forward declared ForceChanbrain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-13More old /map code removal, removed stuff from headersw00t
2005-12-13Set up externs to allow moving loads of crap out of inspircd.cppbrain
2005-12-12Moved some stuff out to userprocess.hbrain
2005-12-12Commented more stuffbrain
2005-12-12Fixed timeout codebrain
2005-12-12Added commentsbrain
2005-12-12Attempts to make DNS nicer with new socket enginebrain
2005-12-12More experimental gubbinsbrain
2005-12-12Added module sockets to new engine, MAY NOT WORKbrain
2005-12-12Added GetTypebrain
2005-12-12EXPERIMENTAL new socket engine codebrain
2005-12-12Made compile on freebsdbrain
2005-12-12Added preliminary socketengine stuffbrain
2005-12-09Added tons of extra documentation to Module classbrain
2005-12-09Added preliminary remote WHOISbrain
2005-12-08Optimized (much faster, more efficient, less cpu usage)brain
2005-12-07Changed name of variable in OnCleanupbrain
2005-12-07Added OnCleanup functionbrain
2005-12-07Added Metadata API (for transferring extensibles over a network transparent t...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-07Tons of DNS debugging and stability fixesbrain
2005-12-06Made ibuf larger to hold more of a burstbrain
2005-12-06Added G/Z/Q/E line propogationbrain
2005-12-05Added OnChangeHostbrain
2005-12-04Added OnWallopsbrain
2005-12-04Added notice-to-servermaskbrain
2005-12-02Made threading optionalbrain