<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/protocolinterface.h, branch v1.2.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/protocolinterface.h?h=v1.2.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/protocolinterface.h?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-05-19T10:36:40Z</updated>
<entry>
<title>m_spanningtree Kill duplicated code in OnUserMessage/Notice, put code shared with the protocol interface into the utility class</title>
<updated>2012-05-19T10:36:40Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-05-19T10:36:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9be03b56bab1a1acd92bf9b128f2bfeb7a5c2642'/>
<id>urn:sha1:9be03b56bab1a1acd92bf9b128f2bfeb7a5c2642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-20T01:32:07Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-20T01:32:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=201f91fe61672feb2aebe0893362fb39350925d2'/>
<id>urn:sha1:201f91fe61672feb2aebe0893362fb39350925d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include explicit parameter list in ProtocolInterface::SendMode</title>
<updated>2009-03-07T01:29:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-07T01:29:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=96a4a1d41e42dba806c2e9954e148ed838262511'/>
<id>urn:sha1:96a4a1d41e42dba806c2e9954e148ed838262511</id>
<content type='text'>
Also leave the strings split into deque, there's no need to pack it into a
string just to unpack it during the translate.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11181 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>As we have an enum for type, why not ..use it?</title>
<updated>2008-10-25T13:14:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T13:14:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ffc039651676e0f679726b15fac4bf133e7e5bc2'/>
<id>urn:sha1:ffc039651676e0f679726b15fac4bf133e7e5bc2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10710 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Nuke space indents from orbit. (die!!)</title>
<updated>2008-10-25T12:59:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T12:59:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b8777691575fd00a2005c54ff72856ba2ef3113d'/>
<id>urn:sha1:b8777691575fd00a2005c54ff72856ba2ef3113d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10703 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and allow for more flexible protocol use</title>
<updated>2008-06-01T14:18:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-06-01T14:18:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ada434820d2d81d8e4bcf633ebcbfef20606b51c'/>
<id>urn:sha1:ada434820d2d81d8e4bcf633ebcbfef20606b51c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9827 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add call to protocol interface to get useful info on the server map. Return a std::list of classes each of which has a server name, parent server name, user and oper count, and latency in millisecs</title>
<updated>2008-05-08T22:40:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-08T22:40:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=99a1ea0892b575c6d66d9f4c0aab5042c261ce4a'/>
<id>urn:sha1:99a1ea0892b575c6d66d9f4c0aab5042c261ce4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9673 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNONotice 'A' anyway, and only used by SAMODE, which duplicated it with a SendSNONotice 'A' also anyhow o.o - this means OPERNOTICE is now gone from protocol 1200, and SNONOTICE should be used instead.</title>
<updated>2008-04-17T14:01:12Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-17T14:01:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8c2d96013084de950e3a63be4ae6ed626c4093ab'/>
<id>urn:sha1:8c2d96013084de950e3a63be4ae6ed626c4093ab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9530 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remote server PRIVMSG/NOTICE to nickname support</title>
<updated>2008-04-04T15:06:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T15:06:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89fc6ca9c66198fe54cce19d59279cd454fc1bd0'/>
<id>urn:sha1:89fc6ca9c66198fe54cce19d59279cd454fc1bd0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9314 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add protocol api functions: PI-&gt;WriteChannelPrivmsg() and PI-&gt;WriteChannelNotice() - sends with SID origin over network</title>
<updated>2008-04-04T14:37:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T14:37:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=001861f5d2aca21531b0a20a46e44654a45a5522'/>
<id>urn:sha1:001861f5d2aca21531b0a20a46e44654a45a5522</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9308 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
