]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Split all commands into seperate files and redid command system to take classes,...
[user/henk/code/inspircd.git] / src / users.cpp
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 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainFixed dodgy makefile generation
2005-12-16 brainAdjusted OnRawSocketClose to new system
2005-12-15 brainFixed BUG BUG BUG
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainAdded externs
2005-12-15 brainRar!
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-14 brainFixed to use new methods of ServerConfig
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-07 brainAdded ability to put command named * into a class to...
2005-12-04 brainTweak for om's threaded-dns issue
2005-12-02 brainFixed a missing include
2005-12-02 brainAllowed ulined servers to by pass all oper permissions...
2005-12-02 brainMade threading optional
2005-12-02 brainFixed dns pthread_kill
2005-12-02 brainAn "I" got in here
2005-12-02 brainThis should work again now
2005-12-02 brainRemoved pthread_kill, linux doesnt know where it is!
2005-12-02 brainMissing referece for pthread_kill
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-11-25 brainAdded references to connection.h
2005-06-01 brainFixed onloadmodule
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-23 brainCode tidyup
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-12 brainFixed wrong number being shown when sendq exceeded
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-06 brainFixed park crash bug #63 reported by ViaraiX
2005-04-30 brainTried a new way of doing remote versions
2005-04-29 brainFixed some flood checking
2005-04-29 brainAdded some pretty mean anti-flood features
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-05 brainMajor optimizations!
2005-04-01 brainAdded nonblocking dns
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded oper classes and types (done through the planned...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-10 brainFixes to channel join checks
2004-04-09 brainAdded flood= value to connect allow classes, added...
2004-04-08 brainTons of buffering fixes and optimisations for user...
2004-04-05 brainFix for bug ID #5 (PING, PONG And other matters)
2004-04-04 brainCompleted support for module-handled umodes
2004-04-01 brainFixed <link> tags
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-23 brainInitial revision