]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-04-20 danieldgActually use irc::modestacker correctly
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-19 danieldgInitialize loopCall on construction
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-04-19 danieldgSend snotices when m_dnsbl adds an xline; fixes bug...
2009-04-18 danieldgChange a few more modules to send global a/A snotices
2009-04-18 danieldgUse server source for RemoveMode, fixes bug #838
2009-04-18 danieldgConvert m_dnsbl to send globally routed snomasks. Fixes...
2009-04-18 danieldgAdd global-routing snomask functions
2009-04-18 danieldgDon't send out UID for users that are quitting, because...
2009-04-17 danieldgFix CullList to not use O(n^2) version of vector clear
2009-04-17 danieldgFix realhost leak when users on different servers get...
2009-04-17 danieldgRemove CullList rate limiting to fix UID collisions...
2009-04-17 danieldgFix memory leak on rehash: opertype used char* instead...
2009-04-17 danieldgFix memory leak in m_filter rehash
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-04-16 w00tBump to rc3 in preperation for release Real Soon (tm...
2009-04-16 peaveyAddendum to r11303, fix for bug #833: use correct resul...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-16 w00tCorrectly announce dnsbl hits, fixes bug #833 reported...
2009-04-16 w00tFix bug #826: setting +l 0 doesn't work in some cases...
2009-04-10 danieldgRegister the OnUserPreJoin hook, and check for null...
2009-04-10 danieldgMove +O check out of OnCheckBan to change error message...
2009-04-09 specialRe-add the default case to commandline parsing (if...
2009-04-09 brainThe correct way to detect unknown parameter for getopt_...
2009-04-09 w00tIf you're going to add magical number hacks, please...
2009-04-09 w00tReadd documentation that just managed to vanish into...
2009-04-09 specialFix the problem described in bug #827; an improper...
2009-04-08 danieldgExample configuration updates from jdhore
2009-04-08 danieldgSet topic timestamp on newly created channels to a...
2009-04-07 specialFix irc_char_traits::find to behave correctly when...
2009-04-06 specialm_shun: Allow nick targets for removal as well, in...
2009-04-06 peaveyFix shun not applying if you add an IP mask for a user...
2009-04-06 peaveyAdd support for nick targets like other xlines. Patch...
2009-04-06 peaveyWeed out a few leftover server instances from before...
2009-04-05 psychonRemove the unused RESOLVER_NOTREADY define and fix...
2009-04-04 dzReapply r11241: flush and close log filehandles properl...
2009-04-04 dzDon't do anything with logging in the handler for ...
2009-04-03 w00tUse 'c' snomask instead of 'A' snomask for ldap auth...
2009-04-03 peaveyTextual fixes. Patch by Ankit.
2009-04-02 dzFix up logic in m_allowinvite: extban A prevents /invit...
2009-04-01 specialm_timedbans was incorrectly listed as oper-only in...
2009-04-01 brainAdd validation of parameters as a fix for bug #917...
2009-04-01 danieldgFix ping server-skip logic from bug 792 fix
2009-04-01 danieldgCorrect fix for bug #815, IPv6 code needs to check...
2009-04-01 specialPartial revert of r11274 (m_ident binding, bug #815...
2009-04-01 danieldgCorrect bind address of ident requests on multihomed...
2009-04-01 danieldgFix incorrect double-negative in help text
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...
next