IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
|
#include <cstring>
#include <string>
#include <vector>
#include <unistd.h>
#include <fcntl.h>
#include <map>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#include <arpa/inet.h>
#include "Network/SocketTypedef.hpp"
#include "Server/IrcConstants.hpp"
#include "Server/IrcErrorCode.hpp"
#include "Server/MsgBlock.hpp"
#include "Server/ClientControlBlock.hpp"
#include "Server/IrcReplies.hpp"
#include "Server/ClientCommand/ClientCommand.hpp"
#include "Server/ChannelControlBlock.hpp"
#include "Core/Core.hpp"
Go to the source code of this file.
Classes | |
class | IRC::Server |
Namespaces | |
namespace | IRC |
Macros | |
Client command execution | |
#define | IRC_CLIENT_COMMAND_X(command_name) |
#define IRC_CLIENT_COMMAND_X | ( | command_name | ) |