summaryrefslogtreecommitdiff
path: root/builtin/game/auth.lua
AgeCommit message (Collapse)Author
2018-06-03Builtin auth handler: Speed up file writing (#7252)SmallJoker
2018-06-03Make use of safe file writing in auth handler (fixes #6576)sfan5
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2016-08-29Builtin: Disallow registering users with the same nameSmallJoker
Prevents duplicate names: 'NickName', 'nickname', 'NICKNAME'. Skips already registered users, so they can connect as usual.
2016-03-06Faster insertion into tableRui914
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr
2014-11-19Add strict moduleShadowNinja
Also fix leaking globals found by it.
2014-11-08Add last_login field to auth.txtRyan Newell
Also shortens some related code and adds more parameters to string.split.
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja