* citadel.rc: changed the default for local_screen_dimensions to 1, since
authorArt Cancro <ajc@citadel.org>
Tue, 6 Feb 2001 02:09:41 +0000 (02:09 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 6 Feb 2001 02:09:41 +0000 (02:09 +0000)
commitbbd1b98b4ae41bf16d3ac9635f4267689ff40818
tree9a7d39057ecdce05682684597e03fd28890ce00c
parent84f67a4f3aee9b59973af0da8aad1e56440beca0
* citadel.rc: changed the default for local_screen_dimensions to 1, since
  Internet users now outnumber dialup users 100 to 0.
* room_ops.c: added a really_create option to create_room().  Also moved the
  generation of personal namespace into that function.  MODULE OWNERS PLEASE
  CHECK YOUR CALLS TO AVOID MULTIPLE NAMESPACING!!
* room_ops.c: fixed a bug in cgetfloor() that left bad pointers around
* serv_imap.c: finished the CREATE command (finally)
16 files changed:
citadel/ChangeLog
citadel/citadel.rc
citadel/citserver.c
citadel/control.c
citadel/imap_tools.c
citadel/msgbase.c
citadel/room_ops.c
citadel/room_ops.h
citadel/serv_chat.c
citadel/serv_expire.c
citadel/serv_ical.c
citadel/serv_imap.c
citadel/serv_smtp.c
citadel/serv_vcard.c
citadel/techdoc/citadelapi.txt
citadel/user_ops.c