summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
2014-03-02m_spanningtree Do pointer comparison before deleting one of the pointers in T...Attila Molnar
2014-03-02m_spanningtree Don't send snotices to servers about remote servers splittingAttila Molnar
2013-07-26Use server ids when propagating squitsAdam
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-08-10m_spanningtree Add missing aposthrope to connection failed server noticeattilamolnar
2012-08-10m_spanningtree: Resolve issue #250ChrisTX
2012-07-08m_spanningtree Add function to easily determine whether a server was introduc...attilamolnar
2012-06-12m_spanningtree Burst to a new server before introducing it to the rest of the...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-21Add HMAC implementation to HashProviderdanieldg
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-04Add DYING link state, push error messages on link, and only limit recvq on un...danieldg
2010-02-03Split servers if they try to send infinite garbage without a newlinedanieldg
2010-01-30Stop parsing inbound server lines on an errordanieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Fix plural on netsplit SNO. [dKingston]peavey
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21some WriteGlobalSno changesdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-09Fix hook finding code and error reportingdanieldg
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Don't try to write to dead users, add debug to SquitServer, and remove a stri...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add modules to the VF_COMMON list in backwards compatability link mode, trans...danieldg
2009-09-02Add VF_OPTCOMMON for optionally common modulesdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-05-07Remove handshake timer on server sockets that die before completing handshakedanieldg
2009-04-19Add loopCall to prevent double-broadcasting new X:linesdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t