Search found 3 matches

by caffeinatedblocks
Thu Mar 02, 2023 02:18
Forum: General Discussion
Topic: SSH public key authentication - what do you think?
Replies: 4
Views: 2801

SSH public key authentication - what do you think?

I would like to add SSH public key authentication to Minetest, but I will not do it unless I know it will be accepted by the core dev team. This would enable password-less registration and authentication to public servers, and also help pave the way for totally encrypted communication between client...
by caffeinatedblocks
Thu Mar 02, 2023 02:15
Forum: Partly official engine development
Topic: Added new MariaDB backend (map, auth, player, mod storage)
Replies: 5
Views: 4717

Added new MariaDB backend (map, auth, player, mod storage)

I've developed a MySQL/MariaDB backend which supports map, auth, player, and mod storage.

If you want to see this incorporated into Minetest, please speak up and show your support:

Github Pull Request #13266

Forum post
by caffeinatedblocks
Wed Mar 01, 2023 01:41
Forum: Partly official engine development
Topic: Added new MariaDB backend (map, auth, player, mod storage)
Replies: 5
Views: 4717

Added new MariaDB backend (map, auth, player, mod storage)

Adds MariaDB support for map, auth, player, and mod storage backends.

Fully tested and ready to build/play.

You will need to install MariaDB Connector C++, then simply add "-DENABLE_MARIADB=ON" and build.

https://github.com/minetest/minetest/pull/13266