]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2005-12-16 brainTidied up headers and externs -- brain
2005-12-16 brainFixed LoopCall method calls
2005-12-16 brainCommented why this is seriously fucked-up-looking :p
2005-12-16 brainTypo in declaration
2005-12-16 brainLast set of modules converted to new command system
2005-12-16 brainAdded support for new command system
2005-12-16 brainMoved to new command system
2005-12-16 brainPorting to new command system
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainForgot to remove dependency on serverstats *stats
2005-12-16 brainMissing extern
2005-12-16 brainMissing semicolon
2005-12-16 brainAdded 'this' to LoadAllModules
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 brainMoved LoadAllModules out of constructor, because value...
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 brainChanged to Parser->CreateCommand()
2005-12-16 brainFixed, no longer need to call SetupCommandHandler,...
2005-12-16 brainChanged to use CommandParser for RemoveCommands
2005-12-16 brainFixed some return type craq
2005-12-16 brainFixed to use CommandParser
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainChanged to include its own header
2005-12-16 brainFixed command parser
2005-12-16 brainChanging stuff to using CommandParser class
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMade remove_commands public
2005-12-16 brainRenamed removecommands to remove_commands
2005-12-16 brainFixed dodgy makefile generation
2005-12-16 brainFixed some crap
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainMoved BoundPortCount into serverstats
2005-12-16 brainAdjusted OnRawSocketClose to new system
2005-12-16 brainFixed warning
2005-12-16 brainSome things just cant be static...
2005-12-16 brainChanged I/O reading stuff for modules to be much faster...
2005-12-16 brainMoving to faster way of hooking i/o
2005-12-16 brainRemoved syscalls in log, moved va* buffers to static...
2005-12-16 brainOptimized away a memset made it potentially 10x faster
2005-12-15 brainAdded more logging
2005-12-15 brainBigger read buffers on ibuf
2005-12-15 brainOutput buffering fixes
2005-12-15 brainAdded Buffer member
2005-12-15 brainAdded FlushWriteBuffer
2005-12-15 brainNew socket handling code
2005-12-15 brainFixed BUG BUG BUG
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainTidied up some string stuff
2005-12-15 brainFixed typo in shorthand if
2005-12-15 brainRe-introduced 3-line function CleanFilename
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainRemoved inspircd_util.*!
2005-12-15 brainRemoved inspircd_util.cpp, this was NEVER really used!
2005-12-15 brainOptimized helperfuncs
2005-12-15 brainImproved pointer voodoo in chanmodes(), many less strlcats
2005-12-15 brainstd::string -> irc::string
2005-12-15 brainFixed to work with new IsInvited
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainFixed old use of userrec::HasPermission
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainAdded externs
2005-12-15 brainRar!
2005-12-15 brainRemoved code weirdness in handle_invite
2005-12-15 brainMajor tidyups are fun for all :p
2005-12-15 brainChanged InviteTo to use irc::string
2005-12-15 brainFixed to use irc::string now for invite functions
2005-12-15 brainFixes
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-15 brainMade apply_lines apply perm lines again
2005-12-15 brainAdded documentation for CullItem and CullList
2005-12-15 brainAdded comments
2005-12-15 brainHad comparison back to front
2005-12-15 brainFixed old code
2005-12-15 brainFixed to allow remote users to be put on a cull list
2005-12-15 brainRemoved unused var
2005-12-15 brainUpdated so that netsplits use the cull_list.
2005-12-15 brainAdded cull_list.* to configure
2005-12-15 brainAdded CullList class
2005-12-15 brainNew CullList trick
2005-12-14 brainFixed location of Srv
2005-12-14 brainAdded Server::GetVersion()
2005-12-14 brainFixed ModuleError()
2005-12-14 brainMoved ModuleError()
2005-12-14 brainAdded more stuff to InspIRCd class
2005-12-14 brainAdded new docs for class InspIRCd and globals.h etc
2005-12-14 brainReverted module_sockets back to global scope
2005-12-14 brainSucky stuff
2005-12-14 brainGrrrrrr
2005-12-14 brainForgot to initialize a var
2005-12-14 brainRemoved ip cache craq++
2005-12-14 brainFixed handle_*module
2005-12-14 brainMade LoadModule and UnloadModule public
2005-12-14 brainTidy tidy
next