summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2012-04-18Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.attilamolnar
2012-04-18Log mode errors when processing FJOIN.Robin Burchell
2012-04-18Fix typo.Robin Burchell
2012-04-18Match the logging in the rest of this module.Robin Burchell
2012-04-18Be more helpful when processing commands from a linked server.Robin Burchell
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2012-04-14Fix unused variables reported by the clang static analyzer.Peter Powell
2011-06-23Always use local SID as the source for PONG repliesDaniel De Graaf
2011-04-10Fixed Windows build on VS 2010Adam
2011-02-28Fix timeout defaulting to zero for link blocksDaniel De Graaf
2011-01-19Fix bug #117, found by satmd, thanksJackmcbarn
2010-12-02Restore prefixJackmcbarn
2010-12-02Fix possible crashJackmcbarn
2010-08-03Use the remote channel's capitalization on a losing TS mergeDaniel De Graaf
2010-05-08Correct source of initial BURST line from servers sending it without one (lik...Daniel De Graaf
2010-05-08Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Daniel De Graaf
2010-04-29Don't use an empty direction when receiving a sourceless server commandDaniel De Graaf
2010-04-16Fix crash when a remote server has the same name as we doDaniel De Graaf
2010-04-11Prevent using invalid UIDs and enforce UID/SID matchingDaniel De Graaf
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-03-02What, I have to make this compile now?danieldg
2010-03-02Log duplicate UUID events a bit betterdanieldg
2010-03-02Log invalid S2S commands a bit betterdanieldg
2010-03-01Let ENCAP target match on server names, not just SIDsdanieldg
2010-02-28Fix snomask sending having the final-parameter colon stripped (noticed in glo...danieldg
2010-02-25Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 serversdanieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-02-18Fix double-erase of iterator if a server dies and times out at the same timedanieldg
2010-02-17Fix routing of prefix-channel messages now that 2.0 sends to status and above...danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-13Fix double-invocation of Squit that can cause a crash on delinkdanieldg
2010-02-11Restart server_hash iteration after quitting dead and pinged out serversdanieldg
2010-02-11Make UID modify its parameter on a nick collision so that services has an eas...danieldg
2010-02-11Fix routing of KILL command when sourced from a serverdanieldg
2010-02-09Fix typodanieldg
2010-02-09Sort CAPAB CHANMODES and USERMODESdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-09Fix error message on OPTCOMMON mismatchdanieldg
2010-02-08SSL certificate requests prior to full registration must use SocketCertificat...danieldg
2010-02-07More cleanup of quit serversdanieldg
2010-02-06Fix left/right inversion in ListDifferencedanieldg
2010-02-06Send module load/unload notifications so that services can learn of new featu...danieldg
2010-02-04Fix FIDENT response forging to run prior to the ENCAP stripdanieldg
2010-02-04Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ...danieldg
2010-02-04Add DYING link state, push error messages on link, and only limit recvq on un...danieldg