| 208 |
|
} recv, send; |
| 209 |
|
|
| 210 |
|
struct Listener *listener; /* listener accepted from */ |
| 211 |
+ |
dlink_list acceptlist; /* clients I'll allow to talk to me */ |
| 212 |
|
dlink_list watches; /* chain of Watch pointer blocks */ |
| 213 |
|
dlink_list confs; /* Configuration record associated */ |
| 214 |
|
dlink_list invited; /* chain of invite pointer blocks */ |
| 551 |
|
extern dlink_list global_client_list; |
| 552 |
|
|
| 553 |
|
extern int accept_message(struct Client *, struct Client *); |
| 554 |
+ |
extern struct split_nuh_item *find_accept(const char *, const char *, |
| 555 |
+ |
const char *, struct Client *, int); |
| 556 |
+ |
extern void del_accept(struct split_nuh_item *, struct Client *); |
| 557 |
+ |
extern void del_all_accepts(struct Client *); |
| 558 |
|
extern void set_initial_nick(struct Client *, struct Client *, const char *); |
| 559 |
|
extern void exit_client(struct Client *, struct Client *, const char *); |
| 560 |
|
extern void check_conf_klines(void); |
| 561 |
|
extern void init_client(void); |
| 557 |
– |
extern void del_from_accept(struct Client *, struct Client *); |
| 558 |
– |
extern void del_all_accepts(struct Client *); |
| 559 |
– |
extern void del_all_their_accepts(struct Client *); |
| 562 |
|
extern void change_local_nick(struct Client *, struct Client *, const char *); |
| 563 |
|
extern void dead_link_on_write(struct Client *, int); |
| 564 |
|
extern void dead_link_on_read(struct Client *, int); |