#include <listener.h>
Data Fields | |
GIOChannel * | connection |
Connection to the client. | |
char * | user |
Username the client has sent. | |
char * | password |
Password the client has sent. | |
gint | watch_id |
struct sockaddr * | clientname |
socklen_t | clientname_len |
struct irc_listener * | listener |
The listener used for this pending client. | |
struct { | |
enum | state { SOCKS_UNUSED = -1, SOCKS_UNKNOWN = 0, SOCKS_STATE_NEW = 1, SOCKS_STATE_AUTH, SOCKS_STATE_NORMAL } |
struct socks_method * method | |
enum pending_client:: { ... } ::state state | |
void * method_data | |
} | socks |
void * | private_data |
Private data. |
GIOChannel* pending_client::connection |
Connection to the client.
char* pending_client::user |
Username the client has sent.
char* pending_client::password |
Password the client has sent.
struct irc_listener* pending_client::listener [read] |
The listener used for this pending client.
Private data.