
Runtime problems:

1) if you get an error where __eprintf or something similar is
   missing from ircd.so at runtime, you may need to manually link
   lib-gcc.a in with your ircd.so...or disable assert()s by adding
   -DNDEBUG to CFLAGS in Makefile


Known bugs:

1) if you edit a conf file that has a 'deny' in it...and you try to
    do an unkline w/o having reloaded the conf file first, it is
    possible to end up with a corrupted conf file, or the unkline
    will fail.  To fix: need to compare modtime of conf files when
    unklining w/ modtime of conf file at load time
2) Maybe a rarely occuring bug in access stuff (access.c)



Known missing features:

1) The server currently does not work as a HUB. (Actually, it *might*,
      but it has not been tested at all.)
2) Unfinished /info
3) No information about options in /version
4) No ZIP_LINKS, etc.
5) Lots of other stuff.

Email to ircd@codestud.com
