<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/network, branch 0.4.13</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-08-15T06:48:20+00:00</updated>
<entry>
<title>Remove unused function from connection.{cpp,h}</title>
<updated>2015-08-15T06:48:20+00:00</updated>
<author>
<name>nerzhul</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-08-14T12:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c4b5561b3fdf4c2cac401774e7c54856c1546855'/>
<id>urn:sha1:c4b5561b3fdf4c2cac401774e7c54856c1546855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make NetworkPacket respect serialized string size limits</title>
<updated>2015-08-10T06:16:55+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-10T06:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1c408c4f1df25ecec0dd8ea8b6cb00534e08bc66'/>
<id>urn:sha1:1c408c4f1df25ecec0dd8ea8b6cb00534e08bc66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix BufferedPacket race condition (fixes #2983)</title>
<updated>2015-08-06T06:25:35+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-06T06:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8560ece02e36b1e0ee7b86db2a38b8becbb639e4'/>
<id>urn:sha1:8560ece02e36b1e0ee7b86db2a38b8becbb639e4</id>
<content type='text'>
This was caused by the use the non-threadsafe SharedBuffer in a
threaded context.
</content>
</entry>
<entry>
<title>Fix critical vulnerabilities and bugs with NetworkPacket</title>
<updated>2015-08-06T04:10:57+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-06T03:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bd0b469d3d212ae1407233bdb743bfcab31b4dc7'/>
<id>urn:sha1:bd0b469d3d212ae1407233bdb743bfcab31b4dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connection: Make assertions non-fatal for received data</title>
<updated>2015-08-06T01:01:13+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-05T06:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3183d5a4038f16b5b4cbcfd0dac5f8d458bf8ba2'/>
<id>urn:sha1:3183d5a4038f16b5b4cbcfd0dac5f8d458bf8ba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/network/connection.h: Fix race condition</title>
<updated>2015-08-01T18:44:17+00:00</updated>
<author>
<name>Břetislav Štec</name>
<email>valsiterb@gmail.com</email>
</author>
<published>2015-08-01T11:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=79e2647556773d46cc0299e73ca23c41a153ff2a'/>
<id>urn:sha1:79e2647556773d46cc0299e73ca23c41a153ff2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix srp.cpp:815 leak</title>
<updated>2015-07-27T06:15:39+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-27T05:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f336d3ffb657d2fcc72d06c28642c1b418e8dec4'/>
<id>urn:sha1:f336d3ffb657d2fcc72d06c28642c1b418e8dec4</id>
<content type='text'>
Thanks @Zeno-
</content>
</entry>
<entry>
<title>Bump protocol to 26</title>
<updated>2015-07-24T18:32:26+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-24T18:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2eb329cc6362958537737c2a82ae593c7ba5d30a'/>
<id>urn:sha1:2eb329cc6362958537737c2a82ae593c7ba5d30a</id>
<content type='text'>
This was needed due to the TileDef serialisation changes. Originally it has been planned
to also add utf-8 based chat to 26, but chat changes aren't final yet, so they are done
in one change, after the release, and not two small ones, causing us having to be compliant
to three versions of the packet.
</content>
</entry>
<entry>
<title>Optional reconnect functionality</title>
<updated>2015-07-23T05:38:13+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-17T14:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7'/>
<id>urn:sha1:3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7</id>
<content type='text'>
Enable the server to request the client to reconnect.

This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
</content>
</entry>
<entry>
<title>Ask auth handler to create auth when a default password is set</title>
<updated>2015-07-21T16:12:28+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-21T15:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a57d83b46af03313355d83924cfb53f4987cc48f'/>
<id>urn:sha1:a57d83b46af03313355d83924cfb53f4987cc48f</id>
<content type='text'>
-&gt; Fix server crash with protocol &gt;=25 if a default password is set.
-&gt; Remove some useless and possibly confusion causing code for the TOCLIENT_FIRST_SRP packet handler
</content>
</entry>
</feed>
