Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minetest.conf csm_autodownloads = true setting and mechanism needed. #6491

Closed
ghost opened this issue Oct 4, 2017 · 1 comment
Closed

minetest.conf csm_autodownloads = true setting and mechanism needed. #6491

ghost opened this issue Oct 4, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 4, 2017

Right now we have Server-Side Mods (SSM), mod channels, and Client-Side Mods (CSM). However, in order for this to be entirely practical for the server's needs, it must know that the client has connected with the appropriate CSM loaded.

I suggest a setting, csm_autodownloads, default false, that when enabled will allow the client to download the necessary CSM from the server. The server will then know it can use mod channels to interact between SSM and CSM.

<+sfan5> csm is sandboxed, so servers sending lua code should not be a problem
<+Calinou> jas_: client-side mods can't be sent from server to client, that would be too insecure
@rubenwardy
Copy link
Contributor

duplicate of #5393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant