summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2005-12-14Made LoadModule and UnloadModule publicbrain
2005-12-14Tidy tidybrain
2005-12-14Removed externs for module_socketsbrain
2005-12-14Shuffling stuff aboutbrain
2005-12-14Moved a bunch of stuff into class InspIRCdbrain
2005-12-14TittyBiscuits!brain
2005-12-14Shitty include loopsbrain
2005-12-14Tidied up typosbrain
2005-12-14Made inspircd itself a class, and called its instance TittyBiscuits, just bec...brain
2005-12-14Comment tidybrain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Finished moving main config items 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-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13Forward declared ForceChanbrain
2005-12-13Set up externs to allow moving loads of crap out of inspircd.cppbrain
2005-12-04Added notice-to-servermaskbrain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain
2005-11-30Added opaque protocol functionsbrain
2005-11-25Re-added required parts of connection.hbrain
2005-11-25Removal of mesh stuff (lots of)brain
2005-06-01Missing varsbrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-03Fixed to always look for the ircd.log within the bin/ dirbrain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-29Fixed some flood checkingbrain
2005-04-27Added a Server:: method to send server notices to channelsbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2005-04-16Added:brain
2005-04-14Added ability for modules to hold users in a 'holding pattern' while they do ...brain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-03-25Added a lot of config error checkingbrain
2004-05-16Updated header commentsbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-24Fixed quit-bouncing issue when a user is g-linedbrain
2004-04-19Fixes to typos and function exporting between source filesbrain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain