OrangeTide / boris

Boris MUD - a small C plugin-based MUD for RPI or deep adventuring
http://gitlab.com/OrangeTide/boris
ISC License
12 stars 2 forks source link

login attempts fail the first time when using TinyFugue5 #1

Closed OrangeTide closed 2 years ago

OrangeTide commented 4 years ago

Pressing 'L' Enter then typing in user name reports "Invalid Login" without seeming to wait for my password.

Works on subsequent attempts. And doesn't block using TF, but sure is annoying.

Works fine every time with the generic telnet client on Linux.

Guessing some Telnet codes are being negotiated with TF and confusing the new-line handling?

OrangeTide commented 2 years ago

fixed with the rewrite of network code and correction of several major bugs in telnetclient.c