]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / userprocess.cpp
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 brainFix glitch before release
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-19 brainFix the 4-byte read madness discovered by psychon
2008-07-19 w00tUse a switch (cleaner, probably more efficient) for...
2008-05-19 brainConvert connection::host
2008-05-19 w00tDon't background process quitting users (there's no...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-31 brainFix up to pass User*
2007-10-31 brainFixified some more
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-25 brainthis should fix any of the crashes w00t outlined where...
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-21 w00tMove DNS timeouts into the UserResolver class, where...
2007-10-21 brainRemove more debug
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brainMove some stuff around so the last penalty line doesnt...
2007-10-21 brainTweak so that commands with larger penalty than 1 work...
2007-10-21 brainYay, all works!
2007-10-21 brain*untested* command buffering/penalty
2007-10-21 w00tSubtract a boobie
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-18 brainOops, OnCheckReady being called after registration...
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
next