TNT/src
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
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.c feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
common.c refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00
main.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
message.c Merge pull request #22 from m1ngsama/feat/expand-unit-tests 2026-04-19 17:39:25 +08:00
ssh_server.c feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
tui.c feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
utf8.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00