Quote Originally Posted by Buckwheet View Post
Tillmen-

In order to get SpifFE to work remotely I had to change lich.rb to use 0.0.0.0 from 127.0.0.01 so that I could connect from anywhere. Do you have any thoughts about that or do you ever for see creating the ability for remote FEs to connect with a limited control set? I know there has been some interest shown in "watching" someone play the game or creating a FE to allow people to interact with your character such as a shared solution for picking/healing/spells but not give them full access to a command line to give away your items or destroy your character.
I would use a SSH tunnel instead of listening on 0.0.0.0. However, it wouldn't be terribly hard to make it require a password be typed into the frontend before it started working.

For watching someone play.. that sounds weird. I don't think I understand the usefulness of that. Anyway, a new frontend wouldn't be needed. You would just need a regex check to allow/disallow commands for the detachable frontend.

What was this thread about again?