EdenLostMinetest / edenlost

Issues, mods, configs for the EdenLost Minetest server (el.edgy1.net:48131)
Apache License 2.0
1 stars 0 forks source link

[bug] Jail mod no longer saves jail data to persistant storage #16

Closed dennisjenkins75 closed 2 years ago

dennisjenkins75 commented 2 years ago

Since I updated the mods on 2022-01-15, the jail mod no longer properly saves/loads who is in jail from the datafile on disk. Diffing the old code (yay, I saved a backup) with the canonical jail code shows quite a few differences.

The old code also revoked all of a players privs (I no longer want to do that).

Goal here is to fork the new jail mod, then port over all of the features that we want from the old code.

dennisjenkins75 commented 2 years ago

I completely rewrote the jail mod (https://github.com/EdenLostMinetest/edenlost_jail) and installed it. It tested fine on a backup copy of EdenLost, but I have yet to test it in EdenLost.

dennisjenkins75 commented 2 years ago

The rewrite (via the above mentioned different github project) was successful and repeatedly tested on the production server.