]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-04-01 danieldgUse binary comparison of IP addresses when checking...
2009-03-29 dzsend ERR_NEEDMOREPARAMS if an empty parameter is given...
2009-03-27 dzMake the message when reloading a command fails more...
2009-03-27 dzReport the filter type the user supplied instead of...
2009-03-27 peaveyGive pgsql some needed love. Dont use DNS, remove some...
2009-03-27 peaveyFix potential crash on uninitialised var
2009-03-27 w00tDon't use metadata in m_shun, this fixes problems with...
2009-03-27 w00tInstead of emptying parameters on shunned PART, only...
2009-03-25 peaveyMake this compile
2009-03-25 danieldgFix some win32 compile errors, thanks for error output...
2009-03-25 danieldgFix a compilation error
2009-03-25 brainmore of the fix but it still doesnt build. I know we...
2009-03-25 brainstart of fix for bug #805
2009-03-25 danieldgFix headers for GCC 4.4: sprintf requires #include...
2009-03-25 danieldgUse LastParseParams in m_opermodes because mode paramat...
2009-03-23 danieldgFix configure check for eventfd, HAS_EVENTFD is true...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 peaveyMake this compile.
2009-03-23 danieldgFix compile error due to mismerge
2009-03-23 danieldgAdd test-compile checks for epoll and eventfd
2009-03-23 danieldgusleep() is no longer needed, and should not be needed...
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-23 danieldgCheck IsBanned even when the ban list is empty, so...
2009-03-22 brainMerge simple fix from Ankit, thanks
2009-03-22 dzRevert r11241 due to crashiness when rehashing from...
2009-03-22 brainNo need to show the censored word twice! :)
2009-03-22 brainApply ankit's patch for bug #780 with a minor tweak...
2009-03-22 brainNicer reworded numeric from ankit, thanks
2009-03-21 dzUpdate the list of <options:exemptchanops> supported...
2009-03-21 dzActually close file log FDs when we're done with them.
2009-03-20 brainFix a bad malloc (why the hell is it malloc???) in...
2009-03-20 brainThis is a nicer fix, and we are seen to be explicitly...
2009-03-20 brainRemove an old class member here that is no longer used...
2009-03-20 brainThis needs a test compile, i do not have my laptop...
2009-03-19 danieldgShow users their own server name in "/whois myself"
2009-03-18 dzMake m_dccallow reread badfiles on rehash, not just...
2009-03-18 dzfix dccallow logic to allow <badfile:action> to overrid...
2009-03-18 brainFix for bug #791, if an error is set treat this as...
2009-03-18 brainFix for bug #784 reported by HiroP, add check to the...
2009-03-18 brainFix for bug #788, set user->quitting before writing...
2009-03-18 brainFix for bug #792 reported by recyclebin, do not attempt...
2009-03-18 brainFix for bug #773 reported by Taros, thanks!
2009-03-18 brainfix for bug #777
2009-03-16 psychonInstead of re adding the HandshakeTimer in m_spanningtr...
2009-03-15 dzFix m_shun silently blocking allowed commands on shunne...
2009-03-15 dzUse IS_OPER(u) instead of checking for umode +o to...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-03-14 dzShow the IP address only in zline added messages if...
2009-03-14 dzStrip a zline target of anything resembling an ident...
2009-03-14 danieldgAllow commands to be reloaded when they previously...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-14 danieldgMark children of remote servers as bursting while their...
2009-03-14 danieldgSend remote BURST on new incoming server introduction
2009-03-14 peaveyFix links to wiki, noticed by Ankit
2009-03-13 danieldgFix bug #775, GRELOADMODULE displays success message...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-03-13 peaveyFollow-up fix to r11081. Escalate minimum privileges...
2009-03-12 specialFix an oper-triggerable crash on CBAN; found by Taros
2009-03-12 danieldgRemove out-of-date test.conf and empty dirs
2009-03-11 w00tSend denied commands to the correct snomask (t, not...
2009-03-11 w00tMore docs corrections.
2009-03-11 w00tMinor doc corrections.
2009-03-11 peaveyMake the ident module assume that a connect tag wants...
2009-03-11 danieldgFix ComparePass for servers not supporting HMAC-SHA256...
2009-03-10 w00tFix win32 build issue.
2009-03-10 danieldgFix fast quit/connect by changing nick to UID on QuitUser
2009-03-10 danieldgSend (last message repeated N times) snomask to log...
2009-03-10 danieldgFix snomask stacking to only delay (last message repeat...
2009-03-10 w00t1.2.0rc2+PepperSteik
2009-03-10 w00tAdd doxygen configuration, in case someone wants to...
2009-03-10 w00tApparantly someone can't figure out which index to...
2009-03-10 danieldgPush password comparison logic into ComparePass, fixes...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-03-09 w00tFlush snotices instantly on send (disable queueing...
2009-03-09 w00tAdd Taros to regular contributors list, too.
2009-03-09 w00tFix bug #751 (wallops are not being processed remotely...
2009-03-09 w00tFix bug #764 (/stats i outputs numerics with uppercase...
2009-03-09 w00tRewrite BufferedSocket::BindAddr to actually make sense...
2009-03-09 danieldgAn FJOIN is not bursting unless the source server is...
2009-03-09 danieldgCorrectly fill LastParseParams on servermode. Fixes...
2009-03-08 danieldgm_override: fix messages on multi-mode changes
2009-03-07 danieldgFix +k for real
2009-03-07 danieldgLet's try that +k fix again, this time with more testing
2009-03-07 danieldgRemove some unneeded debug messages on the common case...
2009-03-07 danieldgFix r11178 not allowing keys to be unset
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-03-06 danieldgSend SVSNICKs during nick collision to prevent servers...
2009-03-06 w00tDrop channel keys if they are identical to the already...
2009-03-06 w00tFix number of events in noctcp, so 'C' is shown in...
2009-03-06 w00tFix +g notices going to remote users. Fixes bug #749...
2009-03-06 w00tConvert helpop to use a ModeHandler base rather than...
2009-03-05 danieldgm_sakick needs to be marked VF_COMMON
2009-03-05 danieldgFinal configuration comment update [jdhore]
2009-03-05 danieldgFix delayjoin adding an extra @ prefix mode
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-03-04 danieldgAdd missing .example to modules.conf <include>
next