TNT/include
m1ngsama 524fe10d60 feat: add :search, :last commands and connection duration in :list
New interactive commands:
- :search <keyword> — search messages by content or username (max 20 results)
- :last [N] — show last N messages (default 10, max 50) with timestamps
- :list now shows connection duration per user (e.g., "5m32s", "2h15m")

Adds connected_at timestamp to client_t for session duration tracking.
Updated :help to document all new commands.
2026-04-19 16:22:13 +08:00
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.h fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +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 feat: add :search, :last commands and connection duration in :list 2026-04-19 16:22:13 +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