#include <server.h>
|
| Server (const ServerConfig *c, Network *n) |
|
| ~Server () |
|
const ServerConfig * | config () const |
|
std::string | motd () const |
|
void | addDescriptors (fd_set *in_set, fd_set *out_set, int *maxfd) |
|
void | processDescriptors (fd_set *in_set, fd_set *out_set) |
|
void | connectToServer () |
|
void | disconnectFromServer (Network::DisconnectReason) |
|
void | quit (const std::string &reason) |
|
void | whois (const std::string &destination) |
|
void | ctcpAction (const std::string &destination, const std::string &message) |
|
void | ctcpRequest (const std::string &destination, const std::string &message) |
|
void | join (const std::string &channel, const std::string &key=std::string()) |
|
void | part (const std::string &channel, const std::string &reason=std::string()) |
|
void | message (const std::string &destination, const std::string &message) |
|
void | names (const std::string &channel) |
|
void | ping () |
|
void | slotNumericMessageReceived (const std::string &origin, unsigned int code, const std::vector< std::string > ¶ms) |
|
void | slotIrcEvent (const std::string &event, const std::string &origin, const std::vector< std::string > ¶ms) |
|
void | slotDisconnected () |
|
Definition at line 39 of file server.h.
dazeus::Server::~Server |
( |
| ) |
|
void dazeus::Server::addDescriptors |
( |
fd_set * |
in_set, |
|
|
fd_set * |
out_set, |
|
|
int * |
maxfd |
|
) |
| |
void dazeus::Server::connectToServer |
( |
| ) |
|
void dazeus::Server::ctcpAction |
( |
const std::string & |
destination, |
|
|
const std::string & |
message |
|
) |
| |
void dazeus::Server::ctcpRequest |
( |
const std::string & |
destination, |
|
|
const std::string & |
message |
|
) |
| |
void dazeus::Server::join |
( |
const std::string & |
channel, |
|
|
const std::string & |
key = std::string() |
|
) |
| |
void dazeus::Server::message |
( |
const std::string & |
destination, |
|
|
const std::string & |
message |
|
) |
| |
std::string dazeus::Server::motd |
( |
| ) |
const |
void dazeus::Server::names |
( |
const std::string & |
channel | ) |
|
void dazeus::Server::part |
( |
const std::string & |
channel, |
|
|
const std::string & |
reason = std::string() |
|
) |
| |
void dazeus::Server::ping |
( |
| ) |
|
void dazeus::Server::processDescriptors |
( |
fd_set * |
in_set, |
|
|
fd_set * |
out_set |
|
) |
| |
void dazeus::Server::quit |
( |
const std::string & |
reason | ) |
|
void dazeus::Server::slotDisconnected |
( |
| ) |
|
void dazeus::Server::slotIrcEvent |
( |
const std::string & |
event, |
|
|
const std::string & |
origin, |
|
|
const std::vector< std::string > & |
params |
|
) |
| |
void dazeus::Server::slotNumericMessageReceived |
( |
const std::string & |
origin, |
|
|
unsigned int |
code, |
|
|
const std::vector< std::string > & |
params |
|
) |
| |
std::string dazeus::Server::toString |
( |
const Server * |
s | ) |
|
|
static |
void dazeus::Server::whois |
( |
const std::string & |
destination | ) |
|
The documentation for this class was generated from the following files: