]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Added CASEMAPPING and CHARSET to ISUPPORT (005)
[user/henk/code/inspircd.git] / src / inspircd.cpp
2006-01-03 brainAdded CASEMAPPING and CHARSET to ISUPPORT (005)
2005-12-30 brainChanged background stuff to occur more often
2005-12-30 brainOptimized out some more redundant va_args voodoo
2005-12-29 brainCached ISUPPORT
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-28 brainSignal handlers were not being set when -nofork was...
2005-12-26 brainFixed and implemented /modules debug <glob>
2005-12-26 brainFixed typo
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-19 brainSSL is a fucking mess.
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainAdded 'this' to LoadAllModules
2005-12-16 brainMoved serverstats* stats to InspIRCd class
2005-12-16 brainMoved LoadAllModules out of constructor, because value...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainMoved mode stuff into modeparser
2005-12-16 brainFixed, no longer need to call SetupCommandHandler,...
2005-12-16 brainChanged to use CommandParser for RemoveCommands
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainRenamed removecommands to remove_commands
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainMoved BoundPortCount into serverstats
2005-12-16 brainChanged I/O reading stuff for modules to be much faster...
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainFull removal of inspircd_util.h
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 brainMoved a ton of user related functions from inspircd...
2005-12-14 brainAdded more stuff to InspIRCd class
2005-12-14 brainReverted module_sockets back to global scope
2005-12-14 brainGrrrrrr
2005-12-14 brainMoving module_sockets into main class
2005-12-14 brainCode tidying
2005-12-14 brainShuffling stuff about
2005-12-14 brainMoved a bunch of stuff into class InspIRCd
2005-12-14 brainFixed some craq++
2005-12-14 brainFixed vars
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 brainMade inspircd itself a class, and called its instance...
2005-12-14 brainMoved add_channel, del_channel, kick_channel to channel...
2005-12-14 brainTidied up inspircd.h
2005-12-14 brainMoved some other stuff into ServerConfig
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoved classes out of inspircd.cpp
2005-12-14 brainMoved readconfig to serverconfig class
2005-12-14 brainMoved retrieval of PID filename into ReadConfig
2005-12-14 brainConfig fixes for moving MOTD and RULES vectors into...
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainFinished moving main config items into class ServerConfig
2005-12-14 brainMissed a nofork
2005-12-14 brainMoved tons of stuff into class ServerConfig
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 brainTons of optimizations to add_channel (UNTESTED)
2005-12-13 brainDe-messified GetRevision
2005-12-13 brainEliminated a strlcpy
2005-12-13 brainOptimized accept() stuff to eliminate loop, idea while...
2005-12-13 brainGot rid of the evil loopy horrid mess in dnsqueue.cpp...
2005-12-13 brainadded question about oper channel max
2005-12-13 brainModified channel joining to allow > MAXCHANS for opers...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-12 brainAdded reference to userprocess.h
2005-12-12 brainMoved some stuff out to userprocess.cpp
2005-12-12 brainEfficiency suggestion by w00t, faster processing of...
2005-12-12 brainNew version that doesnt yield() any more
2005-12-12 brainSemicolon to colon
2005-12-12 brainCode tidy
2005-12-12 brainComment and tidyup
2005-12-12 brainMade socket loop flush a users buffer if they still...
2005-12-12 brainGot the bool back to front!
2005-12-12 brainChanged how background processing works, now once per...
2005-12-12 brainCommented more stuff
2005-12-12 brainAdded timeout fixes
2005-12-12 brainFixed timeout code
2005-12-12 brainAdded a second yield
2005-12-12 brainTidy up of main function InspIRCd()
2005-12-12 brainAttempts to make DNS nicer with new socket engine
2005-12-12 brain*EXPERIMENTAL* Tied DNS into new socket engine
2005-12-12 brainMore experimental gubbins
2005-12-12 brainX_MODULE -> X_ESTAB_MODULE
2005-12-12 brainAdded module sockets to new engine, MAY NOT WORK
2005-12-12 brainEXPERIMENTAL new socket engine code
2005-12-08 brainFixed 'fake direction' messages being put out by user...
2005-12-07 brainChanged userlist to clientlist in UnloadModule
2005-12-07 brainAdded OnCleanup function
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-05 brainAdded new OnKick stuff
next