summaryrefslogtreecommitdiff
path: root/builtin/game/auth.lua
AgeCommit message (Collapse)Author
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