Search found 2052 matches

by sofar
Tue May 05, 2026 04:33
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

Mark54321 has made an absolute brilliant new box named "Portal". Go check it out.
by sofar
Sat Apr 25, 2026 20:26
Forum: Feature Discussion
Topic: idea: seperate service for tracking on-person items So moving from server to server can keep personal items.
Replies: 9
Views: 478

Re: idea: seperate service for tracking on-person items So moving from server to server can keep personal items.

Wouldn’t it be enough to register a custom authentication handler with core.register_authentication_handler(…) doing all that for you? It could interface with an on-server application or script, handling all of it independent from Luanti (and thus without its limitations. I was replying specificall...
by sofar
Sat Apr 25, 2026 19:34
Forum: Feature Discussion
Topic: idea: seperate service for tracking on-person items So moving from server to server can keep personal items.
Replies: 9
Views: 478

Re: idea: seperate service for tracking on-person items So moving from server to server can keep personal items.

SupercatsDad wrote:
Sat Apr 25, 2026 13:28
How much of a Pipe-dream is it? Can it be done? Thanks.
Can be done in mods, and, isn't even too complicated. Needs: on player join/leave hooks saving inventory state to some central db/service, which can be done with the HTTP API (simplest, probably) or DB integration (slightly more complex).
by sofar
Tue Apr 21, 2026 21:06
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

5) Rebrand the confusingly named "MatchMaker" series (red teleporter) to "Quick Start" (because this is what it basically is) and move the teleporters to a spot where they can be accessed faster. Ideal for impatient players who are like "Just let me PLAY already, I don’t wa...
by sofar
Tue Apr 21, 2026 03:13
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

The new parcours series are surprisingly well hidden. No sign. No update in the terminal. Located at a place that makes no sense (neither on Play island nor the new "Series underground"). I only found them after looking at the screenshot again. Also, when I go to the final part after the ...
by sofar
Sun Apr 19, 2026 19:47
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

image.jpg New series available: [*]Some Parkour [*]Mostly Parkour [*]Totally Parkour Each of these three series contains boxes with some parkour, mostly parkour, and pretty much nothing but parkour! While these new series have been added, I'm relaxing the parkour related rules that were in place fo...
by sofar
Thu Apr 16, 2026 04:06
Forum: Modding Discussion
Topic: [SOLVED] Liquid Rendering Issue
Replies: 6
Views: 389

Re: Liquid Rendering Issue

Can you post what was wrong in your original code, and, what fixes you made that made it work?
by sofar
Tue Mar 31, 2026 02:48
Forum: Problems
Topic: Map can't migrate to PostgreSQL
Replies: 3
Views: 569

Re: Map can't migrate to PostgreSQL

I don't know what the actual library is that is needed. I assume it's libpq.so.5, but, that is just a wild guess. Sorry, I neither use debian nor postgresql myself.
by sofar
Mon Mar 30, 2026 23:27
Forum: General Discussion
Topic: Post your screenshots! (2026 edition)
Replies: 87
Views: 21453

Re: Post your screenshots! (2026 edition)

screenshot_20260330_140035.png
screenshot_20260330_140035.png (78.07 KiB) Viewed 943 times
by sofar
Sun Mar 29, 2026 03:52
Forum: Problems
Topic: Map can't migrate to PostgreSQL
Replies: 3
Views: 569

Re: Map can't migrate to PostgreSQL

The DB backends require (1) that luanti is built with the proper support enabled, and (2) the local support libraries are installed and (3) the actual database backend up and running (in case of pgsql). Most likely one or more of these things isn't right, and so it fails. You'd have to dig into the ...
by sofar
Fri Mar 27, 2026 23:43
Forum: Modding Discussion
Topic: Box drawing with hypertext[]?
Replies: 3
Views: 313

Re: Box drawing with hypertext[]?

yes, box[] stuff is what I mean.
by sofar
Fri Mar 27, 2026 19:41
Forum: Modding Discussion
Topic: Box drawing with hypertext[]?
Replies: 3
Views: 313

