dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

Messages marked for deletion are still displayed in new message scans #202

Closed dgets closed 9 years ago

dgets commented 9 years ago

Something needs to be put in place in readNew(), scanSub(), or dispMsg() in order to support checking for the MSG_DELETED flag and skipping beyond those messages. They aren't purged right away, and people on DOC/Citadel are used to being able to fuck up and make those mistakes go away right away. We should honor that here, even if the messages will be visible through the standard shells if anybody goes to those bases.

dgets commented 9 years ago

Gave a little bit more debugging to this right now. We'll make sure that the same testing code is in place for reverse or alternate scans (I think this is the only path so alternate scans shouldn't exist), and then this should be ready to merge.