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

Hotfix message by number #197

Closed dgets closed 9 years ago

dgets commented 9 years ago

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'll be the next issue up.