summaryrefslogtreecommitdiff
path: root/include/users.h
AgeCommit message (Expand)Author
2007-10-21*untested* command buffering/penaltybrain
2007-10-21In class User:brain
2007-10-21Add User::UnderPenaltybrain
2007-10-16Remove second overridden (fully duplicated :/) copy of GetIPString which copi...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-27Update documentation to indicate that userrec::userrec() may throw on duplica...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Allow changing of an oper's host on oper up using <type:class> (give it a con...brain
2007-08-19Add <connect:inherit> and <connect:name>brain
2007-08-19Add some connect class stuff that is required for bug #367 plus some roadmap ...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-15Fix for bug #349: NOTE there is important caveat about this in the example co...brain
2007-06-17More commentsbrain
2007-06-14Some general syntax cleanups.pippijn
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-15Rather largeish change to class checking on connect to fix a few minor bits a...w00t
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-04-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...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-05Not safe for use yetbrain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-09Comment on a lot of recently added stuff that wasnt properly documented (unti...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...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
2006-12-30Cached GetFullRealHost etc.brain
2006-12-24Fix a bug in whowas that could desync list.peavey
2006-12-22change userrec int timeout to time_t since it's a timestamp made of TIME + us...peavey
2006-12-22Refactor connect allow/deny linesbrain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14Refactor userrec::chans.brain
2006-12-12Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best...brain
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-11-13Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas....peavey
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-04Merge peaveys patch, tracker #162brain
2006-11-02Please in the future everyone: DO NOT submit patches via nopaste. Nopaste is ...brain
2006-10-31Socket error state stuffbrain