Closed GoogleCodeExporter closed 8 years ago
Thanks a lot :) tangyang is now working on this issue:)
Original comment by lvli...@gmail.com
on 23 Jan 2009 at 3:00
hi,
Thanks a lot for your using Welly and your kind suggestion.
In fact, what you said is exactly what we had thought about before. However,
the prompt of '[username]' varies
from site to site, e.g., some are '[username]', some are 'username:' and some
others are even more amazing.
It's too hard to enumerate them all, thus we come to this brute force. We are
hoping to implement the "auto-
reply by trigger" feature where the triggers can be user-defined, maybe in the
next version. It sounds really
cool.
At present, we are simply meeting the needs of those who are eager for the
auto-login feature. What we have
been focusing in this version is the use of the Keychain Service. As for this
issue, we strongly encourage you
to use SSH connections instead of telnet whenever possible. SSH doesn't have
this problem, and is much more
secure for your password. (For telnet connections, even if the password is not
echoed on the screen, it is
transferred via the Internet without any encryption.)
Nevertheless, we are using the following workaround for telnet connections.
Basically, it's based on adjusting
the sleep() time. However, setting it to 1 second is not enough for some sites,
while setting it to 2 or more
seconds may seems too lag. As a workaround, we are examining the cursor
position to decide whether we
should sleep another second. Since the login prompt on all (at least as far as
I know) sites are on the lower-
half of the screen, we check if the cursor is on the top 4 lines, sleeping
another second if so, until the cursor
jumps down. I think it will solve this problem.
Please check out the latest revision on the svn and send us feedback if
possible. Thank you very much. Wish
you a happy Chinese new year!
Original comment by tangyang...@gmail.com
on 23 Jan 2009 at 3:19
Original comment by lvli...@gmail.com
on 2 Mar 2009 at 4:26
Original issue reported on code.google.com by
duckste...@gmail.com
on 22 Jan 2009 at 2:30Attachments: