]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tAvoid reallocating this every new connection (patch...
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-02-02 w00tFix a null pointer dereference caused by my reordering...
2008-02-02 brainAdd it back, but comment out the method body. its useless.
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-02 aquanightFix $config{HAS_OPENSSL} winding up undefined and crash...
2008-02-02 w00tCheck for empty prefixes, and close server connections...
2008-02-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
2008-02-01 brickercapitalization is key! more to come!
2008-02-01 fezremoved sys/select.h on windows platform
2008-02-01 fezfixed getsockopt parameter 4, removed sys/select.h...
2008-02-01 fezfixed type defiined to defined
2008-02-01 fezchanged m_oper_hash to proper m_password_hash
2008-02-01 brickerFix some minor grammar mistakes...more to come
2008-02-01 brickeradd two comma's :-D
2008-02-01 fezremove m_ssl_openssl from modules directory when rerunn...
2008-02-01 fezAdded OpenSSL scriptage.
2008-01-31 fezapplink.c should be included in the link command, not...
2008-01-30 w00tMove fez to developers (a lot of movement for one day :p)
2008-01-30 w00tMove fez to regular contributors section
2008-01-30 w00tUpdate VC7.1 build projects. Thanks VERY much fez. :)
2008-01-30 brainMerge in patches to fix bug #487, submitted by dz,...
2008-01-29 brainWhat crackmonkey thought we had server:networkemail???
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
next