]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd...
[user/henk/code/inspircd.git] / src / users.cpp
2007-07-24 w00tModify RULES to use numerics instead of notices. I...
2007-07-24 w00tA few more I missed.
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-19 brainFix for bug #326, 'no error' quit can no longer theoret...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-15 brainFix for bug #349: NOTE there is important caveat about...
2007-07-06 brainSSL buffering tweaks. NOTE this is not a complete fix...
2007-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-28 specialFixed a bug that caused classes with passwords to insta...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-06-01 w00tNo fucking point at all checking for CC_DENY twice...
2007-06-01 brainWe can make one saving in userrec::WriteWallOps though...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-25 brainFix for bug #302. He may not have had any connect lines...
2007-05-21 brainSame tweak, again
2007-05-20 brainPrevent vc8 from thinking we're dereferencing an end...
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-17 brainChange the way i/o lines are formatted in debug log...
2007-05-15 w00tRather largeish change to class checking on connect...
2007-05-15 w00tSlight security fix of sorts
2007-05-14 brainAllow for resizing of MAXBUF above/below 512 via non...
2007-05-12 w00tThis catch doesn't need to be here. :o
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-08 w00t- (FINALLY, ffs) add realnames to connect/remote connec...
2007-05-06 brainFix for bug #278 reported by aredridel, LUSERS output...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-01 brainImplement feature request in bug #271 by HiroP, allow...
2007-05-01 brainChange a return NULL to a continue so that where host...
2007-04-21 brainFix spurious 'found host' messages after being told...
2007-04-15 brainFeature request outlined in bug #257, allow connect...
2007-04-02 specialFixed a DNS timeout race condition that could result...
2007-03-25 brain1.1.4+Norvegia
2007-03-24 brainFix two things: (1) log gets replaced by a user fd...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainAdded OnBufferFlush, improved m_safelist, no longer...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-17 brainChange /msg $* to have the correct source the same...
2007-02-08 brainCheck for ::ffff:x.x.x.x ips in user resolver, and...
2007-02-08 brain"is now your hidden host" -> "is now your displayed...
2007-02-05 brainFix typo
2007-02-05 brainFix for allowing dns lookups to work in mixed protocol...
2007-02-05 brainNow working in svn:
2007-02-05 brainNot safe for use yet
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-17 brainDebug the spoutmouth output
2007-01-17 brainMake this more sensible
2007-01-17 brainLog client output, so we can actually see what we're...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2007-01-03 brainSirOlli gets credit for this fix, because he was the...
2007-01-02 peaveyFix for crash in desync of whowas lists on rehash....
2006-12-31 brainCache invalidation in the wrong place, fixes FHOST...
2006-12-30 brainFix broken cloaking introduced by last commit (we need...
2006-12-30 brainCached GetFullRealHost etc.
2006-12-30 brainTweaks to instantiate less stuff when writing to a...
2006-12-30 brainTons of optimization of WriteChannel, WriteChannelWithS...
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-24 brainFix loop when quitting multiple users (this is probably...
2006-12-23 brainHash rehashing change
2006-12-22 brainRemove useless debug
2006-12-22 brainRefactor connect allow/deny lines
2006-12-21 peaveyProper fix for CS server crash, forgot to delete chanre...
2006-12-21 peaveyCrude hotfix to what's been crashing chatspike
2006-12-19 brainWhen we handle a READ event on a user, return immediately.
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-15 brainTry harder to make sure the ERROR string gets sent...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainRemove misc debug
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainChange how users are quit if they get a write error...
2006-12-14 brainRefactor userrec::chans.
2006-12-14 brainRefactoring:
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-12 brainImprove how we handle ELINEs on connect, turn O(2n...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-10 brainCorrectly handle write events
2006-12-10 brainFix bug found on barafranca, where quitting the user...
2006-12-03 w00tMake this look less insane :P
2006-11-16 w00tFix /whois on users with lots, and lots of channels...
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-13 peaveyuse --iter instead of iter-- in prunewhowas
2006-11-13 peaveyfix for bug #173, unsafe delete while iterating
2006-11-13 peaveyFix PruneWhoWas to actually work right on rehash. Add...
2006-11-13 peaveyadd <whowas> config option to control whowas behaviour...
2006-11-12 omFix off-by-one error in userrec::ChangeDisplayedHost...
2006-11-06 specialApply patch for bug #165 (compile warning for users...
2006-11-06 w00tFix IPv4 resolution, spank satmd if you were affected...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
next