summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-04Add options:moronbanner. Yes really, thats what its called. See the example c...brain
2007-06-01No fucking point at all checking for CC_DENY twice. \o/.w00t
2007-06-01We can make one saving in userrec::WriteWallOps though - we are checking IS_L...brain
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-25Fix for bug #302. He may not have had any connect lines in his conf but it ne...brain
2007-05-21Same tweak, againbrain
2007-05-20Prevent vc8 from thinking we're dereferencing an end iteratorbrain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain
2007-05-15Rather largeish change to class checking on connect to fix a few minor bits a...w00t
2007-05-15Slight security fix of sortsw00t
2007-05-14Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...brain
2007-05-12This catch doesn't need to be here. :ow00t
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
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