Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(backend): extracted telnet options from client
- negotiations are now optional since they need to be set one-by-one (server and client) - added TelnetOptionHandler to define seperate telnet options - re-implemented charset as handle-charset-option - re-implemented echo as handle-echo-option - all other options are answered with a negative DONT or WONT - refactored telnet-client
- Loading branch information