]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / src / userprocess.cpp
2015-02-24 Attila MolnarMerge pull request #1002 from SaberUK/insp20+fix-cgiirc...
2015-02-23 Peter PowellFix a minor crash when a user has no class after OnChec...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2014-12-30 Attila MolnarFix User::age being incorrectly used in some places...
2014-10-06 Attila MolnarMerge pull request #930 from rburchell/revertfix
2014-10-04 Robin BurchellRevert "Fix an off-by-one on registration timeout handl...
2014-10-04 Attila MolnarMerge pull request #929 from rburchell/insp20
2014-10-04 Robin BurchellFix an off-by-one on registration timeout handling.
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-09-05 Daniel De GraafFix the pseudo-penalty hack that doesn't work properly
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgFix segfault due to invalidated iterator
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...
next