]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / userprocess.cpp
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-27 brainFound the bug, turns out i just introduced it with...
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-26 brainApply diff for userprocess.cpp from earlier in the day
2007-07-24 w00tConvert some ancient GlobalCulls usage into userrec...
2007-07-23 w00tSquash a warning reported by owine
2007-07-19 brainFix for bug #326, 'no error' quit can no longer theoret...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-01 brainCompile fixes
2007-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-11 burlex* Changes to userprocess functions to allow flood limit...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-08 w00tMake this message slightly more meaningful, as discusse...
2007-06-04 brainExcess flood tidyups
2007-06-04 brainThe recvq > netbuffersize check isnt needed *at all...
2007-05-21 brainAll non-commands part of the core are now warning clean...
2007-05-14 brainAllow for resizing of MAXBUF above/below 512 via non...
2007-04-21 brainEnsure it cant happen the other way around, either
2007-04-02 specialFixed a DNS timeout race condition that could result...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-15 brainRemove some debug
2006-12-22 peaveychange userrec int timeout to time_t since it's a times...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainRemove commented out FlushWriteBuf()
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainRemove FlushWriteBuffer() from DoBackgroundUserStuff...
2006-12-14 brainChange how users are quit if they get a write error...
2006-12-10 brainCorrectly handle write events
2006-11-05 brainOlder gcc gets confused when the only parameter has...
2006-10-31 brainRemove some debug
2006-10-31 brainFix the makefile confusion removal of these headers...
2006-10-30 brainFix broken quits (i broke them by taking out a check...
2006-10-30 brainFor users, we now only write when the socketengine...
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-10-02 w00tUse a ternary operator to remove bracketing from ping...
2006-10-01 w00tFix ping timeout messages. This is what I get for not...
2006-10-01 brainEverybody loves boobies. It's true.
2006-10-01 w00tInspIRCd: Now with 100% more boobies. Err, ping timeout...
2006-09-03 brainRemoval of debug
2006-09-01 brainAdd snomask f (flood)
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainOptimization and removal of casts (profiling stuff)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
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 brainMove ReadBuffer into InspIRCd class
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
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 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainRemove the same craq
2006-08-01 brainRemove ZapThisDns
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-30 brainI think ive found the answer to the hanging connections...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-22 brainMake OnCheckReady safe against the user being killed...
2006-07-20 brainExtra sanity checks
2006-07-19 brainStability fix
2006-07-16 brainFix socket leak properly this time
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 w00tThis doesn't belong in userprocess.cpp. :P
2006-03-15 omComment one of w00tie's comments, fix typo in log messa...
2006-03-14 brainSanity check, writing to array[-1] is not clever and...
2006-03-11 brainMORE BUGS GRR
2006-03-11 brainChecks and stuff :p
2006-03-11 brainRe-enterant safety
2006-03-10 brainCommented all the new config stuff
2006-03-09 brainSpeedups
2006-03-09 brainTidyup to pass some stuff by reference (much faster...
2006-03-08 w00tMade this readable, removed spacing, etc.
2006-03-08 w00tRemove some tabbing, remove a typo, use Exit() rather...
2006-03-02 brainChanged output on startup
2006-03-01 brainRemoved old >512 check
2006-02-26 brainAnd fixes for typos
2006-02-26 brainAdded ability to provide -logfile parameter on commandline
2006-02-19 brainApparently to catch descendent classes we need to catch...
next