mystiker / webmud3

Webmud3: third generation of the UNItopia Webmud as open source project.
GNU General Public License v3.0
1 stars 0 forks source link

Feat/hidden-input #46

Closed mystiker closed 3 months ago

mystiker commented 3 months ago

This PR re-enables the TELNET ECHO option by listening for its negotiation in the backend and transfering this information back to the client. The client will not echo according to the echo flag set and so will the backend.

Content of messages sent with no-echo will never be logged/displayed anywhere!

Fixes #44

myonara commented 3 months ago

code looks good, I'm impressed from the level of work it was necessary to implement it the tight way.

My old way was too much "get it running" apart from "use best future prrof best practices" Thanks a lot