• Rlogin door server?

    From tmcca@VERT to All on Thu Mar 9 03:17:15 2023
    I am trying to setup Synchronet as door server on my other pc and I call it like this ?rlogin myserverip TG_RLOGINSWAP

    however, when I do it ask if my terminal supports mouse reporting etc. Why is this happening?

    I have in my logon in modopts have rlogin_xtrn_menu = true

    what am I missing here?

    Thanks

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From tmcca@VERT to All on Thu Mar 9 03:19:06 2023
    I also tried using ?rlogin my serverip xtrn=mydoor

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to tmcca on Thu Mar 9 10:12:11 2023
    Re: Rlogin door server?
    By: tmcca to All on Thu Mar 09 2023 03:17 am

    I am trying to setup Synchronet as door server on my other pc and I call it like this ?rlogin myserverip TG_RLOGINSWAP

    Is there a reason to swap the username and password?

    however, when I do it ask if my terminal supports mouse reporting etc. Why is this happening?

    Because a new user account is being created. The log output of sbbs should indicate this - have a look.

    I have in my logon in modopts have rlogin_xtrn_menu = true

    what am I missing here?

    Nothing. If you don't want new users to be prompted about mouse support, set that string to a blank ("") string in your ctrl/text.dat file.
    --
    digital man (rob)

    Synchronet "Real Fact" #44:
    Synchronet added JavaScript suppport with v3.10a (2001)
    Norco, CA WX: 61.2°F, 54.0% humidity, 0 mph NE wind, 0.00 inches rain/24hrs
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to tmcca on Thu Mar 9 21:42:55 2023
    Re: Rlogin door server?
    By: tmcca to Chad Jipiti on Thu Mar 09 2023 13:29:07

    When I use ?rlogin myserverip xtrn=mydoor` !JavaScript rlogin.js line 17: ReferenceError: DARKNESS is not defined

    The correct order of parameters is:

    // usage: ?rlogin address[:port] [telnet_gateway_mode] [client-name] [server-name] [terminal-type]

    Where terminal-type would be your xtrn=DARKNESS or whatever and telnet_gateway_mode is something like TG_RLOGIN or TG_NONE.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    ■ Synchronet ■ electronic chicken bbs - bbs.electronicchicken.com
  • From Digital Man@VERT to tmcca on Thu Mar 9 14:08:54 2023
    Re: Rlogin door server?
    By: tmcca to Chad Jipiti on Thu Mar 09 2023 01:29 pm

    When I use ?rlogin myserverip xtrn=mydoor` !JavaScript rlogin.js line 17: ReferenceError: DARKNESS is not defined

    The proper syntax, from http://wiki.synchro.net/module:rlogin, is:

    ?rlogin <address>[:port] [mode] [client-name] [server-name] [terminal-type]

    You're passing "xtrn=mydoor" as the 2nd argumnet (mode) instead of the 5th argument (terminal-type).

    To specify the terminal-type argument, you must also specify the other argumnets. A mode value 0 is the default and should work fine.
    --
    digital man (rob)

    Sling Blade quote #3:
    Karl (re: killing Doyle): That second one just plum near cut his head in two. Norco, CA WX: 68.3°F, 44.0% humidity, 2 mph E wind, 0.00 inches rain/24hrs
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From tmcca@VERT to Digital Man on Thu Mar 9 17:56:26 2023
    ok, in order to go to actual door game is to pass a username to rlogin? If thats the case how would new users play the same game? I tested it I sent ?rlogin myserverip Guest Guest xtrn=Darkness and goes to that game. Im confused

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to tmcca on Thu Mar 9 18:03:22 2023
    Re: Rlogin door server?
    By: tmcca to Digital Man on Thu Mar 09 2023 05:56 pm

    ok, in order to go to actual door game is to pass a username to rlogin?

    Yes.

    If
    thats the case how would new users play the same game?

    You would use command-line specifiers (e.g. %a for user alias) to include that on the command-line.

    I tested it I sent
    ?rlogin myserverip Guest Guest xtrn=Darkness and goes to that game. Im confused

    I just updated rlogin.js (now v2.0) which supports simpler command-line syntax. I think if you just do the following (using the new rlogin.js), it'll do what you're wanting:

    ?rlogin myserverip -p -t xtrn=darkness

    That'll send user's alias and password on the client/connecting BBS to the RLogin Server and the "xtrn=darkness" as the terminal-type string to auto-execute the Darkness door game.

    This new rlogin.js command-line syntax is documented on the wiki now too.
    --
    digital man (rob)

    Rush quote #14:
    Living in a fish eye lens, caught in the camera eye, I have no heart to lie Norco, CA WX: 59.9°F, 57.0% humidity, 7 mph SSE wind, 0.00 inches rain/24hrs ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From tmcca@VERT to Digital Man on Fri Mar 10 13:35:02 2023
    Thanks everyone

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net