]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-01-29 w00tUpdate SAMODE
2008-01-28 w00tRemove duplicate calls (thanks fez)
2008-01-27 aquanightRevert tmpfile cleanup from r8761, also make configure...
2008-01-27 aquanightSome configure cleanups: like using perl functions...
2008-01-27 brainForward port bug #484 patch from John, thanks
2008-01-27 brainMake sure that if an exec() macro fails its picked...
2008-01-27 brainYou left out the module name in the command, aquanight ;)
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-26 brainANNOUNCENENT -> ANNOUNCEMENT
2008-01-26 brainFix for bug found by eLement, when an oper is on a...
2008-01-26 brainTweaks
2008-01-26 brainWhoops, should have test compiled this
2008-01-26 brainmacgyverdgi asked for this :p
2008-01-25 aquanightFix a typo in an m_callerid error message, and add...
2008-01-21 brainwin32 compile error fix
2008-01-21 brainwin32 compilation errors: shadowing of variable 'i...
2008-01-21 brainwin32 compile error fix
2008-01-21 brainThis still doesnt work :(
2008-01-21 brainWin32 compilation fixes
2008-01-20 aquanightUpdate m_filter* to 1.2 API (it was still using Impleme...
2008-01-19 brainExtra sanity checks
2008-01-19 brainFix freebsd glitches
2008-01-19 aquanightAdd ./configure --list-extras, --enable-extras, and...
2008-01-19 aquanightFix m_callerid not adding the usermode.
2008-01-19 aquanightModules using NoPedantic now properly respect 'make...
2008-01-19 w00tAdd aquanight to developers section
2008-01-19 w00tInitial implementation of callerid, provided by aquanig...
2008-01-19 w00tAnd another tiny one
2008-01-19 w00tPatch from aquanight to fix a problem introduced with...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 brainAquanight's configure strict/fatal warnings patch
2008-01-17 brainThe outer if (socket > -1) check in AddClient is obsole...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...
2008-01-16 w00tMake default bancache time one day. This may seem long...
2008-01-16 w00tAdd an overridden AddHit to BanCacheManager, allowing...
2008-01-16 brainMake the sid exception message more descriptive so...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-16 w00tAdd a warning about quitting a user twice, and fix...
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...
next