]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / users.cpp
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...
2006-11-04 brainMerge peaveys patch, tracker #162
2006-11-03 w00tFix compile error, and spank Brain
2006-11-02 brainWhen we get an event on a userrec of EVENT_ERROR, and...
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-11-01 specialFixed another overflow, identical to the last one
2006-11-01 specialFixed a little overflow, noticed by satmd
2006-10-31 brainSet write error when detected
2006-10-31 brainSocket error state stuff
2006-10-30 brainFix broken quits (i broke them by taking out a check...
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-10-30 brainFix for laggehness
2006-10-30 brainFor users, we now only write when the socketengine...
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
2006-10-28 brainAnd fix typo
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainAnd so does my coding on a saturday afternoon...
2006-10-28 brainI HATE YOU DEBIAN, YOU AND YOUR WHOLE OPERATION STINK
2006-10-28 brainTry this, werdnum
2006-10-28 brainUnknown change here
next