These are the changes to eliminate most of the arbitrary limits in the
authorArt Cancro <ajc@citadel.org>
Fri, 17 Jul 1998 04:38:03 +0000 (04:38 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 17 Jul 1998 04:38:03 +0000 (04:38 +0000)
commitacfea2084c5b599e967ecbfdddd88e762b3b3179
tree757d8efe70703962d11ab2a0d82f079f98ff035b
parente5bb8bde105c5b5df9479d3f296a9fefaeb61750
 These are the changes to eliminate most of the arbitrary limits in the
system, such as the maximum number of messages in a room, or the maximum
number of messages in a user mailbox.

 The only remaining arbitrary limits are the number of room slots in the
system (MAXROOMS) and the number of floor slots (MAXFLOORS).  I don't know if
we'll be able to nix those.

 Right now, rooms and mailboxes will grow infinitely.  We now have to impement
artificial constraints.
12 files changed:
citadel/citadel.h
citadel/citserver.c
citadel/database.c
citadel/ipc_c_tcp.c
citadel/messages.c
citadel/msgbase.c
citadel/room_ops.c
citadel/serv_chat.c
citadel/server.h
citadel/support.c
citadel/sysconfig.h
citadel/user_ops.c