]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket.h
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-05-07 danieldgRemove handshake timer on server sockets that die befor...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-08 w00tRemove a (now nonexistant) reference from .h
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-05-23 brainCollision tweaks
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-04 brainServer origin privmsg, UNTESTED - will test in a min
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-03-21 brainENCAP stuff
2008-02-22 brainw00t broke it :p
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-02 brainImplement DELLINE, allow both DELLINE and ADDLINE to...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 w00tRemove more unused headers
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tThis will royally fuck 1.2's linking right now, but..
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-24 brainFix for atheme support (and others) which makes sure...
2007-06-15 peaveyremove from header also.
2007-06-13 peaveyThis is not, not routing of SQUIT, nothing to see here...
2007-05-07 brainSlightly tidier capab checks
2007-05-07 brainNeeds a little testing: Tidyup of some code, namely...
2007-05-06 braingcc fails it at exporting symbols properly :/
2007-05-05 brainMake debug warning for broken servers once per serverna...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-09 brainI think we're almost there now
2007-04-09 brainAdd basic HMAC suggested by jilles to make the auth...
2007-04-09 brainTest code that pretends to send a hashed value if its...
2007-04-09 brainAdded ability to send and receive a challenge, dont...
2007-04-09 brainAdd methods needed for storing challenge string
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-03-16 brainRemote /MODULES
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-11 brainComments only.
2007-02-07 brainSupport port binding here
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola