]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Incorporated Craig's friendlier SQL class (documentation to come later)
[user/henk/code/inspircd.git] / include /
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-25 omAdd InsertMode function to helperfuncs.(cpp|h) for...
2006-01-25 brainDocumented some functions that were missing comments
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-25 omOh noes, a typoed comment :x
2006-01-25 omremove redundant variable and fix log output
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainChanged lots of icky #define's to enums
2006-01-15 brainCleanFilename movage
2006-01-15 brainFixes to make this actually WORK.
2006-01-15 brainAdded checks to forbid declaring certain config tags...
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-12 brainReplaced sprintf's with some char* voodoo
2006-01-12 brainChanged channel user lists from vector to map
2006-01-12 brain<Bender> Who put this in here? O_o
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-02 brainGCC 4.1 is more strict about extra qualification on...
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainClass lookup adjustment
2005-12-31 brainRemoved cvsignores, set svn:ignore property using ...
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-29 brainCached ISUPPORT
2005-12-29 brainChanged 65535 to MAX_DESCRIPTORS calculated at configur...
2005-12-29 brainAdded extra checking to socketengine to refuse connecti...
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-28 brainAdded SetSignals()
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-26 brainAdded global_implementation array, bypasses calls which...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-19 brainAdded comments
2005-12-19 brainAdding AES encryption to spanningtree links
2005-12-19 brainAdded AES stuff
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-18 brainAdded requirement for at least one parameter
2005-12-16 brainCommented why this is seriously fucked-up-looking :p
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMissing semicolon
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved serverstats* stats to InspIRCd class
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainMore defines moved
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 brainGROK!
2005-12-16 brainMoved mode stuff into modeparser
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMade remove_commands public
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainMoved BoundPortCount into serverstats
2005-12-15 brainBigger read buffers on ibuf
2005-12-15 brainAdded Buffer member
2005-12-15 brainAdded FlushWriteBuffer
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainRemoved inspircd_util.cpp, this was NEVER really used!
2005-12-15 brainOptimized helperfuncs
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainMajor tidyups are fun for all :p
2005-12-15 brainFixes
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-15 brainAdded comments
2005-12-15 brainFixed to allow remote users to be put on a cull list
2005-12-15 brainAdded CullList class
2005-12-14 brainAdded Server::GetVersion()
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 brainFixups
2005-12-14 brainFixed to use MAXSOCKS
2005-12-14 brainMoved BindPorts out of main file into inspircd_io.cpp
2005-12-14 brainTittyBiscuits!
2005-12-14 brainShitty include loops
2005-12-14 brainTidying of stuff
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 brainFixing move of *_channel functions to here
2005-12-14 brainMoved add_channel, del_channel, kick_channel to channel...
2005-12-14 brainTidied up inspircd.h
next