]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 brainSomeone forgot to delete what they new :P
2008-01-15 w00tCullList -> CullItem *
2008-01-15 w00tCullList: Don't try quit everyone. Speed/resource use...
2008-01-15 w00tFix a stupid crash on unknown commands caused by me...
2008-01-14 w00tIPv6 fix, thanks to danieldg. Doesn't affect 1.1.
2008-01-13 w00tNew timer code. This may be a tiny fraction slower...
2008-01-13 w00tUndo my constructor playing, I'm pretty sure it will...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd a channel manager class while I'm at it.
2008-01-13 w00tFeh. Remember the header too.
2008-01-13 w00tAdd usermanager.cpp
2008-01-13 w00tI think (and Brain concurs) that B for blockcaps and...
2008-01-10 w00tDocument <goodchan>
2008-01-10 w00tAdd goodchan tags for m_denychans: Allows the use case...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tErase their quit count on banning (so they get another...
2008-01-10 w00tAdd m_quitban: Bans IPs that connect/disconnect more...
2008-01-10 w00tDocument <options:prefixpart|suffixpart|fixedpart>...
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-10 w00tAdd optional SAPART reason. No prefixing done yet.
2008-01-10 w00tRegister RLine factory on load, unregister it on unload.
2008-01-10 brainFix bug in rline, xline derived class declared itself...
2008-01-09 w00tFix some random crash due to my not knowing how to...
2008-01-09 w00tCorrect a few things, and yay for code that randomly...
2008-01-09 w00tUtterly untested RLINE
2008-01-09 w00tFlesh this out a little more. Create our derived XLine...
2008-01-09 w00tAdd RLINE skeleton module to move it between PCs (I...
2008-01-09 brainFix for bug #464, taxonomy output spooled to target...
2008-01-09 w00tAdd OnExpireLine hook to xline db stuff
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-09 w00tSome quick credits updates.. nothing huge, just people...
2008-01-09 w00tFake lag on nick change, thanks pLaYa
2008-01-09 w00tRemove useless debug from here (finished with it),...
2008-01-09 w00tFix bug in new XLine system (thanks Brain) - I don...
2008-01-08 w00tFix problem #2 (this means that xlinedb is essentially...
2008-01-08 w00tFix problem #1 by setting a lock on writes when we...
2008-01-08 w00txline.db reading. Two things I notice are funky in...
2008-01-08 w00tCode to write xline.db.. reading is not yet handled.
2008-01-08 w00tVery early on version of xline database module, doesn...
2008-01-08 w00tFix careless compile error caused by forward port of...
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-08 w00tDon't send 421 to unregistered clients, per RFC (thanks...
2008-01-08 w00tRemove some debug on startup
2008-01-07 w00tCorrect typo
2008-01-07 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-01-07 w00tSecond half of usercount fix..
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00t90% sure this fix will mean SHA256 works consistantly...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tBasic core changes for permanent channels.
2008-01-06 w00tThrow exception if trying to construct a duplicate...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2008-01-06 w00tForward declaration isn't required here
2008-01-06 w00tAdd overridden constructor with specified time in secon...
2008-01-06 w00tMaybe BanCache works now?
2008-01-06 w00tBack out rsquit: wasn't meant to be committed yet.
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2008-01-06 w00tAdd bancache expiry stuff, currently records expire...
2008-01-05 w00tFix a bug (snotices repeating constantly), and add...
2008-01-05 w00tFix snomask stacking, still needs to flush all snomasks...
2008-01-05 w00tSnomask stacking: not yet working (crashes), and not...
2008-01-05 w00tAdd SnomaskManager::FlushSnotices() stub
2008-01-05 brainFix for bug #464, thanks John
2008-01-04 w00tFix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)
2008-01-04 w00tRemove non-portable code and replace with a debug call
2008-01-04 w00tFix warning reported by owine, caused by SID changes.
2008-01-04 w00tForward port r8629: Fix for bug #458 - servers going...
2008-01-04 w00tFormat the header a little better, add some stuff prepa...
2008-01-04 w00tBack out previous patch disabling ADDLINE processing...
2008-01-04 w00tADDLINE is broken, don't process it for now..
2008-01-04 w00tRemove some stuff that isn't needed from here.
2008-01-03 omHopefully fix crashes on startup with some connect...
2008-01-03 w00tMinor tweak
2008-01-03 w00tSID generation should(?) now work again as well. NOTE...
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2008-01-02 w00tUpdate this to use the new oper call
2008-01-02 w00tAnd update docs
2008-01-02 w00tTotally untested patch to add <oper:modes> support...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2008-01-02 w00tm_clones: Only show the number of clones and IP for...
2007-12-30 w00tRemove an unneeded forward declaration and typedef
2007-11-29 brainThe mysql worker thread only sleeps 50 nanosecs between...
2007-11-18 brainNow fetches page. Not the page you ask for, but meh :p
2007-11-18 brainTest framework connects now
2007-11-18 brainHalf complete test framework
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-17 w00tIt compiles; ship it.
2007-11-16 w00tCorrectly do the second setup of the fake client (AFTER...
2007-11-16 w00tMinor change: Add + to FMODE on creation of a new chann...
2007-11-15 w00tAdd another BanCache stub. I'm not writing it yet as...
2007-11-12 brainArgh, i give up
2007-11-12 brainMore craq
next