]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Move more stuff into userrec
[user/henk/code/inspircd.git] / include / users.h
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...
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-15 brainMoved rehashnick and force_nickchange to users.cpp
2005-12-15 brainTidied up call_handler to use strings
2005-12-15 brainMajor tidyups are fun for all :p
2005-12-15 brainFixes
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-02 brainMade threading optional
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-11-25 brainAdded references to connection.h
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-05-29 brainCompensate for ~ in ident length
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainFixed lengths
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-12 brainDocumented new recvq and sendq stuff
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-04-30 brainTried a new way of doing remote versions
2005-04-29 brainFixed some flood checking
2005-04-29 brainA few anti-flood features
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-21 brainAdded password field
2005-04-08 brainAdded customizable pingfreq
2005-04-01 brainAdded nonblocking dns
2005-03-25 brainFixed gentoo (mainly) compatibility -- missing strlcat...
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-04-30 brainAdded support for HasPermission method
next