rob05c / gomud

A telnet game server written in Go
MIT License
0 stars 1 forks source link

rfc 2946 telnet encryption #5

Open rob05c opened 11 years ago

rob05c commented 11 years ago

Implement RFC 2946 https://tools.ietf.org/html/rfc2946

Until this is implemented, all communication is plaintext over TCP, including user names and passwords. This is unacceptable.