]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket.h
Fix some of the include guard names (requested by SaberUK)
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-11 danieldgFix routing of KILL command when sourced from a server
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgAdd SAVE s2s protocol command
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgAdd VF_OPTCOMMON for optionally common modules
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