<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/utils.cpp, branch v2.1a1</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/utils.cpp?h=v2.1a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/utils.cpp?h=v2.1a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-08-03T21:32:42Z</updated>
<entry>
<title>Make irc::string faster and less wasteful</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-12T23:22:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c120a4e37f8d13f0e2540e2534bd7cc36e1f1950'/>
<id>urn:sha1:c120a4e37f8d13f0e2540e2534bd7cc36e1f1950</id>
<content type='text'>
Change irc::string from an std::basic_string typedef to a wrapper around
an std::string, to avoid unneeded copies in assign().
</content>
</entry>
<entry>
<title>Remove unneeded copy of server name for every remote user</title>
<updated>2010-08-03T21:32:42Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-04-11T21:47:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58407a413aab51be628f76bf6dbd37ace760f809'/>
<id>urn:sha1:58407a413aab51be628f76bf6dbd37ace760f809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New I/O hook API</title>
<updated>2010-08-03T21:32:36Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-02-17T23:22:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0584675861f05321b89fff44fda38ebd49006e54'/>
<id>urn:sha1:0584675861f05321b89fff44fda38ebd49006e54</id>
<content type='text'>
This removes some pointless Module:: entries, uses the ServiceProvider
lookup API for bind tags, and allows GnuTLS to use custom certificates
per bind or link block using:

&lt;bind ssl="gnutls" ssl_cert="signed" ...&gt;
&lt;ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem"&gt;
</content>
</entry>
<entry>
<title>Allow SASL messages to be targeted at the services server</title>
<updated>2010-02-18T21:23:00Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-18T21:23:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8cb1935360087b4e38802b837981e5f41e9b87d7'/>
<id>urn:sha1:8cb1935360087b4e38802b837981e5f41e9b87d7</id>
<content type='text'>
&lt;sasl target="services.example.net"&gt; will avoid broadcasting all
authentication messages across the network, which improves security.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix routing of prefix-channel messages now that 2.0 sends to status and above, not just status</title>
<updated>2010-02-17T00:43:20Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-17T00:43:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8826f2b0ec596f3394ce636651d4f08437b10f3c'/>
<id>urn:sha1:8826f2b0ec596f3394ce636651d4f08437b10f3c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12483 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clean up treesocket naming confusion by adding a link block reference during negotiation</title>
<updated>2010-02-13T21:47:13Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-13T21:47:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f85458ff9cdfd0c677086e56492955ee89f6702'/>
<id>urn:sha1:8f85458ff9cdfd0c677086e56492955ee89f6702</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12452 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Strip colons from server SSL fingerprint, to allow the output of certificate information tools to be used directly</title>
<updated>2010-02-01T20:42:39Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-01T20:42:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6cd43f954c0f1dc1aa9338faeea588aaca88cc31'/>
<id>urn:sha1:6cd43f954c0f1dc1aa9338faeea588aaca88cc31</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12349 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow &lt;link password=""&gt; to specify identical send/recv passwords</title>
<updated>2010-02-01T19:47:28Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-01T19:47:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d891a461a32271e6326541b72195a8dd7dd9c271'/>
<id>urn:sha1:d891a461a32271e6326541b72195a8dd7dd9c271</id>
<content type='text'>
This can be simpler to use (don't need to swap send/recv between servers)
Having identical passwords is very slightly less secure than having them
differ; this doesn't remove sendpass/recvpass. It is recommended to use
SSL fingerprints to authenticate servers for best security.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12348 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Create irc::sockets::cidr_mask</title>
<updated>2009-10-24T20:04:05Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-24T20:04:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9fad3ecb9215a0034bf407f192926b04cb5efaed'/>
<id>urn:sha1:9fad3ecb9215a0034bf407f192926b04cb5efaed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11968 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
