Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 18 Dec 2000 21:24:00 +0000 (21:24 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 18 Dec 2000 21:24:00 +0000 (21:24 +0000)
commit95e583bfb71d54d5ff9b8cff24b5b2ca33073901
tree81787b42dd910ad1515eba57a12d666ad274351b
parent2f0b209f9d921621f344bfea503e4753e8781829
Author: Kev <klmitch@mit.edu>
Log message:

Rearranged a couple of features to try to make things a little neater;
rearranged some code to make it more streamlined.

I also created a subdirectory with API documentation; this is for
documentation of special little subsystems, such as the features subsystem
or the logging system, or even something like modebuf's and MsgQ's.  Please
read doc/api/api.txt and tell me what you think...

Testing:

The features changes compile and link, but I have not performed run-time
tests.  The documentation that I have written should be mostly complete,
but let me know if you want more information...

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@349 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
doc/api/api.txt [new file with mode: 0644]
doc/api/features.txt [new file with mode: 0644]
doc/api/log.txt [new file with mode: 0644]
include/ircd_features.h
ircd/ircd_features.c