summaryrefslogtreecommitdiff
path: root/builtin/game/auth.lua
Commit message (Collapse)AuthorAge
* Builtin auth handler: Speed up file writing (#7252)SmallJoker2018-06-03
|
* Make use of safe file writing in auth handler (fixes #6576)sfan52018-06-03
|
* Use a settings object for the main settingsShadowNinja2017-05-06
| | | | | | | 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.
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-29
| | | | | Prevents duplicate names: 'NickName', 'nickname', 'NICKNAME'. Skips already registered users, so they can connect as usual.
* Faster insertion into tableRui9142016-03-06
|
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-12
|
* Add strict moduleShadowNinja2014-11-19
| | | | Also fix leaking globals found by it.
* Add last_login field to auth.txtRyan Newell2014-11-08
| | | | Also shortens some related code and adds more parameters to string.split.
* Use "core" namespace internallyShadowNinja2014-05-08
|
* Organize builtin into subdirectoriesShadowNinja2014-05-07