summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-08- (FINALLY, ffs) add realnames to connect/remote connect server notices, per ...w00t
2007-05-06Fix for bug #278 reported by aredridel, LUSERS output is required as per RFC ...brain
2007-05-04Where others charge, we give for free. Have fun and use wisely. With great po...brain
2007-05-01Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a...brain
2007-05-01Change a return NULL to a continue so that where host matches but port doesnt...brain
2007-04-21Fix spurious 'found host' messages after being told it couldnt.brain
2007-04-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-04-02Fixed a DNS timeout race condition that could result in a NOTICE AUTH message...special
2007-03-251.1.4+Norvegiabrain
2007-03-24Fix two things: (1) log gets replaced by a user fd after restart causing debu...brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-17Change /msg $* to have the correct source the same way /notice $* doesbrain
2007-02-08Check for ::ffff:x.x.x.x ips in user resolver, and if we see one initiate an ...brain
2007-02-08"is now your hidden host" -> "is now your displayed host". Wording fits bette...brain
2007-02-05Fix typobrain
2007-02-05Fix for allowing dns lookups to work in mixed protocol modebrain
2007-02-05Now working in svn:brain
2007-02-05Not safe for use yetbrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-17Debug the spoutmouth outputbrain
2007-01-17Make this more sensiblebrain
2007-01-17Log client output, so we can actually see what we're sending out, and make mo...brain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2007-01-03SirOlli gets credit for this fix, because he was the only one willing to work...brain
2007-01-02Fix for crash in desync of whowas lists on rehash. Also less mem leakage on a...peavey
2006-12-31Cache invalidation in the wrong place, fixes FHOST remote host change bugbrain
2006-12-30Fix broken cloaking introduced by last commit (we need to invalidate the cach...brain
2006-12-30Cached GetFullRealHost etc.brain
2006-12-30Tweaks to instantiate less stuff when writing to a bunch of usersbrain
2006-12-30Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ...brain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-24Fix a bug in whowas that could desync list.peavey
2006-12-24Fix loop when quitting multiple users (this is probably whats eating cpu)brain
2006-12-23Hash rehashing changebrain
2006-12-22Remove useless debugbrain
2006-12-22Refactor connect allow/deny linesbrain
2006-12-21Proper fix for CS server crash, forgot to delete chanrec* from users chanlist...peavey
2006-12-21Crude hotfix to what's been crashing chatspikepeavey
2006-12-19When we handle a READ event on a user, return immediately.brain
2006-12-16Add stuff so that the core catches CoreException properlybrain