* CtdlForEachMessage() now returns the number of messages processed. It also
authorArt Cancro <ajc@citadel.org>
Sun, 4 Jun 2000 02:30:59 +0000 (02:30 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 4 Jun 2000 02:30:59 +0000 (02:30 +0000)
commit02dfed8773bf1411ee1f32242b62e74fc16588ec
treec2312546d2b932cf2015293786f391135252486a
parent91b4061ec2f58e1a7e4691ea92ed405cad7755fb
* CtdlForEachMessage() now returns the number of messages processed.  It also
  accepts the MSGS_EQ mode, for targeting a specific message number (useful for
  determining whether the specified message actually exists in a room).
* Completed the server side of the moderation system (serv_moderate.c module
  which implements the MMOD command)
citadel/ChangeLog
citadel/msgbase.c
citadel/msgbase.h
citadel/serv_moderate.c
citadel/techdoc/session.txt