mckaygerhard
a1150b3e46
* player object check for problematic joins on inpcomplete auth process * close fixed https://codeberg.org/minenux/minetest-mod-auth_rx/issues/2 * added missing depends formspecs (it work without in basics but, some commands needs) * we will later aded formspecs checks to made optional
8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
name = auth_rx
|
|
title = Auth Redux
|
|
author = sorcerykid
|
|
license = MIT
|
|
depends = default, formspecs
|
|
optional_depends =
|
|
description = Auth Redux is a drop-in replacement for the builtin authentication handler of Minetest. It is designed from the ground up to be robust and secure enough for use on high-traffic Minetest servers, while also addressing a number of outstanding engine bugs.
|