]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd...
[user/henk/code/inspircd.git] / src / users.cpp
2006-11-04 brainMerge peaveys patch, tracker #162
2006-11-03 w00tFix compile error, and spank Brain
2006-11-02 brainWhen we get an event on a userrec of EVENT_ERROR, and...
2006-11-02 brainPlease in the future everyone: DO NOT submit patches...
2006-11-01 specialFixed another overflow, identical to the last one
2006-11-01 specialFixed a little overflow, noticed by satmd
2006-10-31 brainSet write error when detected
2006-10-31 brainSocket error state stuff
2006-10-30 brainFix broken quits (i broke them by taking out a check...
2006-10-30 brainSelect is now done, and some debug removed. Not that...
2006-10-30 brainFix for laggehness
2006-10-30 brainFor users, we now only write when the socketengine...
2006-10-30 brainWARNING: This commit breaks kqueue and select -- work...
2006-10-28 brainAnd fix typo
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-28 brainAnd so does my coding on a saturday afternoon...
2006-10-28 brainI HATE YOU DEBIAN, YOU AND YOUR WHOLE OPERATION STINK
2006-10-28 brainTry this, werdnum
2006-10-28 brainUnknown change here
2006-10-27 brain<pid file> is no longer a manditory tag (thanks dotslasher)
2006-10-26 brainFix broken GlobalCloneCount (AGAIN).
2006-10-22 brainChange around some dns stuff (dont use this yet)
2006-10-22 brainTidyup
2006-10-06 brain/me thwaps special for not reading comments :p
2006-10-06 brainWriteOpers when reaching the softlimit
2006-10-06 brainMore.
2006-10-06 brainMore debug
2006-10-06 brainExtra debugging
2006-10-05 brainAnd fix my typoes :D
2006-10-05 brainMove opertypes/operclasses maps into ServerConfig,...
2006-10-04 brainWhowas is now fixed.
2006-10-02 w00tBetter fix to crash jamie experienced. epoll was the...
2006-10-02 w00tBrain, please review this commit ASAP. jamie, hopefully...
2006-10-01 brainuserrec::CountGlobalClones malfunctioning, spotted...
2006-09-27 brainLast tidyup of the day
2006-09-27 brainTidyups
2006-09-25 specialSpeed improvements to userrec::GlobalCloneCount()
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-10 brainFix the new g/k/e line stuff to match ips. NOTE: this...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-09-09 brainDont generate host change, ident change or fullname...
2006-09-08 brainStop valgrind whining about uninitialized array, all...
2006-09-07 brainuserrec::ForceNickChange was broken (not the entire...
2006-09-01 brainException handling in most of userrec... not too fine...
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainAnnnd, get the fix right.
2006-08-29 brainFix for correct display when removing snomask
2006-08-29 brainPut servername in remote quits
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainImplement messages for snomasks +cq (local connect...
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-25 brainFix changing of idents and hosts (it wasnt working...
2006-08-25 brainAdd userrec::ChangeIdent (which we were missing) which...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-24 specialMoved an ipv6-only variable in userrec::GetIPString...
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainSpotted problem: must clear out all prefixes attached...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainJust comments
2006-08-17 brainFix typo
2006-08-17 brainuserrec::AddBuffer and userrec::Write end up copying...
2006-08-17 brainImprove userrec::AddBuffer (remove craq char to std...
2006-08-17 brainChange a std::string operator+= to append()
2006-08-12 brainMake sure that the hostname isnt set after the timeout...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainMove all_opers into class InspIRCd
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainPassing invalid instance to dns isnt a good idea
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 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainServerConfig extern moved into class InspIRCd
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...
next