Search found 7 matches

by buddi
Sun Mar 21, 2021 15:12
Forum: Problems
Topic: remove_player Chat command not removing auth?
Replies: 1
Views: 575

remove_player Chat command not removing auth?

Hey, according to https://wiki.minetest.net/Server_commands /remove_player <name> is supposed to remove the password. However thats not the case for me. Is this a documentation error? In the LUA Api there are 2 functions: remove_player and remove_player_auth . Is there a chance to remove everything ...
by buddi
Sat Mar 13, 2021 15:21
Forum: General Discussion
Topic: Possibility to configure privileges able to set with privs privilege
Replies: 3
Views: 775

Re: Possibility to configure privileges able to set with privs privilege

Krock wrote:
Wed Mar 10, 2021 19:16
https://github.com/minetest/minetest/bl ... 1324-L1326

Change this setting on your server and grant the players "basic_privs" so they can grant or revoke those listed privileges.
Thanks @Krock, this helps already a bit!
by buddi
Wed Mar 10, 2021 19:04
Forum: General Discussion
Topic: Possibility to configure privileges able to set with privs privilege
Replies: 3
Views: 775

Possibility to configure privileges able to set with privs privilege

Hello,

is there a possibility to configure which privileges a user is able to grant?

e.g. Don't grant privileges other than the ones you currently have or something more customizable?

Best,

buddi
by buddi
Tue Nov 03, 2020 15:55
Forum: Problems
Topic: Building Minetest with Postgresql support
Replies: 3
Views: 1066

Re: Building Minetest with Postgresql support

I managed to get it to work with this script. (sudo apt-get install -y unzip g{it,cc,++} {c,}make {zlib1g,lib{sqlite3,curl4-openssl,luajit-5.1,leveldb,pq}}-dev&&cd $(mktemp -dp /var/tmp)&&wget downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip -O irr.zip&&unzip -q irr.zip&...
by buddi
Fri Oct 23, 2020 12:56
Forum: Problems
Topic: Building Minetest with Postgresql support
Replies: 3
Views: 1066

Re: Building Minetest with Postgresql support

Hey,

thanks for your help!
What do you mean exactly by postgres dev libraries? I attached some of my installed packages.

Best,

buddi
by buddi
Thu Oct 22, 2020 07:08
Forum: Problems
Topic: Building Minetest with Postgresql support
Replies: 3
Views: 1066

Building Minetest with Postgresql support

Hey, I want to run a Minetestserver with Postgres, I tried migrating with this https://forum.minetest.net/viewtopic.php?f=5&t=16689&hilit=postgres information. However I get this error: 2020-10-19 22:57:48: ERROR[Main]: An unhandled exception occurred: Database backend postgresql not support...