]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
This properly fixes options:hidebans and options:hidesplits by providing the facility...
[user/henk/code/inspircd.git] / include / users.h
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()
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainFixes
2006-08-01 brainFixes
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-14 brainRollback dns change
2006-07-14 brainFix dns socket leak found in stable
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 w00t- userrec::ProcessNoticeMasks - provide a way to set...
2006-07-10 w00t-Clone mode methods into notice mask methods for userrec.
2006-07-08 brainDid some renaming so that the methods for modes in...
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-07-08 brainChange channelmodes -> usermodes (typo)
2006-07-08 brainConvert new +isw modes to new mode format
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-05-11 brainIncrease length of dhost
2006-04-12 brainMade FindMatching(Global|Local) available via users.h
2006-04-10 omRouting more socket includes through socket.h
2006-04-10 omA few more typedefs defined and put into use.
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainMoved more stuff into right places
2006-03-09 omChanging by-value parameters to const references
2006-03-09 brainSpeedups
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainNo need to be inline in the include
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-01-28 brainChanged length of password field to 64, giving us a...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainReplaced sprintf's with some char* voodoo
2005-12-28 brainNew system for client exits using CullList seems stable...
next