Time Nick Message 06:01 nerzhul Hello, #7279 requires another approval, i added mine, the PR is ready for a merge and is waited for 5.0.0, it's one of the remaining feature. After merging i will take time to code the pg backend 06:01 ShadowBot https://github.com/minetest/minetest/issues/7279 -- Replace auth.txt with SQLite auth database by bendeutsch 09:39 paramat will merge game#2189 in 15 mins (trivial) 09:39 ShadowBot https://github.com/minetest/minetest_game/issues/2189 -- sfinv, player_api mods: Fix and cleanup README and license files by paramat 09:54 paramat merging 09:55 paramat merged 11:34 paramat will merge #7588 in 5 mins 11:34 ShadowBot https://github.com/minetest/minetest/issues/7588 -- Improve formatting of Player HUD flags documentation by ClobberXD 11:58 paramat merging 12:00 paramat merged 13:17 Krock nerzhul: will test the auth PR now. Looks very promising 13:58 nerzhul Krock nice, thanks 13:58 nerzhul for the split of privs it's just using SQL tables properly 13:59 nerzhul it also permit to do interesting maintenance thing, for example if you want to drop a privilege on all players: DELETE from privs where privname = 'junk'; 13:59 nerzhul it also permit to add easily a privilege on all players by that way 13:59 Krock I see 14:00 nerzhul seems GH is slow :p 14:00 Krock I thought it was my connection which has problems with this big page 14:01 Krock it's indeed nicer than a single string - just wondered in terms of performance whether it's fast to read all values with the given userid 14:05 nerzhul the bottleneck is not the database here 14:05 nerzhul the dataset is tiny and properly indexed 14:05 nerzhul 10 rows is ridiculous :p 14:27 Krock well 10 * 100k auth records 14:45 nerzhul not the problem 14:45 nerzhul we have an index on the user id 14:46 nerzhul and to be honest, 1M record is very low, not for sqlite3 but i will add postgresql backend after that 14:46 nerzhul the dataset should be ~30MB for a such recordset, it's very low :p 14:47 nerzhul i have at work tables with 10 billion records on servers with 4GB memory and it just runs fine 15:07 Krock nice :) 19:01 Krock !tell paramat Would you be keen on testing & reviewing (approving) #6304 ? I mean, the data already exists and only needs to be exposed to the Lua API 19:01 ShadowBot Krock: O.K. 19:57 Krock merging #7594 in a few minutes 19:57 ShadowBot https://github.com/minetest/minetest/issues/7594 -- Make the primary, flow-advancing action the right-most by tacotexmex 20:00 Krock merging..