pending_client Struct Reference

Client connection that has not been authenticated yet. More...

#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_listenerlistener
 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.


Detailed Description

Client connection that has not been authenticated yet.

Field Documentation

Connection to the client.

Username the client has sent.

Password the client has sent.

The listener used for this pending client.

Private data.


Generated on Mon Apr 14 00:44:20 2008 for ctrlproxy by  doxygen 1.5.5