Griatch
Griatch
@trhr Ok, so if this is what happens, any suggestion for improvements of this mechanism?
@InspectorCaracal The optional `IDLE_TIMEOUT` is a separate thing; it disconnects a user that is connected, but idle. When used, it's usually set to something long, like 7 days. This ticket...
I can't reproduce this locally. :disappointed: I have killed the webclient in all sorts of ways in both firefox and chrome without leaving any unpuppeted character behind in the room....
This should be resolved now, with the merger of the feature suggested in #2829.
This should probably go with some sort of new `Audit` kind of model, which I won't add for next version. So pushing this forward.
I implemented and refactored the DbPrototype loading and added caching of the prototype-parents. Spawning from a set of 9000 Db prototypes is now almost instantaneous. Listing them all (`spawn/list`) can...
@owllex I cannot reproduce your issue. I run the unittest and code provided in this issue and get an OK result from the test. Possibly other changes to the Script...
@owllex Ping? Or should I close this?
Simple enough for someone to fix with a PR.
Escaping is done with `\$func(...)`, if that's what you are asking. I think it's rather rare to want to embed unknown functions like this in a prototype - most of...