|
ft_irc 1.0
|
ファイル | |
| Channel.hpp | |
| Manages channel members and states. | |
| Client.hpp | |
| Manages client connection and state. | |
| CommandManager.hpp | |
| Manages IRC commands and their execution. | |
| CommandUtils.hpp | |
| Utility functions for command handling. | |
| ICommand.hpp | |
| Interface for all IRC commands. | |
| InviteCommand.hpp | |
| Handles the INVITE command. | |
| JoinCommand.hpp | |
| Handles the JOIN command. | |
| KickCommand.hpp | |
| Handles the KICK command. | |
| ListCommand.hpp | |
| Handles the LIST command. | |
| ModeCommand.hpp | |
| Handles the MODE command. | |
| NamesCommand.hpp | |
| Handles the NAMES command. | |
| NickCommand.hpp | |
| Handles the NICK command. | |
| NoticeCommand.hpp | |
| Handles the NOTICE command. | |
| PartCommand.hpp | |
| Handles the PART command. | |
| PassCommand.hpp | |
| Handles the PASS command. | |
| PingCommand.hpp | |
| Handles the PING command. | |
| PongCommand.hpp | |
| Handles the PONG command. | |
| PrivmsgCommand.hpp | |
| Handles the PRIVMSG command. | |
| QuitCommand.hpp | |
| Handles the QUIT command. | |
| Replies.hpp | |
| Defines IRC numeric replies and error messages. | |
| Server.hpp | |
| Core IRC server implementation. | |
| TopicCommand.hpp | |
| Handles the TOPIC command. | |
| UserCommand.hpp | |
| Handles the USER command. | |
| WhoCommand.hpp | |
| Handles the WHO command. | |
| WhoisCommand.hpp | |
| Handles the WHOIS command. | |