|
ft_irc 1.0
|
Core IRC server implementation. [詳解]


クラス | |
| class | Server |
| Implements the core IRC server functionality as a Singleton. [詳解] | |
マクロ定義 | |
| #define | UNREGISTERED_CLIENT_TIMEOUT 30 |
変数 | |
| volatile bool | g_running |
Core IRC server implementation.
This file defines the Server class, which manages client connections, channels, and command processing. It implements the main server loop and event handling.
Server.hpp に定義があります。
| #define UNREGISTERED_CLIENT_TIMEOUT 30 |
Server.hpp の 31 行目に定義があります。