]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / include / users.h
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainImplement roadmap item: "userrec::HasPermission ->...
2007-10-28 w00tUpdate User::exempt all the time we change an E:Line...
2007-10-24 w00tImplement <connect:limit> - limits how many clients...
2007-10-24 w00tDisable all connect classes, reenable them as we find...
2007-10-24 brainPedantic safety
2007-10-24 brainSome constructors dont initialize the refcount, namely...
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-23 w00tSome more class stuff, blah. Now possible to move a...
2007-10-23 w00tSome initial work towards tying <connect> classes to...
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-21 w00tAdd User::IncreasePenalty() and User::DecreasePenalty()
2007-10-21 brain*untested* command buffering/penalty
2007-10-21 brainIn class User:
2007-10-21 brainAdd User::UnderPenalty
2007-10-16 w00tRemove second overridden (fully duplicated :/) copy...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-27 brainUpdate documentation to indicate that userrec::userrec...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-26 w00tAdd skeleton functions for UID stuff.
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainAdd <connect:inherit> and <connect:name>
2007-08-19 brainAdd some connect class stuff that is required for bug...
2007-08-19 brainAllow support for multiple dns results per request...
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-06-17 brainMore comments
2007-06-14 pippijnSome general syntax cleanups.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-15 w00tRather largeish change to class checking on connect...
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-04-15 brainFeature request outlined in bug #257, allow connect...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
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-05 brainNot safe for use yet
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-09 brainComment on a lot of recently added stuff that wasnt...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
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...
2006-12-30 brainCached GetFullRealHost etc.
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-22 peaveychange userrec int timeout to time_t since it's a times...
2006-12-22 brainRefactor connect allow/deny lines
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainRefactor userrec::chans.
2006-12-12 brainImprove how we handle ELINEs on connect, turn O(2n...
2006-11-14 brainTons of tweaks to the config stuff for the core
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-04 brainMerge peaveys patch, tracker #162
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-10-31 brainSocket error state stuff
2006-10-05 brainMove opertypes/operclasses maps into ServerConfig,...
2006-10-04 brainWhowas is now fixed.
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-25 brainAdd userrec::ChangeIdent (which we were missing) which...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainuserrec::AddBuffer and userrec::Write end up copying...
2006-08-11 brainTons more docs
2006-08-11 brainDocument all the new methods (eventually there will...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainDocument new methods
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainDocument Write* methods in userrec
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainTons of comments
2006-08-08 brainMove whowas stuff into its own namespace, move more...
2006-08-08 brainFindMatchingLocal/FindMatchingGlobal -> userrec::LocalC...
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-08 brainAddWhoWas(userrec) -> userrec::AddToWhoWas()
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-04 brainFix global session checks
2006-08-04 brainChanges
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-02 brainAdd error messages to Resolver::OnError()
next