]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Fixed some craq++
[user/henk/code/inspircd.git] / src / inspircd.cpp
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
2005-11-29 brainFixed an old-style OnUserQuit trigger
2005-11-29 brainAdded reason to OnUserQuit
2005-11-27 brainAdded nickname syncing
2005-11-26 brainAdded stricter checking for listening sockets
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainRemoved references to connection.cpp and servers.cpp
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-11-25 brainRemoved server socket stuff from socketengine
2005-11-25 brainFixed compile time glitches in new code, removed obsele...
2005-11-25 brainStarted removal of server linking code from core and...
2005-08-24 brainChanged comments
2005-08-24 brainTidied up socket engine code, moved into a specialized...
2005-06-02 brainPossibly fixed the 'vincent' bug
2005-06-02 brainMore tweaks
2005-06-02 brainMore tweaks
2005-06-02 brainFixed warnings reported by vincent
2005-06-01 brainFixed onloadmodule
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-06-01 brainFixed ability to accidentally set a softlimit of 0
2005-06-01 brainMaxClients -> MAXCLIENTS
2005-06-01 brainMany linking fixes
2005-05-30 brainConfiguration errors now go to the error log
2005-05-30 brainGCC4.x -Wall fixes
2005-05-30 brainGCC4.0 warning fixes
2005-05-30 brainStarted on -Wall - safe compile
next