From 338d645fcfa1f07a82c4940aa09a6fb265ff608f Mon Sep 17 00:00:00 2001 From: red-001 Date: Thu, 15 Feb 2018 20:18:54 +0000 Subject: Add `on_auth_fail` callback (#7039) Called when a client fails to supply the correct password for the account it's attempting to login as. --- doc/lua_api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 5baa098e2..522740d77 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2615,6 +2615,10 @@ Call these functions only at load time! * `minetest.register_on_leaveplayer(func(ObjectRef, timed_out))` * Called when a player leaves the game * `timed_out`: True for timeout, false for other reasons. +* `minetest.register_on_auth_fail(func(name, ip))` + * Called when a client attempts to log into an account but supplies the wrong password. + * `ip`: The IP address of the client. + * `name`: The account the client attempted to log into. * `minetest.register_on_cheat(func(ObjectRef, cheat))` * Called when a player cheats * `cheat`: `{type=}`, where `` is one of: -- cgit v1.2.3