index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
/
auth.lua
Age
Commit message (
Expand
)
Author
2021-06-30
Run on_grant and on_revoke callbacks after privs change (#11387)
AFCMS
2020-05-23
Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)
sorcerykid
2018-08-05
Replace auth.txt with SQLite auth database (#7279)
Ben Deutsch
2018-04-19
Builtin auth handler: Speed up file writing (#7252)
SmallJoker
2017-12-06
Auth handler: Player deletion & Iterator (#6741)
sfan5
2017-12-01
Make core.auth_table private and structure builtin/auth.lua
sfan5
2017-11-08
Make use of safe file writing in auth handler (fixes #6576)
sfan5
2017-10-07
Do not grant all privs to the admin - changes game behavior (#6460)
lhofhansl
2017-08-26
Add on_grant and on_revoke callbacks (#4713)
rubenwardy
2017-06-07
[CSM] Add function to get player privileges (#5933)
red-001
2017-05-06
Use a settings object for the main settings
ShadowNinja
2016-08-29
Builtin: Disallow registering users with the same name
SmallJoker
2016-03-06
Faster insertion into table
Rui914
2015-08-12
SAPI: Track last executed mod and include in error messages
kwolekr
2014-11-19
Add strict module
ShadowNinja
2014-11-08
Add last_login field to auth.txt
Ryan Newell
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja