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

Jumping to message (scan) by number starts scanning backwards (negative indices, too) #198

Closed dgets closed 8 years ago

dgets commented 9 years ago

As mentioned in merge #197, jumping to message by number now correctly passes the index (or next valid index, if that particular slot is deleted) to readNew(), and scanSub() is handling the modified _scanptr method well for finding the particular slot to start. The only problem at this point seems to be that message scan is entered in reverse...

That's what's for dinner.

dgets commented 9 years ago

I could be totally full of shit on this, actually. I think there's a discrepancy in the way that pointers are handled. I'm looking at another issue right now, but when I'm done with this one I need to check into this a bit more.

dgets commented 8 years ago

Closing due to new rewrite.