* The EUID index is now built, and replication checks are being performed
authorArt Cancro <ajc@citadel.org>
Sun, 2 Oct 2005 04:40:58 +0000 (04:40 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 2 Oct 2005 04:40:58 +0000 (04:40 +0000)
commit83543fd906ac428c01815a04d78d6a17e23eea31
tree40cc7c2b25bda9d7408f991b6a7f930d7928c217
parentb4057d567a5a15e17b5ffc89ea31b372b0c2f5e1
* The EUID index is now built, and replication checks are being performed
  using it.  It is much faster now because we don't have to scan the entire
  room anymore.  We still need to do two things:
  1. Write a server command to fetch messages by EUID instead of msgnum
  2. Find a way to purge stale EUID index records.
citadel/ChangeLog
citadel/citadel.h
citadel/database_cleanup.sh
citadel/euidindex.c
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_chat.c
citadel/serv_upgrade.c
citadel/serv_vandelay.c
citadel/serv_vcard.c