summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
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
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11Move ReadBuffer into InspIRCd classbrain
2006-08-11Move whowas into InspIRCdbrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Remove the same craqbrain
2006-08-01Remove ZapThisDnsbrain