<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git, branch v2.0.13</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/?h=v2.0.13</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/?h=v2.0.13'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-06-05T21:28:45Z</updated>
<entry>
<title>Release 2.0.13</title>
<updated>2013-06-05T21:28:45Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T21:28:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e0ff94b310e9b73ac0131e9df14fb7ca2bf3a878'/>
<id>urn:sha1:e0ff94b310e9b73ac0131e9df14fb7ca2bf3a878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary string copies and dead code</title>
<updated>2013-06-05T21:11:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T21:11:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d87bfc277858543ff14cd43f4222c66362464094'/>
<id>urn:sha1:d87bfc277858543ff14cd43f4222c66362464094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report the full GnuTLS version in configure</title>
<updated>2013-06-05T20:40:09Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-05T20:40:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4d8359382153309e67a6b344ae503c321653c81'/>
<id>urn:sha1:f4d8359382153309e67a6b344ae503c321653c81</id>
<content type='text'>
Fix incorrect version being reported when the minor version is longer than one digit (2.10.x)
</content>
</entry>
<entry>
<title>m_spanningtree Fix FIDENT routing</title>
<updated>2013-06-04T20:16:15Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-04T20:16:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f07eda62da11eaab091e817e41d3a2bc8f4bd8d0'/>
<id>urn:sha1:f07eda62da11eaab091e817e41d3a2bc8f4bd8d0</id>
<content type='text'>
A new FIDENT was broadcast for each incoming FIDENT causing harmless but unnecessary server to server traffic
</content>
</entry>
<entry>
<title>Fix inet_pton on Windows with IPv6 addresses</title>
<updated>2013-06-04T19:43:29Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-04T19:43:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fc198fffe16fed4d9c8863e0571c5f314aaa5147'/>
<id>urn:sha1:fc198fffe16fed4d9c8863e0571c5f314aaa5147</id>
<content type='text'>
Code from Anope win32/socket.cpp by @Adam-
</content>
</entry>
<entry>
<title>m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d</title>
<updated>2013-06-04T19:38:03Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-04T19:38:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9b08c60495603920baf3ab14607c702e1411bce6'/>
<id>urn:sha1:9b08c60495603920baf3ab14607c702e1411bce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_who Hide +i users when listing users on a server and hidewhois is off</title>
<updated>2013-06-01T18:53:45Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-01T18:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c8ef121681b73748bb78a2fdefca5d5973491f25'/>
<id>urn:sha1:c8ef121681b73748bb78a2fdefca5d5973491f25</id>
<content type='text'>
Fixes #547 reported by @RawrDragon
</content>
</entry>
<entry>
<title>m_mysql Fix escaping strings longer than MAXBUF/2</title>
<updated>2013-06-01T18:53:32Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-01T18:53:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e09600a431d0e0f2cde6457e088d84caf6d6f5d'/>
<id>urn:sha1:0e09600a431d0e0f2cde6457e088d84caf6d6f5d</id>
<content type='text'>
Quotes from the documentation:
"You must allocate the to buffer to be at least length*2+1 bytes long. (In the worst case, each character may need to be encoded as using two bytes, and you need room for the terminating null byte.)"

"The return value is the length of the encoded string, not including the terminating null character."

http://dev.mysql.com/doc/refman/5.6/en/mysql-real-escape-string.html
</content>
</entry>
<entry>
<title>m_userip Allow querying own IP for non-opers, require the users/auspex priv for opers to query the IP of others</title>
<updated>2013-06-01T18:42:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T17:49:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c70a6b5699ef905c05bc669fb6cc9c16f33c6787'/>
<id>urn:sha1:c70a6b5699ef905c05bc669fb6cc9c16f33c6787</id>
<content type='text'>
Issue #513 suggested by @CuleX
</content>
</entry>
<entry>
<title>m_nicklock Fix wrong hook in SetPriority()</title>
<updated>2013-05-23T18:19:16Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-23T18:19:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4801080b51674b2c766e27d04e6459ef65dc6a47'/>
<id>urn:sha1:4801080b51674b2c766e27d04e6459ef65dc6a47</id>
<content type='text'>
</content>
</entry>
</feed>
