]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/inspircd.h
Missing a changeover
[user/henk/code/inspircd.git] / include / inspircd.h
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-02-27 omAdd comment stressing the importance of certain element...
2006-02-27 brainTest two
2006-02-27 brainConstant eating 20% cpu since last nights commit -...
2006-02-26 brainMoved the contents of the mainloop into a function...
2006-02-24 omNothing to see here, nothing, at all.
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-09 brainUntested priority system for modules to move themselves...
2005-12-29 brainCached ISUPPORT
2005-12-16 brainMissing semicolon
2005-12-16 brainMoved serverstats* stats to InspIRCd class
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainMoved a ton of defined to modules.h that belong there
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainMoved BoundPortCount into serverstats
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-14 brainAdded more stuff to InspIRCd class
2005-12-14 brainSucky stuff
2005-12-14 brainMade LoadModule and UnloadModule public
2005-12-14 brainTidy tidy
2005-12-14 brainRemoved externs for module_sockets
2005-12-14 brainShuffling stuff about
2005-12-14 brainMoved a bunch of stuff into class InspIRCd
2005-12-14 brainTittyBiscuits!
2005-12-14 brainShitty include loops
2005-12-14 brainTidied up typos
2005-12-14 brainMade inspircd itself a class, and called its instance...
2005-12-14 brainComment tidy
2005-12-14 brainMoved add_channel, del_channel, kick_channel to channel...
2005-12-14 brainTidied up inspircd.h
2005-12-14 brainFinished moving main config items into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainForward declared ForceChan
2005-12-13 brainSet up externs to allow moving loads of crap out of...
2005-12-04 brainAdded notice-to-servermask
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-12-01 brainAdded clever code to propogate module's special command...
2005-11-30 brainAdded opaque protocol functions
2005-11-25 brainRe-added required parts of connection.h
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-06-01 brainMissing vars
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-22 brainChanged revision id's to std::string
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-03 brainFixed to always look for the ircd.log within the bin...
2005-04-30 brainTried a new way of doing remote versions
2005-04-29 brainFixed some flood checking
2005-04-27 brainAdded a Server:: method to send server notices to channels
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-16 brainAdded:
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-03-25 brainAdded a lot of config error checking
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-24 brainFixed quit-bouncing issue when a user is g-lined
2004-04-19 brainFixes to typos and function exporting between source...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions
2004-04-18 brainChanges of RemoveServer to char* to const char*
2004-04-18 brainFixes to recovery
2004-04-18 brainForgot to save some stuff
2004-04-16 brainFixed some SQUIT stuff
2004-04-16 brainSQUIT and routing of messages fixes during periods...
2004-04-16 brainFixes to only send SQUIT tokens to servers that are...
2004-04-16 brainAdded ability to update routing table on the fly if...
2004-04-15 brainFixes for nonblocking socket issues
2004-04-15 brainTons of linking tweaks
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-12 brainAdded '@' (WALLOPS) link token
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-10 brainAdded J, P and Q type datagrams
2004-04-10 brainAdded server to server 'J' token
2004-04-07 brainAdded Server::CountUsers function
2004-04-06 brainAdded OnUserPreMessage and OnUserPreNotice events ...
2004-04-06 brainAdded support for SVS-style Server class methods for...
2004-04-05 brainAdded support for OnWhois, OnOper, OnInfo and SendToMod...
2004-04-04 brainCompleted support for module-handled umodes
2004-04-03 brainTons more sanity checks and length checks
2004-04-03 brainAdded support for module-defined chanmodes with no...
next