• Inter-BBS Active Users

    From DesotoFireflite@VERT/VALHALLA to Digital Man on Wednesday, February 13, 2019 12:02:17
    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Wed Jan 30 2019 02:47 pm



    When using the below command line, all I get is
    Inter-BBS Active Users: with a spinning curser under it.

    Command Line ?sbbsimsg -l

    If I use ?sbbsimsg with no command line, it works fine, but
    has the menu at the bottom to message or list or quit.

    I'm using sbbsimsg.js with a file date of 2/9/2019. I also tried
    the newer one you posted with the same results. What am I missing?

    I'm not seeing any log errors

    Running 3.17a, windows 10 32bit.

    Thanks in advance.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Plt@VERT/SBBS to DesotoFireflite on Wednesday, February 13, 2019 16:27:46
    Re: Inter-BBS Active Users
    By: DesotoFireflite to Digital Man on Wed Feb 13 2019 14:02:17

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!


    I have TW1002 how can I connect to the server that you using?

    Thanks

    ---
    þ Synchronet þ sbbs.dynu.net 2025
  • From DesotoFireflite@VERT/VALHALLA to Plt on Wednesday, February 13, 2019 17:51:55
    Re: Inter-BBS Active Users
    By: Plt to DesotoFireflite on Wed Feb 13 2019 06:27 pm

    I have TW1002 how can I connect to the server that you using?

    just set up a external for Trade Wars Game Server and use the
    command line

    *rlogin bbs.valhallabbs.com:2002

    That should take you right to my server if you are using synchronet.

    Any problems, let me know

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Wednesday, February 13, 2019 16:00:14
    Re: Inter-BBS Active Users
    By: DesotoFireflite to Digital Man on Wed Feb 13 2019 02:02 pm

    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Wed Jan 30 2019 02:47 pm



    When using the below command line, all I get is
    Inter-BBS Active Users: with a spinning curser under it.

    Command Line ?sbbsimsg -l

    For how long? The default timeout is 2.5 seconds. At least after 2.5 seconds of no responses, it should exit back to whatever called it.

    If I use ?sbbsimsg with no command line, it works fine, but
    has the menu at the bottom to message or list or quit.

    Maybe you just need a longer timeout. If you pass a number (of milliseconds) after the '-l' argument, it'll use that as a timeout value. For example, 'sbbsimsg -l 5000' would give you a 5 second poll timeout.

    I'm using sbbsimsg.js with a file date of 2/9/2019. I also tried
    the newer one you posted with the same results. What am I missing?

    Also confirm you have the latest load/sbbsimsg_lib.js

    digital man

    Synchronet/BBS Terminology Definition #34:
    IBM437 = Code Page 437 (so-called IBM Extended ASCII)
    Norco, CA WX: 50.7øF, 78.0% humidity, 1 mph WSW wind, 0.03 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Thursday, February 14, 2019 13:35:16
    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Wed Feb 13 2019 06:00 pm

    For how long? The default timeout is 2.5 seconds. At least after 2.5 seconds of no responses, it should exit back to whatever called it.

    It does

    Maybe you just need a longer timeout. If you pass a number (of milliseconds) after the '-l' argument, it'll use that as a timeout value. For example, 'sbbsimsg -l 5000' would give you a 5 second poll timeout.

    I tried sbbsimsg -l 5000 and sbbsimsg -l 10000, and nothing different. even with the extended time, it acts quickly like the default 2.5.

    Also confirm you have the latest load/sbbsimsg_lib.js

    the file date is 2/9/2019

    works like a charm with no arguments, but the minute I add the -l, I get nothing but the spinning curser. I'm prob missing something real stupid.
    sorry for the problems.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Thursday, February 14, 2019 16:23:16
    Re: Inter-BBS Active Users
    By: DesotoFireflite to Digital Man on Thu Feb 14 2019 03:35 pm

    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Wed Feb 13 2019 06:00 pm

    For how long? The default timeout is 2.5 seconds. At least after 2.5 seconds of no responses, it should exit back to whatever called it.

    It does

    Maybe you just need a longer timeout. If you pass a number (of milliseconds) after the '-l' argument, it'll use that as a timeout value. For example, 'sbbsimsg -l 5000' would give you a 5 second poll timeout.

    I tried sbbsimsg -l 5000 and sbbsimsg -l 10000, and nothing different. even with the extended time, it acts quickly like the default 2.5.

    That is weird. How exactly are you trying this? I was using the ;exec sysop command myself.

    Also confirm you have the latest load/sbbsimsg_lib.js

    the file date is 2/9/2019

    The file date doesn't really tell me anything. What you need to do is use "cvs status" on the file or look at the $Id in the file and compare the revision number with what's current at cvs.synchro.net.

    works like a charm with no arguments, but the minute I add the -l, I get nothing but the spinning curser. I'm prob missing something real stupid. sorry for the problems.

    We'll figure it out... together. :-)

    digital man

    Synchronet/BBS Terminology Definition #18:
    DM = Digital Man (Rob Swindell)
    Norco, CA WX: 53.1øF, 84.0% humidity, 0 mph NE wind, 1.39 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to DesotoFireflite on Friday, February 15, 2019 12:30:34
    On 2019 Feb 14 15:35:16, you wrote to Digital Man:

    I tried sbbsimsg -l 5000 and sbbsimsg -l 10000, and nothing different.
    even
    with the extended time, it acts quickly like the default 2.5.

    i ran it OK the other day from within sbbs...

    ;EXEC ?SBBSIMSG -L

    seemed to work fine... where/how are you trying to run it?

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Spacebar, spacebar, please help me out.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Friday, February 15, 2019 13:26:54
    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Thu Feb 14 2019 06:23 pm

    Maybe you just need a longer timeout. If you pass a number (of
    milliseconds) after the '-l' argument, it'll use that as a timeout
    value. For example, 'sbbsimsg -l 5000' would give you a 5 second
    poll timeout.

    I tried sbbsimsg -l 5000 and sbbsimsg -l 10000, and nothing different.
    even with the extended time, it acts quickly like the default 2.5.

    That is weird. How exactly are you trying this? I was using the ;exec sysop command myself.

    I put it in a login only external command. °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° É[þ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
    º Synchronet IMSG List º ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
    º ³Name Synchronet IMSG List º
    º ³Internal Code SBBSIMSG º
    º ³Start-up Directory º
    º ³Command Line ?sbbsimsg -L 60000 º
    º ³Clean-up Command Line º
    º ³Execution Cost None º
    º ³Access Requirements º
    º ³Execution Requirements º
    º ³Multiple Concurrent Users Yes º
    º ³Intercept I/O No º
    º ³Native Executable No º
    º ³Use Shell to Execute No º
    º ³Modify User Data No º
    º ³Execute on Event Logon, Only º
    º ³Pause After Execution No º
    º ³BBS Drop File Type None º
    º³Place Drop File In Node Directory º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ

    I tried it today using the ;EXEC sysop command, and it worked, but I had to go to 30ms to get anything. I ramped up the external logon only up to 60ms, (60000), and still no results. so the module is working, just not under a logon only external.

    Also confirm you have the latest load/sbbsimsg_lib.js

    the file date is 2/9/2019

    The file date doesn't really tell me anything. What you need to do is use "cvs status" on the file or look at the $Id in the file and compare the revision number with what's current at cvs.synchro.net.

    // sbbsimsg_lib.js

    // Synchronet inter-bbs instant message library

    // $Id: sbbsimsg_lib.js,v 1.5 2019/01/30 23:30:52 rswindell Exp $

    Hope this helps. Thanks as always.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- A true friend knows who you are... But likes you anyway.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to mark lewis on Friday, February 15, 2019 17:08:47
    Re: Inter-BBS Active Users
    By: mark lewis to DesotoFireflite on Fri Feb 15 2019 02:30 pm

    seemed to work fine... where/how are you trying to run it?

    See the message I just left Rob. I'm running it from a logon only external. When I run it from the exec sysop command it works fine, I have to set the time interval to 30ms or more. I'm beginning to think it may be a port issue with the time it takes to get results, but I don't know which port imsg uses. Considering it's working without the -l switch, I'm gonna concentrate on other areas that could affect it for now.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Friday, February 15, 2019 20:11:01
    Re: Inter-BBS Active Users
    By: DesotoFireflite to Digital Man on Fri Feb 15 2019 03:26 pm

    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Thu Feb 14 2019 06:23 pm

    Maybe you just need a longer timeout. If you pass a number (of
    milliseconds) after the '-l' argument, it'll use that as a timeout DM>> value. For example, 'sbbsimsg -l 5000' would give you a 5 second DM>> poll timeout.

    I tried sbbsimsg -l 5000 and sbbsimsg -l 10000, and nothing different.
    even with the extended time, it acts quickly like the default 2.5.

    That is weird. How exactly are you trying this? I was using the ;exec sysop command myself.

    I put it in a login only external command. °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° É[þ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
    º Synchronet IMSG List º ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
    º ³Name Synchronet IMSG List º
    º ³Internal Code SBBSIMSG º
    º ³Start-up Directory º
    º ³Command Line ?sbbsimsg -L 60000 º
    º ³Clean-up Command Line º
    º ³Execution Cost None º
    º ³Access Requirements º
    º ³Execution Requirements º
    º ³Multiple Concurrent Users Yes º
    º ³Intercept I/O No º
    º ³Native Executable No º
    º ³Use Shell to Execute No º
    º ³Modify User Data No º
    º ³Execute on Event Logon, Only º
    º ³Pause After Execution No º
    º ³BBS Drop File Type None º
    º³Place Drop File In Node Directory º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ

    I tried it today using the ;EXEC sysop command, and it worked, but I had to go to 30ms to get anything. I ramped up the external logon only up to 60ms, (60000), and still no results. so the module is working, just not under a logon only external.

    60000 would be 60 seconds (60000 milliseconds = 60 seconds).

    Anyway, I don't have any explanation for any difference in behavior depending on when/how you run the module. It works on vert as a logon event. <shrug> Maybe try setting the "Execute on Event" to "Logon" (not "Logon, Only") and then see how it works from the external program menu.

    Also confirm you have the latest load/sbbsimsg_lib.js

    the file date is 2/9/2019

    The file date doesn't really tell me anything. What you need to do is use "cvs status" on the file or look at the $Id in the file and compare the revision number with what's current at cvs.synchro.net.

    // sbbsimsg_lib.js

    // Synchronet inter-bbs instant message library

    // $Id: sbbsimsg_lib.js,v 1.5 2019/01/30 23:30:52 rswindell Exp $

    That's the latest rev of that file, so that's good.

    digital man

    This Is Spinal Tap quote #39:
    Airport Security Officer: Do you have any artificial plates or limbs?
    Norco, CA WX: 48.1øF, 95.0% humidity, 12 mph E wind, 0.09 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Saturday, February 16, 2019 13:26:36
    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Fri Feb 15 2019 10:11 pm

    60000 would be 60 seconds (60000 milliseconds = 60 seconds).

    Anyway, I don't have any explanation for any difference in behavior depending on when/how you run the module. It works on vert as a logon event. <shrug> Maybe try setting the "Execute on Event" to "Logon" (not "Logon, Only") and then see how it works from the external program menu.

    oK, i'll try that. I'm gonna play around with it some in some other areas. If I figure it out, I'll let you know what worked. :)

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Sunday, February 17, 2019 13:04:33
    Re: Inter-BBS Active Users
    By: Digital Man to DesotoFireflite on Fri Feb 15 2019 10:11 pm

    Anyway, I don't have any explanation for any difference in behavior depending on when/how you run the module. It works on vert as a logon event. <shrug> Maybe try setting the "Execute on Event" to "Logon" (not "Logon, Only") and then see how it works from the external program menu.

    Got it working. Moved the command to the Logon.js as

    // List Inter-BBS Chat Users
    bbs.exec("?sbbsimsg -l");
    console.clear();

    and it works like a charm.

    Leave it to Valhalla to screw things up that work for others LOL

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Play Trade Wars Between 10 Other BBS's On Valhalla's Trade Wars Game Server!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net