TNT/include
m1ngsama a4d67be103 Replace telnet with SSH and fix full-screen display
- Implement SSH server using libssh for secure connections
- Replace insecure telnet with encrypted SSH protocol
- Add automatic terminal size detection via PTY requests
- Support dynamic window resize (SIGWINCH handling)
- Fix UI display bug by using SSH channel instead of fd
- Update tui_clear_screen to work with SSH connections
- Add RSA host key auto-generation on first run
- Update README with SSH instructions and security notes
- Add libssh dependency to Makefile with auto-detection
- Remove all telnet-related code

Security improvements:
- All traffic now encrypted
- Host key authentication
- No more plaintext transmission
2025-11-24 16:48:14 +08:00
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.h Initial commit 2025-07-01 09:00:00 +08:00
common.h Initial commit 2025-07-01 09:00:00 +08:00
message.h Initial commit 2025-07-01 09:00:00 +08:00
ssh_server.h Replace telnet with SSH and fix full-screen display 2025-11-24 16:48:14 +08:00
tui.h Replace telnet with SSH and fix full-screen display 2025-11-24 16:48:14 +08:00
utf8.h Initial commit 2025-07-01 09:00:00 +08:00