<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, branch 0.4.15</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-12-21T13:15:48+00:00</updated>
<entry>
<title>Don't ship with broken languages (#4940)</title>
<updated>2016-12-21T13:15:48+00:00</updated>
<author>
<name>est31</name>
<email>est31@users.noreply.github.com</email>
</author>
<published>2016-12-21T13:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ba52a34f94504e966ee3842e724561eec037cbc0'/>
<id>urn:sha1:ba52a34f94504e966ee3842e724561eec037cbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable mod security by default (closes #4944)</title>
<updated>2016-12-21T13:13:10+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-21T13:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=09f1a0c1ff8b5d73443603d85fccc3eb25cf4650'/>
<id>urn:sha1:09f1a0c1ff8b5d73443603d85fccc3eb25cf4650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warning reported by clang (possible bug in Settings lua api)</title>
<updated>2016-12-21T09:20:06+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-21T09:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cc7c31a5bc44ab0010997e86c0a8c9f5f832b398'/>
<id>urn:sha1:cc7c31a5bc44ab0010997e86c0a8c9f5f832b398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Limit drawing rect of selected item to viewport size (fixes #4341)</title>
<updated>2016-12-20T13:29:12+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-20T13:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bdf8f8549331270dc828289762c1de26d7e5e96e'/>
<id>urn:sha1:bdf8f8549331270dc828289762c1de26d7e5e96e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Security: Fix resolving of some relative paths</title>
<updated>2016-12-20T07:17:38+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-12-16T22:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0f0502109eac44128e87906fff30b5d049392f1d'/>
<id>urn:sha1:0f0502109eac44128e87906fff30b5d049392f1d</id>
<content type='text'>
Trying to resolve a path with RemoveRelativePathComponents that can't
be resolved without leaving leading parent components (e.g. "../worlds/foo"
or "bar/../../worlds/foo") will fail.  To work around this, we leave
the relative components and simply remove the trailing components one
at a time, and bail out when we find a parent component.  This will
still fail for paths like "worlds/foo/noexist/../auth.txt" (the path
before the last parent component must not exist), but this is fine
since you won't be able to open a file with a path like that anyways
(the O.S. will determine that the path doesn't exist.
Try `cat /a/../etc/passwd`).
</content>
</entry>
<entry>
<title>Fix RemoveRelatvePathComponents</title>
<updated>2016-12-20T07:17:38+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-12-16T22:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f522e7351a1eaffcd4b0f1f06fab65a44281f972'/>
<id>urn:sha1:f522e7351a1eaffcd4b0f1f06fab65a44281f972</id>
<content type='text'>
This used to return "/foo" for "../foo" when it should return the enpty
string (i.e., error removing all relative components).
</content>
</entry>
<entry>
<title>Mod security: Allow read-only access to all mod paths</title>
<updated>2016-12-20T06:34:04+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-12-05T19:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=59f84ca0a07e50dd5ce050d38ae1aeb529bd25ac'/>
<id>urn:sha1:59f84ca0a07e50dd5ce050d38ae1aeb529bd25ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix occlusion culling, again (#4930)</title>
<updated>2016-12-19T05:43:04+00:00</updated>
<author>
<name>lhofhansl</name>
<email>lhofhansl@yahoo.com</email>
</author>
<published>2016-12-19T05:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=24edfb77afbb631cb83d26a095b609850f997e5c'/>
<id>urn:sha1:24edfb77afbb631cb83d26a095b609850f997e5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix occlusing counting (#4922)</title>
<updated>2016-12-18T12:25:42+00:00</updated>
<author>
<name>lhofhansl</name>
<email>lhofhansl@yahoo.com</email>
</author>
<published>2016-12-18T12:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e4f7ce1985bda1c37b62f24d028828c5d3851ca2'/>
<id>urn:sha1:e4f7ce1985bda1c37b62f24d028828c5d3851ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unnecessary block loading (#4847)</title>
<updated>2016-12-18T09:20:23+00:00</updated>
<author>
<name>Dániel Juhász</name>
<email>juhdanad@gmail.com</email>
</author>
<published>2016-12-18T09:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d4e7f223a8d79d820546ad750448ee4ecbb1e55'/>
<id>urn:sha1:6d4e7f223a8d79d820546ad750448ee4ecbb1e55</id>
<content type='text'>
This commit makes the game load blocks only if they are not in the
memory.</content>
</entry>
</feed>
