]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / users.cpp
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-07 omMake WriteServ use WriteServ_NoFormat, code duplication...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-26 brainIS_LOCAL check on flushwritebuf
2006-03-25 w00tPossible fix for a desync condition
2006-03-25 brainkill_link safety checks
2006-03-13 brainChanged to use IS_LOCAL not user->fd > -1
2006-03-12 brainAdding to the buffer was clearing it first, reverting...
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainAnother typo
2006-03-10 brainMoved more stuff into right places
2006-03-09 omChanging by-value parameters to const references
2006-03-09 brainSpeedups
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainFixed to correctly use iterator
2006-03-09 brainFixed to use iterators
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-07 brainFlush user buffers more often (every 30 iterations)
2006-03-07 brainWhois typo fixes
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainImproved userlist to avoid strlen
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-02 brainSlight optimization here
2006-03-02 brainStrdup's to stop corruption of oper classes
2006-03-02 brainFix for warning
2006-03-02 brainsstrdup?!
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainMore efficient AddClient, initializes two identical...
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-03-02 brainExtra checks that should prevent desyncs if you stuff...
2006-02-26 brainFixed some weirdass whowas stuff
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-21 brainTests for channel ghosting?
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...
next