Auth handler: Player deletion & Iterator (#6741)
commit4edf08709010f721b099dfae3cab011acbdfb3ff
authorsfan5 <sfan5@live.de>
Wed, 6 Dec 2017 16:32:49 +0000 (6 17:32 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Wed, 6 Dec 2017 16:32:49 +0000 (6 17:32 +0100)
tree530b903ee81b672fe5a4dd9cfa7a00059b5c541a
parent2b5341c51864660bb1a434a520f7cca9ce3619e6
Auth handler: Player deletion & Iterator (#6741)

* Add player deletion method to auth handler (fixes #6653)
* Support iterating over the auth database

There was no way to do this previously and a recent commit
broke doing this the "hacky" way by accessing `core.auth_table`.
builtin/game/auth.lua
doc/lua_api.txt