summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-10-24Fix incorrect netburst detectiondanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Fix recursive SENDSNO bouncedanieldg
2009-10-21some WriteGlobalSno changesdanieldg
2009-10-09Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...danieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-01Merge remote/local MODULES outputdanieldg
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-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 away timestamp to the AWAY message sent server-serverdanieldg
2009-09-02Add SAVE s2s protocol commanddanieldg
2009-09-02Add s2s backward compatability for protocol changesdanieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
2009-09-02Remove useless vector copydanieldg
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-08-14Print line on empty prefix errors to track down a bugw00t
2009-05-13Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtreedanieldg
2009-05-13Make the previous patches actually workdanieldg
2009-05-13Use a FakeUser source for server-sourced commands in spanningtreedanieldg
2009-04-26Enable lag-check pings on active servers - if bandwidth waste is an issue, th...danieldg
2009-04-20Use loopCall to protect OnUserKick rather than the triggerevents hackdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"danieldg
2009-03-14Send remote BURST on new incoming server introductiondanieldg
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-03-06Send SVSNICKs during nick collision to prevent servers that do not fully impl...danieldg
2009-03-05Fix crash when services (or a misbehaving remote server) introduces a server ...danieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-11-20Fix for potential crash with invalid prefixes (prefixes which are neither val...brain
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-09-30Some suggestions from jilles about handling unknown prefix errors, and some i...brain
2008-09-24Fix for listening sockets not clearing their timeout on connected. Reported b...peavey
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-31Remove a redundant check, and fix user-mode change propegation. (closes bug #...w00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-23Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc...w00t