Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make use of safe file writing in auth handler (fixes #6576) | sfan5 | 2018-06-03 |
| | |||
* | Use a settings object for the main settings | ShadowNinja | 2017-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 name | SmallJoker | 2016-08-29 |
| | | | | | Prevents duplicate names: 'NickName', 'nickname', 'NICKNAME'. Skips already registered users, so they can connect as usual. | ||
* | Faster insertion into table | Rui914 | 2016-03-06 |
| | |||
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
| | |||
* | Add strict module | ShadowNinja | 2014-11-19 |
| | | | | Also fix leaking globals found by it. | ||
* | Add last_login field to auth.txt | Ryan Newell | 2014-11-08 |
| | | | | Also shortens some related code and adds more parameters to string.split. | ||
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
| | |||
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |