summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2006-10-30Fix broken quits (i broke them by taking out a check i didnt think was requir...brain
2006-10-30Select is now done, and some debug removed. Not that anyone really should be ...brain
2006-10-30Fix for laggehnessbrain
2006-10-30For users, we now only write when the socketengine says theyre writeable, set...brain
2006-10-30WARNING: This commit breaks kqueue and select -- work in progress!brain
2006-10-28And fix typobrain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-28And so does my coding on a saturday afternoon...brain
2006-10-28I HATE YOU DEBIAN, YOU AND YOUR WHOLE OPERATION STINKbrain
2006-10-28Try this, werdnumbrain
2006-10-28Unknown change herebrain
2006-10-27<pid file> is no longer a manditory tag (thanks dotslasher)brain
2006-10-26Fix broken GlobalCloneCount (AGAIN).brain
2006-10-22Change around some dns stuff (dont use this yet)brain
2006-10-22Tidyupbrain
2006-10-06/me thwaps special for not reading comments :pbrain
2006-10-06WriteOpers when reaching the softlimitbrain
2006-10-06More.brain
2006-10-06More debugbrain
2006-10-06Extra debuggingbrain
2006-10-05And fix my typoes :Dbrain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-04Whowas is now fixed.brain
2006-10-02Better fix to crash jamie experienced. epoll was the only socket engine affec...w00t
2006-10-02Brain, please review this commit ASAP. jamie, hopefully this fixes the crashw00t
2006-10-01userrec::CountGlobalClones malfunctioning, spotted by jamie, fixes bug#157 ef...brain
2006-09-27Last tidyup of the daybrain
2006-09-27Tidyupsbrain
2006-09-25Speed improvements to userrec::GlobalCloneCount()special
2006-09-19Make the check against z/k/q/e/g methods return a pointer to the whole object...brain
2006-09-10* Fix ChanModes::ModeString to not try and set a key as a user mode ;)brain
2006-09-10Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower...brain
2006-09-10Match IP's with klines, glines and exceptions, as well as hostsbrain
2006-09-09Dont generate host change, ident change or fullname change events if the host...brain
2006-09-08Stop valgrind whining about uninitialized array, all we do is pass it as a bu...brain
2006-09-07userrec::ForceNickChange was broken (not the entire nickchange system as i'd ...brain
2006-09-01Exception handling in most of userrec... not too fine grained yet howeverbrain
2006-08-31Made CountChannels faster. We use it in quite a few places. It's now O(1) rat...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29Annnd, get the fix right.brain
2006-08-29Fix for correct display when removing snomaskbrain
2006-08-29Put servername in remote quitsbrain
2006-08-29+Q and +C (remote quit and connect) snomasks implementedbrain
2006-08-29Implement messages for snomasks +cq (local connect, local quit)brain
2006-08-29auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a...brain
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-25Fix changing of idents and hosts (it wasnt working -- in fact WriteCommon was...brain
2006-08-25Add userrec::ChangeIdent (which we were missing) which can emulate the quit/r...brain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-24Moved an ipv6-only variable in userrec::GetIPString into the SUPPORT_IP6LINKS...special