Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Tue, 2 Jan 2001 21:47:31 +0000 (21:47 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Tue, 2 Jan 2001 21:47:31 +0000 (21:47 +0000)
commit3b3486935371949a57e2541b73ba4ce97032c7f4
treec465ef0ee4a66ed578524bdd6fc66e8b70d13af7
parent752cb13c5e4734f879d061ce27933c0543214ecb
Author: Kev <klmitch@mit.edu>
Log message:

Some efficiency enhancements in m_motd.c; a new way to set the PRNG's seed
and some randomness enhancements (feedback); featurization of many compile-
time options; a new feature flag to inhibit all display of something, like,
say, the random seed.

Testing:

Compiles, no warnings; runs without apparent problems.  Please brute-force
it to see if any of the features can be broken.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@353 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
22 files changed:
ChangeLog
config/config-sh.in
include/channel.h
include/ircd_features.h
include/motd.h
include/random.h
include/supported.h
ircd/Makefile.in
ircd/channel.c
ircd/chkconf.c
ircd/class.c
ircd/client.c
ircd/ircd.c
ircd/ircd_features.c
ircd/m_join.c
ircd/m_version.c
ircd/motd.c
ircd/random.c
ircd/s_auth.c
ircd/s_bsd.c
ircd/s_debug.c
ircd/s_user.c