-
Attempting to lock an exit to a property with a value containing a space does not seem to function correctly.
```
> @action test=here
Action created with number 187994 and attached.
> @lock #1…
-
I won't even state this as a feature request. Just an idea to kick around.
It would be incredible to be able to hook a MUCK into a Lua or Python interpreter and write MUCK programs in those languag…
-
https://github.com/fuzzball-muck/fuzzball-muf/blob/69399c6bd877d8cfa4410952147ae54d30038cea/cmd-ride.muf#L491
This funky $def does not work as intended as far as the program it is contained in care…
-
_prefs/ws/doing:2:
[1;35mDoing: [0;35m%[doing]s
^ This causes sanity errors on first load and it gets stripped out as a result.
_prefs/ws/doing:2:[1;35mDoing: [0;35m%[doing]s
^ H…
-
The MCP website lists three packages.
https://www.moo.mud.org/mcp/index.html
It lists: mcp-negotiate, mcp-cord, and dns-org-mud-moo-simpleedit. Only mcp-negotiate is required. Fuzzball supports mc…
ghost updated
3 years ago
-
Potentially using Github Actions. We are using a bunch of different builders and tools, it seems like we could probably consolidate and improve our CI/CD pipeline.
Also, the docker build should au…
-
fbmuck (compiled from master at 2018-11-30 09:30 PM EST) with the following specified in `include/config.h`:
```
#define MUD_ID "fuzzball"
#define MUD_GID "fuzzball"
```
fbmuck launched from …
ghost updated
9 months ago
-
Via some digging, I can see that several "considered-core" FB6 MUF files were eventually removed from here (and I would guess, from the basedb template at the same time). I surmise it's because their …
-
Server-side TCP keepalives can help, but we have a few players that need client-side keepalive capability. I'd like to see a command or a tuneable value that lets us set a command that a player can tr…
ghost updated
3 years ago
-
Attempting to go around the lack of toad player prim via
wizz "@toad *whomever*" force
crashes the muck.
This code crashes it:
```
: cleanupguest
5 sleep
me @ "@/guest" getpropstr strlen 0 …