]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Apparently to catch descendent classes we need to catch a reference to the parent...
[user/henk/code/inspircd.git] / src / users.cpp
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-07 brainExperimental improved string handling in server links
2006-01-28 brainCorrectly initialize userrec::password (should fix...
2006-01-27 brainAdded warnings to opers when session limits are exceeded
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-18 brainRemoved all strncpy() calls and replaced with strlcpy()
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-14 brainReplaced some 'n' with '*n' that was breaking userrec...
2006-01-12 brainReplaced sprintf's with some char* voodoo
2006-01-09 brainAdded chmodes-with-params
2006-01-09 brainUnneccessary colon
2006-01-09 brainUpdated mode lists in 004 to more accurately reflect...
2006-01-03 brainFixed to not crash on /PARK (still more to test)
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainChanges to how classes are looked up (connects slightly...
2005-12-29 brainAttempt to cut out unneccessary printf() va_args voodoo...
2005-12-29 brainCached ISUPPORT
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brain*FIX* 'No more connections allowed' was comparing again...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-28 brainChanges to the way clients are exited during mainloop...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-23 brainMade a var extern that blocks up the RC1 cygwin build
2005-12-22 brainMissing semicolon (gack)
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
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 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