• Scanning for new messages

    From MysticOne@VERT/THERLMOD to All on Tue Jan 1 18:51:00 2008
    Hi all, hopefully a fairly quick question. I already ran this by Deuce inã#synchronet, but he wasn't quite sure and suggested I ask DM. Rather than sendãa message directly to DM, I figured I might as well use the echo! Woooo!ããAnyway, I've written my own shell in JavaScript. For the option that users canãselect to scan for new messages, I have it executing:ãã bbs.scan_subs(SCAN_NEW, false);ããThis works great at scanning new messages, but, it fails to constrain the scanãto only the areas that are enabled in the new message scan config. I looked atãthe the other copies of the JavaScript shells (lbshell.js and whatever theãclassic one is), and they're doing the same thing that I'm doing. Whileãperusing the CVS repo, though, I noticed that lbshell.js had a change at oneãtime that didn't use bbs.scan_subs(), but actually went through a list of theãareas where the user had enabled new message scanning, and then scanned thoseãareas individually for new messages. I'd like to avoid that if possible, but,ãthought I'd toss it to the echo and see what you all think.ããThanks!ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From Digital Man@VERT to MysticOne on Wed Jan 2 10:55:48 2008
    Re: Scanning for new messagesã By: MysticOne to All on Tue Jan 01 2008 06:51 pmãã > Hi all, hopefully a fairly quick question. I already ran this by Deuce inã > #synchronet, but he wasn't quite sure and suggested I ask DM. Rather than sã > a message directly to DM, I figured I might as well use the echo! Woooo!ã > ã > Anyway, I've written my own shell in JavaScript. For the option that users ã > select to scan for new messages, I have it executing:ã > ã > bbs.scan_subs(SCAN_NEW, false);ã > ã > This works great at scanning new messages, but, it fails to constrain the scã > to only the areas that are enabled in the new message scan config. I lookedããAre you absolutely positive? That's the correct JS method to use and it callsãthe same underlying code that is used in all the Baja shells and the other .jsãshells uses that method with no problem.ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #67:ãThere are 18 different animal shapes in the Animal cracker zoo.ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From MysticOne@VERT/THERLMOD to Digital Man on Wed Jan 2 18:49:00 2008
    Re: Scanning for new messagesã By: Digital Man to MysticOne on Wed Jan 02 2008 10:55 amãã > Are you absolutely positive? That's the correct JS method to use and itã > calls the same underlying code that is used in all the Baja shells and theã > other .js shells uses that method with no problem.ããYes, if I run that it will scan all echoes, even the ones I have marked not toãscan. The same thing happens for scanning for new messages when I log in, amãprompted, and select "Yes". Keep in mind this is also on my SysOp account,ãjust in case that makes a difference for some reason.ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From Digital Man@VERT to MysticOne on Thu Jan 3 20:38:39 2008
    Re: Scanning for new messagesã By: MysticOne to Digital Man on Wed Jan 02 2008 06:49 pmãã > Re: Scanning for new messagesã > By: Digital Man to MysticOne on Wed Jan 02 2008 10:55 amã > ã > > Are you absolutely positive? That's the correct JS method to use and itã > > calls the same underlying code that is used in all the Baja shells and thã > > other .js shells uses that method with no problem.ã > ã > Yes, if I run that it will scan all echoes, even the ones I have marked not ã > scan. The same thing happens for scanning for new messages when I log in, aã > prompted, and select "Yes". Keep in mind this is also on my SysOp account,ã > just in case that makes a difference for some reason.ããNo, it makes no difference. I suspect you're confusing one type of scanãconfiguration with another. If you logon using a stock command shell andãperform a new-scan, do you have the same problem? Make sure you're configuringãthe *new* message scan (e.g. &N from the Synchronet classic command shell) andãnot the *your* message scan (&S) - these are 2 different stored message scanãconfigurations for 2 different purposes.ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #175:ãIn 1634, tulip bulbs were a form of currency in Holland. ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From MysticOne@VERT/THERLMOD to Digital Man on Fri Jan 4 09:12:00 2008
    Re: Scanning for new messagesã By: Digital Man to MysticOne on Thu Jan 03 2008 08:38 pmãã > No, it makes no difference. I suspect you're confusing one type of scanã > configuration with another. If you logon using a stock command shell andã > perform a new-scan, do you have the same problem? Make sure you'reã > configuring the *new* message scan (e.g. &N from the Synchronet classicã > command shell) and not the *your* message scan (&S) - these are 2 differentã > stored message scan configurations for 2 different purposes.ããFor the configuration option, I'm using:ãã bbs.cfg_msg_scan(SCAN_CFG_NEW);ããFor the scanning option, I'm using:ãã bbs.scan_subs(SCAN_NEW, false);ããThat's apparently what's being used in classic_shell.js as well. But, Iãhaven't switched over to that shell yet to try it out and see if I get the sameãbehavior.ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From Digital Man@VERT to MysticOne on Thu Jan 10 12:19:30 2008
    Re: Scanning for new messagesã By: MysticOne to Digital Man on Fri Jan 04 2008 09:12 amãã > Re: Scanning for new messagesã > By: Digital Man to MysticOne on Thu Jan 03 2008 08:38 pmã > ã > > No, it makes no difference. I suspect you're confusing one type of scanã > > configuration with another. If you logon using a stock command shell andã > > perform a new-scan, do you have the same problem? Make sure you'reã > > configuring the *new* message scan (e.g. &N from the Synchronet classicã > > command shell) and not the *your* message scan (&S) - these are 2 differeã > > stored message scan configurations for 2 different purposes.ã > ã > For the configuration option, I'm using:ã > ã > bbs.cfg_msg_scan(SCAN_CFG_NEW);ã > ã > For the scanning option, I'm using:ã > ã > bbs.scan_subs(SCAN_NEW, false);ã > ã > That's apparently what's being used in classic_shell.js as well. But, Iã > haven't switched over to that shell yet to try it out and see if I get the sã > behavior.ããThose are the same methods used in lbshell.js, which doesn't not exhibit theãproblem you're describing.ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #1:ãA Goldfish's attention span is three seconds.ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From MysticOne@VERT/THERLMOD to Digital Man on Fri Jan 11 12:47:00 2008
    Re: Scanning for new messagesã By: Digital Man to MysticOne on Thu Jan 10 2008 12:19 pmãã > Those are the same methods used in lbshell.js, which doesn't not exhibitã > the problem you're describing.ããExactly! Since it doesn't not exhibit the problem, when will a fix beãavailable? :)ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From Finnigann@VERT/BNB to Digital Man on Fri Jan 11 15:17:00 2008
    ã //- With quill in hand, Finnigannã sends off a short note to MysticOne, ã about Scanning for new messages -\\ãã My> Re: Scanning for new messagesã My> By: Digital Man to MysticOne on Thu Jan 10 2008 12:19 pmãã > Those are the same methods used in lbshell.js, which doesn't not exhibitã > the problem you're describing.ãã My> Exactly! Since it doesn't not exhibit the problem, when will a fix beã My> available? :)ãã<hand_waving_frantically>ããOh Oh OH !!! Let me take this one...ãã</hand_waving_frantically>ãã ãIf it's not exihibiting a problem... I'd say instantly. *I* could evenãfix something that is not exhibiting any problems.ãããã When you make the finding yourself - even ifã you're the last person on Earth to see theã light - you'll never forget it. -- Carl Saganããã... Battery assembly...some required. ã--- MultiMail/Win32 v0.47ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From MysticOne@VERT/THERLMOD to Finnigann on Sat Jan 12 02:15:00 2008
    Re: Scanning for new messagesã By: Finnigann to Digital Man on Fri Jan 11 2008 03:17 pmãã > My> Exactly! Since it doesn't not exhibit the problem, when will a fix beã > My> available? :)ã >ã > <hand_waving_frantically>ã >ã > Oh Oh OH !!! Let me take this one...ã >ã > </hand_waving_frantically>ã >ã > If it's not exihibiting a problem... I'd say instantly. *I* could evenã > fix something that is not exhibiting any problems.ããYou missed the part where DM said that it does NOT NOT exhibit the problem.ãThat's a double-negative, meaning it DOES exhibit the problem. :)ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From Digital Man@VERT to MysticOne on Sat Jan 12 10:41:12 2008
    Re: Scanning for new messagesã By: MysticOne to Finnigann on Sat Jan 12 2008 02:15 amãã > Re: Scanning for new messagesã > By: Finnigann to Digital Man on Fri Jan 11 2008 03:17 pmã > ã > > My> Exactly! Since it doesn't not exhibit the problem, when will a fix ã > > My> available? :)ã > >ã > > <hand_waving_frantically>ã > >ã > > Oh Oh OH !!! Let me take this one...ã > >ã > > </hand_waving_frantically>ã > >ã > > If it's not exihibiting a problem... I'd say instantly. *I* could evenã > > fix something that is not exhibiting any problems.ã > ã > You missed the part where DM said that it does NOT NOT exhibit the problem.ã > That's a double-negative, meaning it DOES exhibit the problem. :)ããYeah, of course I meant "does not exhibit the problem". Are you still havingãthis problem with your command shell?ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #26:ãThe Hawaiian alphabet only has 12 letters.ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Finnigann@VERT/BNB to MysticOne on Sat Jan 12 14:27:00 2008
    ã //- With quill in hand, Finnigann ã sends off a short note to MysticOne, ã about Scanning for new messages -\\ãã My> Re: Scanning for new messagesã My> By: Finnigann to Digital Man on Fri Jan 11 2008 03:17 pmãã > My> Exactly! Since it doesn't not exhibit the problem, when will a fix beã > My> available? :)ã >ã > <hand_waving_frantically>ã >ã > Oh Oh OH !!! Let me take this one...ã >ã > </hand_waving_frantically>ã >ã > If it's not exihibiting a problem... I'd say instantly. *I* could evenã > fix something that is not exhibiting any problems.ãã My> You missed the part where DM said that it does NOT NOT exhibit theã My> problem. That's a double-negative, meaning it DOES exhibit the problem.ã My> :)ã ã You could have quoted that part...ãããã When you make the finding yourself - even ifã you're the last person on Earth to see theã light - you'll never forget it. -- Carl Saganããã... Laddie, don't you think you should...rephrase that?ã--- MultiMail/Win32 v0.47ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net / bnb.synchro.netã
  • From MysticOne@VERT/THERLMOD to Digital Man on Sat Jan 12 14:20:00 2008
    Re: Scanning for new messagesã By: Digital Man to MysticOne on Sat Jan 12 2008 10:41 amãã > > You missed the part where DM said that it does NOT NOT exhibit theã > > problem. That's a double-negative, meaning it DOES exhibit the problem.ã > > :)ã >ã > Yeah, of course I meant "does not exhibit the problem". Are you stillã > having this problem with your command shell?ããI know what you meant. I just thought it was funny. :) I've not messed withãthe lbshell.js again yet since I've been a bit busy, but will do it a bit laterãtoday and compare the results. I'll let you know after that and see if I canãfigure anything else out.ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã
  • From MysticOne@VERT/THERLMOD to Finnigann on Sat Jan 12 20:02:00 2008
    Re: Scanning for new messagesã By: Finnigann to MysticOne on Sat Jan 12 2008 02:27 pmãã > My> You missed the part where DM said that it does NOT NOT exhibit theã > My> problem. That's a double-negative, meaning it DOES exhibit theã > My> problem. :)ã >ã > You could have quoted that part...ããIt was in the original post, and my post even said "since it doesn't notãexhibit the problem..." :)ãã-- MysticOneãã---ã þ Synchronet þ :: The Realm of Dreams :: telnet://bbs.mysticone.comã