<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/client, branch 5.0.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-12-24T09:51:10+00:00</updated>
<entry>
<title>CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)</title>
<updated>2018-12-24T09:51:10+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-12-24T09:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a5197eaebc61ac6b555a640f36c0b427faef381d'/>
<id>urn:sha1:a5197eaebc61ac6b555a640f36c0b427faef381d</id>
<content type='text'>
* CSM: add requested CSM_RF_READ_PLAYERINFO

This new CSM limit permit to limit PLAYERINFO read from server.

It affects get_player_names call
</content>
</entry>
<entry>
<title>CSM: Don't create the client script environment if CSM is disabled (#7874)</title>
<updated>2018-11-24T10:41:11+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2018-11-24T10:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2e37ee956530b7cd310e0d6cfb8ce3cd8f6973e6'/>
<id>urn:sha1:2e37ee956530b7cd310e0d6cfb8ce3cd8f6973e6</id>
<content type='text'>
Use the CSM death formspec when CSM is enabled and use the engine death formspec when CSM is disabled.
Move the CSM death formspec code to a dedicated file.</content>
</entry>
<entry>
<title>CSM/SSM: Add on_mods_loaded callback (#7411)</title>
<updated>2018-06-06T10:53:59+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-06-06T10:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ccc3af128cb4b6213b8111115c570fe988d3523b'/>
<id>urn:sha1:ccc3af128cb4b6213b8111115c570fe988d3523b</id>
<content type='text'>
* CSM/SSM: Add on_mods_loaded callback

</content>
</entry>
<entry>
<title>[CSM] Remove `on_connect` callback (#6941)</title>
<updated>2018-01-21T17:27:27+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2018-01-21T17:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=49ff1d2ea8af6bf0e89fcab83522e3c55625b620'/>
<id>urn:sha1:49ff1d2ea8af6bf0e89fcab83522e3c55625b620</id>
<content type='text'>
Fixes #6939</content>
</entry>
<entry>
<title>[CSM] Add callback on open inventory (#5793)</title>
<updated>2017-10-02T20:09:49+00:00</updated>
<author>
<name>Vincent Glize</name>
<email>vincentglize@hotmail.fr</email>
</author>
<published>2017-10-02T20:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4e19791cde6b203ad853905d8c1481c43004a7ea'/>
<id>urn:sha1:4e19791cde6b203ad853905d8c1481c43004a7ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement mod communication channels (#6351)</title>
<updated>2017-09-25T22:11:20+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-09-25T22:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6f1c90720402415b62fb4d5e809ec7dbc1cd7f96'/>
<id>urn:sha1:6f1c90720402415b62fb4d5e809ec7dbc1cd7f96</id>
<content type='text'>
Implement network communication for channels

* Implement ModChannel manager server side to route incoming messages from clients to other clients
* Add signal handler switch on client &amp; ModChannelMgr on client to handle channels
* Add Lua API bindings + client packet sending + unittests
* Implement server message sending
* Add callback from received message handler to Lua API using registration method
</content>
</entry>
<entry>
<title>Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""</title>
<updated>2017-07-15T07:28:10+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-07-15T07:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=84aa84591183db08489cad4e5a26472dbd7050b2'/>
<id>urn:sha1:84aa84591183db08489cad4e5a26472dbd7050b2</id>
<content type='text'>
This reverts commit bdac12761cd92960c3df83c932aa610f2322215f.
</content>
</entry>
<entry>
<title>CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"</title>
<updated>2017-07-15T00:35:18+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2017-07-02T19:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bdac12761cd92960c3df83c932aa610f2322215f'/>
<id>urn:sha1:bdac12761cd92960c3df83c932aa610f2322215f</id>
<content type='text'>
Original PR: #5747.
This reverts commit 39f4a2f607d44738d60db84eba4b30e3d7450204.
</content>
</entry>
<entry>
<title>Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965)</title>
<updated>2017-06-30T18:14:39+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2017-06-30T18:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f3ad75691aea30d2d68aab19fbfa9031409c39d7'/>
<id>urn:sha1:f3ad75691aea30d2d68aab19fbfa9031409c39d7</id>
<content type='text'>
* Load client-side mods into memory before executing them.

This removes the remaining filesystem access that client-sided mods had and it will hopefully make then more secure.

* Lua Virtual filesystem: don't load the files into memory just scan the filenames into memory.

* Fix the issues with backtrace

* fix most of the issues

* fix code style.

* add a comment
</content>
</entry>
<entry>
<title>CSM: Fix documentation error for register_on_*_chat_messages (#5917)</title>
<updated>2017-06-09T13:48:04+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2017-06-09T13:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=44495ea719b98aca341b9082521d0d4ee51405c8'/>
<id>urn:sha1:44495ea719b98aca341b9082521d0d4ee51405c8</id>
<content type='text'>
</content>
</entry>
</feed>
