TNT/include
m1ngsama 9ca1e9d977 fix: data races, missing persistence, and input safety bugs
- Make client width/height _Atomic to fix data race between window-change
  callback thread and session thread
- Persist join/leave system messages via message_save()
- Fix ftell() error handling: check <= 0 instead of == 0
- Make room_add_message static to enforce lock-must-be-held contract
- Use local copy in execute_command to avoid mutating command_input
- Increase help_copy buffer from 4096 to 8192 for CJK text safety
- Add :q/:quit/:exit command for Vim-style disconnect
- Fix unit test Makefile to link common.c
2026-04-19 17:14:48 +08:00
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.h fix: data races, missing persistence, and input safety bugs 2026-04-19 17:14:48 +08:00
common.h fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
message.h Initial commit 2025-07-01 09:00:00 +08:00
ssh_server.h fix: data races, missing persistence, and input safety bugs 2026-04-19 17:14:48 +08:00
tui.h Replace telnet with SSH and fix full-screen display 2025-11-24 16:48:14 +08:00
utf8.h refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00