]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Fix some of the include guard names (requested by SaberUK)
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2011-06-24 Daniel De GraafAlways use local SID as the source for PONG replies
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2011-03-01 Daniel De GraafFix timeout defaulting to zero for link blocks
2011-01-20 JackmcbarnFix bug #117, found by satmd, thanks
2010-12-02 JackmcbarnRestore prefix
2010-12-02 JackmcbarnFix possible crash
2010-08-04 Daniel De GraafUse the remote channel's capitalization on a losing...
2010-05-08 Daniel De GraafCorrect source of initial BURST line from servers sendi...
2010-05-08 Daniel De GraafSend HALFOP= line in CAPAB CAPABILITIES for 1201 compat...
2010-04-29 Daniel De GraafDon't use an empty direction when receiving a sourceles...
2010-04-17 Daniel De GraafFix crash when a remote server has the same name as...
2010-04-11 Daniel De GraafPrevent using invalid UIDs and enforce UID/SID matching
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog duplicate UUID events a bit better
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-03-01 danieldgLet ENCAP target match on server names, not just SIDs
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-25 danieldgDon't strip ENCAP from WHOISNOTICE, it will delink...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-18 danieldgFix double-erase of iterator if a server dies and times...
2010-02-17 danieldgFix routing of prefix-channel messages now that 2.0...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-13 danieldgFix double-invocation of Squit that can cause a crash...
2010-02-11 danieldgRestart server_hash iteration after quitting dead and...
2010-02-11 danieldgMake UID modify its parameter on a nick collision so...
2010-02-11 danieldgFix routing of KILL command when sourced from a server
2010-02-09 danieldgFix typo
2010-02-09 danieldgSort CAPAB CHANMODES and USERMODES
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-09 danieldgFix error message on OPTCOMMON mismatch
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-06 danieldgFix left/right inversion in ListDifference
2010-02-06 danieldgSend module load/unload notifications so that services...
2010-02-04 danieldgFix FIDENT response forging to run prior to the ENCAP...
2010-02-04 danieldgFix wrapping check so we waste slightly fewer lines...
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-02-03 danieldgSplit servers if they try to send infinite garbage...
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-02-03 danieldgForge FIDENT reply to CHGIDENT to prevent ident desync...
2010-02-01 danieldgImprove SSL fingerprint on link message
2010-02-01 danieldgStrip colons from server SSL fingerprint, to allow...
2010-02-01 danieldgAllow <link password=""> to specify identical send...
2010-01-30 danieldgStop parsing inbound server lines on an error
2010-01-30 danieldgRemove a few needless string crops, compile fix
2010-01-24 danieldgUse UID/SID as the source for ENCAP commands, not serve...
2010-01-24 danieldgFix ENCAP stripping, was incorrectly checking for ...
2010-01-24 danieldgIf SVSNICK is sent to force a change to a UID-lookalike...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-19 danieldgExtbans can be VF_OPTCOMMON as they do not desync on...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-19 danieldgDon't refuse to route internal spanningtree commands...
2010-01-18 danieldgSpecify routing for those commands
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgChange more modules to VF_OPTCOMMON and assert identica...
2010-01-16 danieldgFix use of commasepstream on now space-separated items
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-15 danieldgRoute SVSSILENCE/SVSWATCH using OPT_UCAST, marking...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-12-31 w00tCheck channel name in SVSJOIN to avoid propegating...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-12 danieldgFix typo
2009-11-12 danieldgFix incorrect opaque object use in ProtoSendMetaData...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-11-03 danieldgRemove m_halfop from list in compat linking mode
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgFix incorrect netburst detection
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgProperly cull TreeServer objects when quitting several...
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 peaveyFix plural on netsplit SNO. [dKingston]
2009-10-23 danieldgFix memory leaks on reloadmodule and spanningtree unloa...
2009-10-23 danieldgFix recursive SENDSNO bounce
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
next