💾 Archived View for shaggypeak.com › glurg › games › 202104270.gmi captured on 2024-12-17 at 10:25:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

-=-=-=-=-=-=-

Deeper in the MUD

2021-04-27

So, my MUD proxy is basically good enough to use, now. I called it Urchin.

It supports triggers and aliases, at the moment. You can reload the config files while running, and thhe aliases/triggers can be self-referential (mostly).

I'm not super jazzed about the config file format. Right now it's just a text file with a lame regexable format.

What I'd really like, is the ability to include raw ocaml in the aliases so that you can do complex computations and stuff, but that will require some work to get there.