TNT/tests
m1ngsama e10b43074c feat: consolidated improvements, manpage, and deployment prep
Bug fixes:
- Fix data race on client->width/height (now _Atomic int)
- Persist join/leave system messages via message_save()
- Make room_add_message static to enforce lock contract
- Fix execute_command mutating command_input directly
- Increase help_copy buffer from 4096 to 8192 for CJK safety

New features:
- Add :msg/:w whisper command for private messaging
- Add command history with UP/DOWN arrows in command mode
- Add Ctrl+D/U/F/B page scrolling in normal mode
- Add :q/:quit/:exit Vim-style disconnect

Unix community:
- Add tnt.1 manpage (roff format) with full documentation
- Add manpage install/uninstall to Makefile
2026-04-19 17:49:06 +08:00
..
unit feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
test_anonymous_access.sh refactor: optimize rendering, log loading, and migrate to libssh callback API (#9) 2026-02-07 23:17:55 +08:00
test_basic.sh refactor: optimize rendering, log loading, and migrate to libssh callback API (#9) 2026-02-07 23:17:55 +08:00
test_connection_limits.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00
test_exec_mode.sh refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00
test_security_features.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00
test_stress.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00