summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2005-12-16Missing semicolonbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Tidied up call_handler to use stringsbrain
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-14Sucky stuffbrain
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