]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Allow forward linking compatability by accepting higher protocol version numbers...
[user/henk/code/inspircd.git] / src / modules /
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-08-16 w00tcgiirc: Pass hosts to WEBIRC command on rehash. No...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-08-14 w00tMake ident handling consistant: use ChangeIdent for...
2009-08-14 w00tPrint line on empty prefix errors to track down a bug
2009-08-14 psychon(Hopefully) fix a issue with m_ident's result not being...
2009-08-12 danieldgFixes for config reader
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-04 w00tRemove m_testcommand too
2009-08-03 w00tRemove m_foobar. This has no practical purpose, except...
2009-08-02 peaveyFix a few typos in here so it compiles again.
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-08-02 w00tFix a missed reference
2009-08-02 w00tPatch to not increment nickchange counter for nick...
2009-08-01 w00tReconnect to LDAP server if connection goes away, fixes...
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-26 dzdon't send out global snotices from every server on...
2009-07-07 danieldgRemove bad check for channel op in m_auditorium, fixes...
2009-07-03 danieldgUse server name for source of remote TIME rather than SID
2009-07-03 danieldgFix m_callerid message routing for remote users, destin...
2009-07-03 danieldgFix excessive snomask sending on fitler add/removal
2009-07-03 danieldgFix double-send of SSL metadata in openssl, possible...
2009-07-02 danieldgMerge m_ssl_oper_cert into m_sslinfo to reduce the...
2009-07-02 danieldgMerge m_ssl_data with m_ssinfo to reduce the number...
2009-07-02 danieldgSend ssl_cert metadata on signon
2009-07-02 danieldgRemove memory-wasting map in ssl_cert
2009-07-02 danieldgMigrate SSL metadata and visible information (/whois...
2009-07-02 danieldgFix backport compile error: m_ssl_* uses ServerInstance...
2009-06-30 w00tFix +g messages being borked with multiple servers...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-06-27 danieldgm_sslinfo does not depend on external libraries, it...
2009-06-15 danieldgFix ENCAP forwarding with multiword final parameter...
2009-06-14 danieldgThese commands do not need to be VF_COMMON
2009-06-14 danieldgDon't globally route SETNAME, the FNAME is sufficient...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-06-06 w00tDon't display locally bound SSL ports in SSL= (for...
2009-06-03 danieldgUse pkg-config to search for gnutls rather than the...
2009-06-02 danieldgChange m_override to send snomasks globally
2009-06-01 danieldgThis time it's actually compile tested
2009-06-01 danieldgOK, it's more useful if this compiles...
2009-06-01 danieldgFix unsafe iteration pattern in m_timedbans - vector...
2009-05-24 danieldgMake timestamp output in /CHECK consistent
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-23 danieldgm_dnsbl: Add default duration and error message on...
2009-05-14 danieldgFix UID collision on reload of m_spanningtree.so
2009-05-14 specialFix some incorrect STL iterations (using < end() instea...
2009-05-13 danieldgShow correct server source to users on FTOPIC and FMODE
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
2009-05-13 danieldgUse a FakeUser source for server-sourced commands in...
2009-05-13 aquanightFix for some modules sending global snotices at each...
2009-05-13 danieldgTranslate UIDs properly in m_sakick
2009-05-13 specialRevert some files accidentally committed in r11371...
2009-05-13 specialFix an issue in r11370 spotted by danieldg
2009-05-13 specialFix m_sakick to properly send local/global snomasks...
2009-05-07 danieldgRemove handshake timer on server sockets that die befor...
2009-05-07 danieldgCompile fix: openssl does not have an ISSL_CLOSING...
2009-05-06 specialFix two compile errors found by Shawn
2009-05-06 danieldgSet errno in openssl when handshake fails
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-05-06 danieldgSet errno properly on GnuTLS sessions that die during...
2009-05-05 specialm_filter: Do not attempt to filter messages from remote...
2009-05-04 w00tFix unnecessary heap allocation on rehash: stack alloca...
2009-05-03 w00tCopypastafail.
2009-05-03 w00tSome general tidyup in here (also some possible desync...
2009-05-03 w00t(for now), comment out opercount from individual server...
2009-05-03 w00tAllow E:Lines to exempt targets from SHUN and RLINE...
2009-05-02 w00tChange making callerid significantly less expensive...
2009-05-02 w00tMinor cleanup: move RemoveFromAllAccepts() to a private...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-05-02 w00tFix two stupid mistakes here
2009-05-02 w00tPatch from eLement notifying the user who sent a NICKLO...
2009-05-02 w00tRemove an old debug log, and fix compile.
2009-05-02 w00tFix: Channel aliases should work a bit more like user...
2009-05-02 w00tReplace $chan to "" for a non-channel command.
2009-05-01 danieldgFix SILENCE command in m_silence being reported as...
2009-04-29 danieldgFix m_redirect to work properly with SAMODE
2009-04-29 danieldgHow about we make this compile?
2009-04-29 danieldgNormalize IPv6 addresses when producing SSL port list...
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-27 danieldgRemove sending +q from OnPostJoin, fixes bug #847....
2009-04-26 danieldgCorrect 005 output of m_ssl_gnutls when used for STARTT...
2009-04-26 danieldgEnable lag-check pings on active servers - if bandwidth...
2009-04-26 danieldgRemove lag reporting in /map from servers that do not...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-22 danieldgAddendum to previous ping patch: NextPingTime was not...
2009-04-22 danieldgFix PingFlag not being set correctly for servers whose...
2009-04-21 danieldgAbort link early when mismatched modules are detected...
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 danieldgConvert m_dnsbl to send globally routed snomasks. Fixes...
2009-04-18 danieldgDon't send out UID for users that are quitting, because...
2009-04-17 danieldgFix realhost leak when users on different servers get...
2009-04-17 danieldgFix memory leak in m_filter rehash
next