]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/rconnect.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / rconnect.cpp
2016-08-17 Attila MolnarMerge insp20
2016-03-02 Attila MolnarMerge branch 'master+writeremotenotice'
2016-03-01 Attila MolnarSend NOTICEs that can go to both local and remote users...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-06-05 attilamolnarMerge insp20
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree RCONNECT handler: Fix error reporting...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
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-10-08 danieldgUpdate Event and Request APIs
2009-09-21 danieldgFix RSQUIT/RCONNECT routing
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
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-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-06 brainMore spanningtree tweaks
2008-05-18 aquanightConvert m_spanningtree
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 aquanightConversions
2008-05-05 aquanightConvert m_spanningtree
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
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-05-21 brainMove inspircd.h to top
2007-05-09 w00tMake RCONNECT accept a glob for the first parameter...
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-01-19 brainFix dependencies
2007-01-19 brainSplit out rconnect command into its own file (this...