miney-py / mineysocket

A network api for minetest
GNU Lesser General Public License v3.0
14 stars 9 forks source link

Missing JSON Encoding of Authentication Message #10

Open DavidMosbach opened 1 year ago

DavidMosbach commented 1 year ago

Currently remote clients cause my server to crash as soon as they connect to Mineysocket. This is due to the following line where the authentication message is not converted to JSON as expected: https://github.com/miney-py/mineysocket/blob/4359449a2574d5753ff379dfbce5c3a8dc9a75ed/init.lua#L240