aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/auth.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run on_grant and on_revoke callbacks after privs change (#11387)AFCMS2021-06-301-3/+4
* Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid2020-05-231-2/+1
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-051-82/+37
* Builtin auth handler: Speed up file writing (#7252)SmallJoker2018-04-191-3/+3
* Auth handler: Player deletion & Iterator (#6741)sfan52017-12-061-0/+18
* Make core.auth_table private and structure builtin/auth.luasfan52017-12-011-41/+45
* Make use of safe file writing in auth handler (fixes #6576)sfan52017-11-081-6/+5
* Do not grant all privs to the admin - changes game behavior (#6460)lhofhansl2017-10-071-1/+3
* Add on_grant and on_revoke callbacks (#4713)rubenwardy2017-08-261-0/+15
* [CSM] Add function to get player privileges (#5933)red-0012017-06-071-25/+0
* Use a settings object for the main settingsShadowNinja2017-05-061-3/+3
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-291-0/+16
* Faster insertion into tableRui9142016-03-061-1/+1
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-0/+1
* Add strict moduleShadowNinja2014-11-191-2/+2
* Add last_login field to auth.txtRyan Newell2014-11-081-25/+37
* Use "core" namespace internallyShadowNinja2014-05-081-53/+53
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+188