Re: Box drawing with hypertext[]?

Yes, this is a limitation due to the vertical spacing between font lines in the engine. I've ran into the same issue for my insidethebox server, which uses this exact sort of ascii-art bordering for all of its dialog windows.

You can opt to instead draw actual lines, through, and overlay them.
by sofar
Thu Mar 26, 2026 04:48
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

Yeah! I actually broke this. I'll get a fix in ASAP - this isn't too complicated fortunately. The auto-read function I added makes it skip sending the trigger, so, this will be an easy fix. Tested my fix and this is working again. If you spot any other issue, feel free to ping me by name on the ser...
by sofar
Thu Mar 26, 2026 01:37
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

Unsolvable Boxes! Trouble with Mechs Good luck solving 703 and similar boxes that have the following: Terminal -> mech -> output This type of connection worked in the editor. However, I found it doesn't work in older boxes. Subsequently making some boxes unsolvable. Yeah! I actually broke this. I'l...
by sofar
Mon Mar 23, 2026 04:39
Forum: General Discussion
Topic: Post your screenshots! (2026 edition)
Replies: 87
Views: 21453

Re: Post your screenshots! (2026 edition)

After dinner walk on the beach.
by sofar
Sun Mar 22, 2026 17:22
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

ArceusI wrote:
Sun Mar 22, 2026 05:58
Impossible, all dev..
please, stop ranting.

This thread here was about code security and reliability, and you're essentially off-topic blasting something that should be a separate thread.

Open a different thread for that nonsense.
by sofar
Sat Mar 21, 2026 20:51
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

Please link the bug report. I can't look at a forum post and magically understand what we're talking about here. This seems to be the issue Nininik is talking about: #17030 . Vague on details and without reproduction steps - and if there were details other than the machine running the server itself...
by sofar
Sat Mar 21, 2026 19:11
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

Yeah...Sofar just sort of insulted me with their reply. I'm not sure how I insulted you. I'm just asking for clarification. But still, how is Luanti going to protect the users of it when the OS itself is compromised? (Unless a user uses something like Ageless Linux or something related to Project T...
by sofar
Sat Mar 21, 2026 19:07
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

Why is it not a priority to fix the DOS Bug which happens when a script spams malformed packets to a server thread, making it unresponsive and skyrocketing cpu usage? It is a priority. What bug are you talking about here? the spamming of packets to a server causing unresponsiveness- the issue was c...
by sofar
Sat Mar 21, 2026 17:07
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

Nininik wrote:
Sat Mar 21, 2026 15:38
Why is it not a priority to fix the DOS Bug which happens when a script spams malformed packets to a server thread, making it unresponsive and skyrocketing cpu usage?
It is a priority. What bug are you talking about here?
by sofar
Sat Mar 21, 2026 06:08
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

I've made some efforts in the past to do network fuzzing of Luanti, mostly focused on client->server attacks. A few bugs we've encountered in the past have been fixed. This is a time consuming effort. Good to know. But now that OS systems are getting compromised due to privacy violating mandates de...
by sofar
Sat Mar 21, 2026 03:17
Forum: General Discussion
Topic: Minetest security and reliability
Replies: 22
Views: 8374

Re: Minetest security and reliability

I've made some efforts in the past to do network fuzzing of Luanti, mostly focused on client->server attacks. A few bugs we've encountered in the past have been fixed. This is a time consuming effort.
by sofar
Fri Mar 20, 2026 01:05
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

All data was recovered and the Inside the Box server is back up again!

(and yes, I made another backup right away ;))
by sofar
Thu Mar 19, 2026 19:42
Forum: Servers
Topic: [Server] Inside The Box [Puzzles]
Replies: 676
Views: 267711

Re: [Server] Inside The Box [Puzzles]

This is terrifying. I am scared the boxes community work of 8 years has been nuked. PLEASE tell us that your backups work. I have full backups of the entire server from 2 weeks back, offline. So in the worst case, we'd lose just the work that was done on the boxes in the last 2 weeks, only. The ser...