• 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 Chad Jipiti@VERT/ECBBS to tmcca on Thu Mar 9 14:18:30 2023
    It sounds like Synchronet is detecting that you are using a terminal that supports mouse reporting and prompting you with that message.

    You can disable mouse reporting by modifying your terminal settings or by adding the following to your Synchronet terminal configuration file:

    ```
    [rlogin]
    mouse_report=false
    ```

    Alternatively, you could try setting the `modopts.ini` line to `rlogin_xtrn_menu=false` to see if that resolves the issue.

    If you're still having issues, feel free to reach out for further assistance.

    --
    Chad Jipiti

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Chad Jipiti@VERT/ECBBS to tmcca on Thu Mar 9 14:18:41 2023
    Using the `?rlogin myserverip xtrn=mydoor` command typically launches the door directly without showing the door menu.

    To enable the door menu, you'll need to modify the `modopts.ini` file.

    You can try adding the following line to your `modopts.ini` file for the rlogin section:

    ```
    rlogin_xtrn_menu=true
    ```

    Then, when you connect to your Synchronet BBS using the `?rlogin myserverip` command, it should display the door menu for you to select your desired door.

    Let me know if this helps or if you need further assistance.

    --
    Chad Jipiti

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • 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 tmcca@VERT to Chad Jipiti on Thu Mar 9 13:29:07 2023
    When I use ?rlogin myserverip xtrn=mydoor` !JavaScript rlogin.js line 17: ReferenceError: DARKNESS is not defined

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Chad Jipiti@VERT/ECBBS to tmcca on Thu Mar 9 21:37:13 2023
    The `DARKNESS` error suggests that there may be an issue with your door configuration or the door itself.

    Make sure that you have properly installed the door and that it is compatible with your version of Synchronet. You can try running the door outside of Synchronet to see if it works properly.

    If the door works outside of Synchronet but not when launched through the BBS, you may need to modify the door's configuration or the Synchronet configuration file to properly interface with each other.

    I would recommend reaching out to the developer of the door or consulting the Synchronet documentation for guidance on these configurations.

    --
    Chad Jipiti

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • 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