summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
2007-08-27Remove more unnecessary header trafficw00t
2007-07-27Found the bug, turns out i just introduced it with the last commit :pbrain
2007-07-26Move a ton of stuff into caller* functorsbrain
2007-07-26Apply diff for userprocess.cpp from earlier in the daybrain
2007-07-24Convert some ancient GlobalCulls usage into userrec::QuitUserw00t
2007-07-23Squash a warning reported by owinew00t
2007-07-19Fix for bug #326, 'no error' quit can no longer theoretically occur because a...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-01Compile fixesbrain
2007-07-01Optimizations and code tidyups. QA please check that svsnick and other forced...brain
2007-06-11* Changes to userprocess functions to allow flood limit removal by m_operflood.burlex
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-08Make this message slightly more meaningful, as discussed in .coders a while backw00t
2007-06-04Excess flood tidyupsbrain
2007-06-04The recvq > netbuffersize check isnt needed *at all* as we check recvq > recv...brain
2007-05-21All non-commands part of the core are now warning clean on vs8brain
2007-05-14Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...brain
2007-04-21Ensure it cant happen the other way around, eitherbrain
2007-04-02Fixed a DNS timeout race condition that could result in a NOTICE AUTH message...special
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-15Remove some debugbrain
2006-12-22change userrec int timeout to time_t since it's a timestamp made of TIME + us...peavey
2006-12-16Add stuff so that the core catches CoreException properlybrain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-14Remove commented out FlushWriteBuf()brain
2006-12-14Fix silly bug of the day.brain
2006-12-14Remove FlushWriteBuffer() from DoBackgroundUserStuff(). Its no longer require...brain
2006-12-14Change how users are quit if they get a write error during the things they do.brain
2006-12-10Correctly handle write eventsbrain
2006-11-05Older gcc gets confused when the only parameter has a default value? O_obrain
2006-10-31Remove some debugbrain
2006-10-31Fix the makefile confusion removal of these headers createsbrain
2006-10-30Fix broken quits (i broke them by taking out a check i didnt think was requir...brain
2006-10-30For users, we now only write when the socketengine says theyre writeable, set...brain
2006-10-28Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t...brain
2006-10-02Use a ternary operator to remove bracketing from ping timeout messagew00t
2006-10-01Fix ping timeout messages. This is what I get for not fully testing.w00t
2006-10-01Everybody loves boobies. It's true.brain
2006-10-01InspIRCd: Now with 100% more boobies. Err, ping timeout message coolness.w00t
2006-09-03Removal of debugbrain
2006-09-01Add snomask f (flood)brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-17Optimization and removal of casts (profiling stuff)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain