Ignoring echo off?

  • Zeno
  • Zeno's Avatar Topic Author
  • Offline
  • Junior Member
More
14 Nov 2013 02:35 #1 by Zeno
Ignoring echo off? was created by Zeno
Smaug sends this before entering a password, which turns off echo then back on after the password is entered.
{ IAC, WILL, TELOPT_ECHO, '\0' };

It works in MUSHclient, but MudPortal seems to ignore this?

Please Log in or Create an account to join the conversation.

More
14 Nov 2013 06:23 #2 by plamzi
Replied by plamzi on topic Ignoring echo off?
This is not supported for now because declaring ECHO support involves more than this use case. Also, it doesn't seem that important given that the user already reveals the password when typing it into the input field.

I'm about to release a plugin that shows a login prompt for password input. This will have the user type their password in a field where it will be obscured, and it won't be echoed to the ScrollView.

Down the line, I'll probably add enough echo support to hide password input properly--it's just not a priority.

Please Log in or Create an account to join the conversation.

  • Zeno
  • Zeno's Avatar Topic Author
  • Offline
  • Junior Member
More
14 Nov 2013 17:31 #3 by Zeno
Replied by Zeno on topic Ignoring echo off?

I'm about to release a plugin that shows a login prompt for password input. This will have the user type their password in a field where it will be obscured, and it won't be echoed to the ScrollView.


Perfect, that'll work just as well. Hopefully once I get used to this JS environment, I can start being a bit more innovative myself.

Please Log in or Create an account to join the conversation.

More
14 Nov 2013 17:36 #4 by plamzi
Replied by plamzi on topic Ignoring echo off?
Password echoing should be suspended now, btw. It was quicker to do than I thought.

Please Log in or Create an account to join the conversation.