TODO
====

Planned for this version:
* example.conf

Wishlist:
* seemless reroutes
* reconnect after kill throttling

NOTES
=====
Random stuff i dump here for future reference.

s_conf.c
========
static  int     check_time_interval PROTO((char *, char *));
static  int     lookup_confhost PROTO((aConfItem *));
static  int     is_comment PROTO((char *));
static  int     advanced_check(char *, int);

int     del_temp_conf(status, host, passwd, name, port, class, akill)
int     attach_Iline(cptr, hp, sockhost)
int     detach_conf(cptr, aconf)
static  int     is_attached(aconf, cptr)
int     attach_conf(cptr, aconf)
int     m_svsnoop(aClient *cptr, aClient *sptr, int parc, char *parv[])
int     rehash(cptr, sptr, sig)
int     openconf()
int     initconf(opt)
static  int     lookup_confhost(aconf)
int     find_kill(cptr)
char *find_zap(aClient *cptr, int dokillmsg)  
int     find_kill_byname(host, name)
static int is_comment(comment)
static  int     check_time_interval(interval, reply)
static int log_kline(sptr, action, user, host, reason)
int     m_rakill(cptr, sptr, parc, parv)
int     m_akill(aClient *cptr, aClient *sptr, int parc, char *parv[])
int     m_sqline(cptr, sptr, parc, parv)
int     m_unsqline(cptr, sptr, parc, parv)
int     m_kline(cptr, sptr, parc, parv)
int m_unkline(cptr, sptr, parc, parv)
int m_zline(cptr, sptr, parc, parv)
int m_unzline(cptr, sptr, parc, parv)
int advanced_check(char *userhost, int ipstat)
