| CL_IRCConnection() | CL_IRCConnection | |
| CL_IRCConnection(const CL_String &server, const CL_String &port=cl_text("6667")) | CL_IRCConnection | |
| CL_IRCConnection(const CL_IRCConnection ©) | CL_IRCConnection | |
| extract_address(const CL_String8 &str) | CL_IRCConnection | [static] |
| extract_nick(const CL_String8 &str) | CL_IRCConnection | [static] |
| extract_user(const CL_String8 &str) | CL_IRCConnection | [static] |
| get_hostname() const | CL_IRCConnection | |
| get_nick() const | CL_IRCConnection | |
| get_realname() const | CL_IRCConnection | |
| get_servername() const | CL_IRCConnection | |
| get_username() const | CL_IRCConnection | |
| operator=(const CL_IRCConnection ©) | CL_IRCConnection | |
| send_admin(const CL_String8 &server=CL_String8()) | CL_IRCConnection | |
| send_command(const CL_String8 &prefix, const CL_String8 &command, const std::vector< CL_String8 > ¶ms) | CL_IRCConnection | |
| send_connect(const CL_String8 &target_server, int port=0, const CL_String8 &remote_server="") | CL_IRCConnection | |
| send_info(const CL_String8 &server=CL_String8()) | CL_IRCConnection | |
| send_invite(const CL_String8 &nickname, const CL_String8 &channel) | CL_IRCConnection | |
| send_join(const CL_String8 &channel, const CL_String8 &key="") | CL_IRCConnection | |
| send_join(const std::list< CL_String8 > &channels, const std::list< CL_String8 > &keys) | CL_IRCConnection | |
| send_kick(const CL_String8 &channel, const CL_String8 &user, const CL_String8 &comment="") | CL_IRCConnection | |
| send_kick(const std::list< CL_String8 > &channels, const std::list< CL_String8 > &users, const CL_String8 &comment="") | CL_IRCConnection | |
| send_kill(const CL_String8 &nickname, const CL_String8 &comment) | CL_IRCConnection | |
| send_links(const CL_String8 &remote_server="", const CL_String8 &server_mask="") | CL_IRCConnection | |
| send_list(const CL_String8 &channel="", const CL_String8 &server="") | CL_IRCConnection | |
| send_list(const std::list< CL_String8 > &channels, const CL_String8 &server="") | CL_IRCConnection | |
| send_mode(const CL_String8 &target, const CL_String8 &mode, const std::vector< CL_String8 > &args) | CL_IRCConnection | |
| send_names(const CL_String8 &channel="") | CL_IRCConnection | |
| send_names(const std::list< CL_String8 > &channels) | CL_IRCConnection | |
| send_nick(const CL_String8 &nick, int hopcount=-1) | CL_IRCConnection | |
| send_notice(const CL_String8 &nickname, const CL_String8 &text) | CL_IRCConnection | |
| send_notice_ctcp(const CL_String8 &nickname, const CL_String8 &command, const CL_String8 &data) | CL_IRCConnection | |
| send_oper(const CL_String8 &user, const CL_String8 &password) | CL_IRCConnection | |
| send_part(const CL_String8 &channel, const CL_String8 &reason="") | CL_IRCConnection | |
| send_part(const std::list< CL_String8 > &channels, const CL_String8 &reason="") | CL_IRCConnection | |
| send_pass(const CL_String8 &password) | CL_IRCConnection | |
| send_ping(const CL_String8 &server, const CL_String8 &server2="") | CL_IRCConnection | |
| send_pong(const CL_String8 &daemon, const CL_String8 &daemon2="") | CL_IRCConnection | |
| send_privmsg(const CL_String8 &receiver, const CL_String8 &text) | CL_IRCConnection | |
| send_privmsg(const std::list< CL_String8 > &receivers, const CL_String8 &text) | CL_IRCConnection | |
| send_privmsg_ctcp(const CL_String8 &receiver, const CL_String8 &command, const CL_String8 &data) | CL_IRCConnection | |
| send_privmsg_ctcp(std::list< CL_String8 > &receivers, const CL_String8 &command, const CL_String8 &data) | CL_IRCConnection | |
| send_quit(const CL_String8 &quitmessage="") | CL_IRCConnection | |
| send_stats(const CL_String8 &query="", const CL_String8 &server="") | CL_IRCConnection | |
| send_time(const CL_String8 &server="") | CL_IRCConnection | |
| send_topic(const CL_String8 &channel, const CL_String8 &topic) | CL_IRCConnection | |
| send_topic(const CL_String8 &channel) | CL_IRCConnection | |
| send_trace(const CL_String8 &server=CL_String8()) | CL_IRCConnection | |
| send_user(const CL_String8 &username, const CL_String8 &hostname, const CL_String8 &servername, const CL_String8 &realname) | CL_IRCConnection | |
| send_version(const CL_String8 &server="") | CL_IRCConnection | |
| send_who(const CL_String8 &name, bool oper=false) | CL_IRCConnection | |
| send_whois(const CL_String8 &nickmask) | CL_IRCConnection | |
| send_whois(const CL_String8 &server, const CL_String8 &nickmask) | CL_IRCConnection | |
| send_whois(const std::list< CL_String8 > &nickmasks) | CL_IRCConnection | |
| send_whois(const CL_String8 &server, const std::list< CL_String8 > &nickmasks) | CL_IRCConnection | |
| send_whowas(const CL_String8 &nickname, int count=0, const CL_String8 &server="") | CL_IRCConnection | |
| sig_command_received() | CL_IRCConnection | |
| sig_invite() | CL_IRCConnection | |
| sig_join() | CL_IRCConnection | |
| sig_kick() | CL_IRCConnection | |
| sig_mode() | CL_IRCConnection | |
| sig_name_reply() | CL_IRCConnection | |
| sig_nick() | CL_IRCConnection | |
| sig_notice() | CL_IRCConnection | |
| sig_notice_ctcp() | CL_IRCConnection | |
| sig_numeric_reply() | CL_IRCConnection | |
| sig_part() | CL_IRCConnection | |
| sig_ping() | CL_IRCConnection | |
| sig_privmsg() | CL_IRCConnection | |
| sig_privmsg_ctcp() | CL_IRCConnection | |
| sig_socket_error() | CL_IRCConnection | |
| sig_topic() | CL_IRCConnection | |
| sig_unknown_command_received() | CL_IRCConnection | |
| ~CL_IRCConnection() | CL_IRCConnection | |