summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket.h
AgeCommit message (Expand)Author
2009-09-02Add away timestamp to the AWAY message sent server-serverdanieldg
2009-09-02Add SAVE s2s protocol commanddanieldg
2009-09-02Add modules to the VF_COMMON list in backwards compatability link mode, trans...danieldg
2009-09-02Add s2s backward compatability for protocol changesdanieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
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-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-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-01-02Update copyrights for 2009.w00t
2008-09-08Remove a (now nonexistant) reference from .hw00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-05-23Collision tweaksbrain
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-03-21ENCAP stuffbrain
2008-02-22w00t broke it :pbrain
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-02Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28Remove more unused headersw00t
2007-08-28Move nickname collision logic into TreeSocket::DoCollision so that nickname c...w00t
2007-08-27Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st...brain
2007-08-27This will royally fuck 1.2's linking right now, but..w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-24Fix for atheme support (and others) which makes sure CAPAB is always sent bef...brain
2007-06-15remove from header also.peavey
2007-06-13This is not, not routing of SQUIT, nothing to see here, move along :>peavey
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-06gcc fails it at exporting symbols properly :/brain
2007-05-05Make debug warning for broken servers once per servername onlybrain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-09Add config <options:disablehmac> to support disabling of HMAC, and tidy up to...brain
2007-04-09I think we're almost there nowbrain
2007-04-09Add basic HMAC suggested by jilles to make the auth not suck -- this is proba...brain
2007-04-09Test code that pretends to send a hashed value if its got a challenge - don't...brain