]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Added IOHookModule stuff to allow for different modules to hook different ports
[user/henk/code/inspircd.git] / src / inspircd.cpp
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
2005-12-05 brainFixed local compares to JOIN
2005-12-05 brainAdded OnChangeHost
2005-12-03 brainRemoved the MESHED 005 numeric token
2005-12-03 brainChanged epoll delay
2005-12-02 brainAllowed ulined servers to by pass all oper permissions...
2005-12-02 brainAdded forward lookup sanity checks to single threaded dns
2005-12-02 brainMade threading optional
2005-12-02 brainIts too late at night for this :p
2005-12-02 brainBlah
2005-12-02 brainblah
2005-12-02 brainAdded permissions checks, ick!
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-12-01 brainFixed is_valid_cmd to only return true for non-core...
2005-12-01 brainAdded clever code to propogate module's special command...
2005-11-30 brainAdded Server::RehashServer
next