* msgbase.c: cmd_move(): Fix the security logic for non-aides trying to
authorMichael Hampton <io_error@uncensored.citadel.org>
Mon, 15 Mar 2004 16:47:04 +0000 (16:47 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Mon, 15 Mar 2004 16:47:04 +0000 (16:47 +0000)
commit8aba9697924306b9ef5363ef1d1028c256dd7794
tree50c0f4f07fe7a23688475435056be06386000cf6
parent305f712021284ff9097a9048ca509fc14d677dce
* msgbase.c: cmd_move(): Fix the security logic for non-aides trying to
  move or copy messages.  The logic should do the following:
  * Allow move/copy for Aides
  * Allow regular users to:
    * Move a message between two personal rooms
    * Copy a message from a Personal room to a room the user is subscribed to
    * Copy a message from a room the user is subscribed to, to a personal room
  * Prohibit other moves/copies
citadel/ChangeLog
citadel/msgbase.c