diggers-mt / matrix_chat

Matrix bridge for Minetest chat
Other
8 stars 4 forks source link

Remove need for secure.enable_security = true #6

Closed joenas closed 7 years ago

joenas commented 7 years ago

Either fix what's needed for secure.trusted_mods to work or implement without external requirements.

For the latter, there is http://dev.minetest.net/minetest.request_http_api() and http://dev.minetest.net/minetest.request_http_api()

joenas commented 7 years ago

https://github.com/diggers-mt/minetest-matrix/tree/request_insecure_environment fixes using only secure.trusted_mods. IMHO it's too much work to implement this functionality without external deps..

tacotexmex commented 7 years ago

Yes, a new lib would be needed. Only needing to put the mod as trusted is good enough for now, and on par with what irc mod demands.