aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/auth.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-291-0/+16
| | | | | Prevents duplicate names: 'NickName', 'nickname', 'NICKNAME'. Skips already registered users, so they can connect as usual.
* 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
| | | | Also fix leaking globals found by it.
* Add last_login field to auth.txtRyan Newell2014-11-081-25/+37
| | | | Also shortens some related code and adds more parameters to string.split.
* Use "core" namespace internallyShadowNinja2014-05-081-53/+53
|
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+188