1
0
mirror of https://github.com/MinetestForFun/mysql_auth.git synced 2025-06-28 06:11:45 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
4dc66c721c Add Travis CI and LuaCheck (#8) 2020-05-12 19:33:58 -05:00
d9fecd3b16 Revert typo
If in doubt about how it's/its should be used, refer to
https://dictionary.cambridge.org/grammar/british-grammar/it-s-or-its
2019-09-25 20:24:33 +02:00
6d52ffcda6 Remove deprecated function,...
...update README.md, use mod.conf for dependencies and description. Deletes deprecated 'depends.txt'.
2019-09-23 19:57:50 -05:00
67dc261bd0 Use mysql_base abstraction, fix crash on player name > 32 chars 2017-09-24 16:42:11 +02:00
d820a7a4f5 Return the userid in get_auth 2017-06-03 23:28:44 -04:00
fb17749e18 Move database connection stuff to mysql_base 2017-06-03 23:11:57 -04:00
567ba48881 Silence wrong set_privileges error reporting 2017-06-03 23:11:17 -04:00
e5801a1e0c Remove extraneous do..end block 2017-06-01 17:39:37 -04:00
5c758ba5b1 Put table existence check into a function 2017-06-01 17:38:07 -04:00
aaea6cd076 Add mod security instructions to README.md 2017-03-09 09:29:27 -05:00
79699b500c Include player name in error reports; log auth.txt import start/end 2016-08-25 22:10:01 +02:00
b2670cae08 Fix attempt for "commands out of sync" 2016-08-23 21:12:50 +02:00
aec6707ea0 Speed up import by using transactions & no autocommit 2016-08-23 17:50:54 +02:00
e0f24649ad Add automatic auth.txt import upon auth table creation 2016-08-23 16:58:56 +02:00
4a322bb91d Add delete_auth function 2016-08-23 11:59:19 +02:00
5cebbaf03c Add auth enumeration func, fix cdata being returned as last_login 2016-08-22 17:06:12 +02:00
333fc8916e Update admin's privs in the DB when calling get_auth (1-time) 2016-08-22 12:52:32 +02:00
09b4809eb8 Set lastlogin when creating an auth entry 2016-08-22 12:29:47 +02:00
ff6bcb377e Don't create closures in pcalls 2016-08-20 16:20:53 +02:00
d996c6a61b Try to fix MySQL connection dropping + ping DB every half hour 2016-08-20 16:14:56 +02:00
1c1defd8f3 Remove erroneous error when get_auth returns no rows 2016-08-19 18:07:58 +02:00
cd784a5842 Add minetest.deserialize error reporting (failed config parsing) 2016-08-19 17:32:12 +02:00
84fff7e863 Better error reporting upon unexpected affected_rows 2016-08-18 11:55:15 +02:00
52d07a9382 Add singleplayer & admin handling; try to fix prepared stmt bug 2016-08-18 11:37:25 +02:00
8e68cebdaf Fix syntax errors in README's examples 2016-08-17 20:53:29 +02:00
f8633c7f01 Init commit 2016-08-16 15:05:34 +02:00