]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do this...
[user/henk/code/inspircd.git] / src / users.cpp
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainOops, goofed up
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
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-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-04 brainFix global session checks
2006-08-04 brainBetter detection for hosts starting with :
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
2006-08-04 brainMore changes
2006-08-04 brainChanges
2006-08-04 brainDebug
2006-08-04 brainExtra debug
2006-08-04 brainSafety wrapper defines for ipv6 code on ipv4 ircds
2006-08-04 brainIPV6 changes for userrec::ip
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-03 brainDynamically generate 004 numeric from the modehandler...
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brainFixes
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 brainAdd support for comparing ipv6 for clone counting
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
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-27 brainFix crashbug when exiting a remote client with threaded...
2006-07-20 brainMove a confusing debug message within its conditional
2006-07-20 brainMake threaded dns stable by placing some mutexes around...
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-16 brainImproved connect time by not referencing the hash for...
2006-07-16 brainIgnore empty lines, don't try and process them as commands
2006-07-16 brainRemove some casts
2006-07-16 brainCraq removal service, at your service
2006-07-16 braini'm doing this in increments, because if i try and...
2006-07-16 brainFixing sendq crask
2006-07-16 brain*Changed user input/output buffering to incur less...
2006-07-16 brainFix socket leak properly this time
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 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 brainConvert new +isw modes to new mode format
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-05-24 brainMore debug tracking
2006-05-14 brainBroken kline matching in connect code (reported by...
2006-05-06 brainIgnore EAGAIN when write()ing
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-07 omMake WriteServ use WriteServ_NoFormat, code duplication...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-26 brainIS_LOCAL check on flushwritebuf
2006-03-25 w00tPossible fix for a desync condition
2006-03-25 brainkill_link safety checks
2006-03-13 brainChanged to use IS_LOCAL not user->fd > -1
2006-03-12 brainAdding to the buffer was clearing it first, reverting...
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainAnother typo
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 brainFixed to correctly use iterator
2006-03-09 brainFixed to use iterators
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-07 brainFlush user buffers more often (every 30 iterations)
2006-03-07 brainWhois typo fixes
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainImproved userlist to avoid strlen
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-02 brainSlight optimization here
2006-03-02 brainStrdup's to stop corruption of oper classes
2006-03-02 brainFix for warning
2006-03-02 brainsstrdup?!
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brainMore efficient AddClient, initializes two identical...
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-03-02 brainExtra checks that should prevent desyncs if you stuff...
2006-02-26 brainFixed some weirdass whowas stuff
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-21 brainTests for channel ghosting?
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-07 brainExperimental improved string handling in server links
next