• Golded and Synchronet

    From Richard Vonzel@1:282/1038 to All on Saturday, April 22, 2023 17:24:18

    Hello everybody!

    What's the best way to point Golded to a Synchronet config setup?

    Richard


    === GoldED+/W64-MSVC 1.1.5-b20180707
    # Origin: The File Cabinet BBS - filecabi.casacam.net (1:282/1038)
    --- SBBSecho 3.14-Win32
    * Origin: The File Cabinet BBS - filecabi.casacam.net (1:282/1038)
  • From Rick Smith@1:105/10 to Richard Vonzel on Thursday, May 11, 2023 05:42:48
    Greetings Richard!

    Saturday April 22 2023 17:24, you wrote to All about an urgent matter!:


    Hello everybody!

    What's the best way to point Golded to a Synchronet config setup?

    I do not believe you can, I have tried several times in the past and never came up with the answer. If you do please share.


    ----
    Regards,


    Rick Smith (Nitro)

    ... Sleep... The thing "some" SysOps go without, cuz BBSing is too fun;-)
    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: ----> Abacus BBS! --->>>>bbs.abon.us:2323 (1:105/10)
  • From Richard Vonzel@1:282/1038 to Rick Smith on Thursday, May 11, 2023 10:40:38
    Hello Rick!

    11 May 23 05:42, you wrote to me:

    Greetings Richard!

    Saturday April 22 2023 17:24, you wrote to All about an urgent
    matter!:


    Hello everybody!

    What's the best way to point Golded to a Synchronet config setup?

    I do not believe you can, I have tried several times in the past and
    never came up with the answer. If you do please share.

    I had these options for Synchronet in the stock .CFG file. They worked for me. I tried all 3 and they worked.


    ;AREAFILE Synchronet c:\sbbs\ ; Synchronet BBS dir
    ;AREAFILE Synchronet c:\sbbs\ctrl\ ; Synchronet BBS config dir ;AREAFILE Synchronet c:\sbbs\ctrl\msgs.cnf ; Synchronet BBS config file


    Richard


    --- GoldED+/W64-MSVC 1.1.5-b20180707
    * Origin: >>The File Cabinet BBS<< filecabi.casacam.net:1025 (1:282/1038)
  • From Angel Ripoll@2:341/66 to Rick Smith on Saturday, May 13, 2023 12:34:02
    Hola Rick!

    11 May 23 10:40, Richard Vonzel dijo a Rick Smith:

    ;AREAFILE Synchronet c:\sbbs\ ; Synchronet BBS dir

    AREAFILE synchronet /sbbs/

    I have only tested this in linux with version 3.17 (I think I remember) of synchronet and it worked for me.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20230304 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Rob Swindell@1:103/705 to Angel Ripoll on Saturday, May 13, 2023 12:49:20
    Re: Golded and Synchronet
    By: Angel Ripoll to Rick Smith on Sat May 13 2023 12:34 pm

    Hola Rick!

    11 May 23 10:40, Richard Vonzel dijo a Rick Smith:

    ;AREAFILE Synchronet c:\sbbs\ ; Synchronet BBS dir

    AREAFILE synchronet /sbbs/

    I have only tested this in linux with version 3.17 (I think I remember) of synchronet and it worked for me.

    Just a head's up that Synchronet v3.20 (still under development) moved from .cnf (binary struct) configuration files to .ini files.
    --
    digital man (rob)

    Rush quote #67:
    He's noble enough to win the world, but weak enough to lose it .. New World Man Norco, CA WX: 77.4øF, 59.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rick V@1:154/110 to All on Saturday, April 26, 2025 12:57:08
    Hello All.

    I trying to figure out how to have GoldED seperate my network groups for display. Fidonet, FSXnet, Dove-net I've tried AREASEP, but that didn't work. Can someone share there AREASEP, or another example of how to set that up?

    Thanks,
    Rick V

    --- SBBSecho 3.24-Win32
    * Origin: The File Cabinet BBS [filecabi.casacam.net:1025] (1:154/110)
  • From Nick Boel@1:154/700 to Rick V on Saturday, April 26, 2025 16:38:18
    Hey Rick!

    On Sat, Apr 26 2025 12:57:08 -0500, you wrote:

    I trying to figure out how to have GoldED seperate my network groups
    for display. Fidonet, FSXnet, Dove-net I've tried AREASEP, but that
    didn't work. Can someone share there AREASEP, or another example of
    how to set that up?

    You can't point directly to msgs.ini in this case. You would have to AREADEF every one of your Synchronet sub-boards manually..

    areasep !FIDONET "Fidonet" <group> echo
    areadef AFTERSHOCK "Aftershock Android Client Support" <group> echo SMB /path/to/sbbs/data/subs/aftershock <your node number>
    ... *all of them*

    areasep !FSXNET "FSXNet" <group> echo
    areadef FSX_GEN "General Chat + More" <group> echo SMB /path/to/sbbs/data/subs/fsx_gen <your node number>
    ... *all of them*

    areasep !DOVENET "Dove-net" <group> local
    areadef DOVE-GEN "General" <group> local SMB /path/to/sbbs/data/subs/dove-gen ... *all of them*

    Some of those lines might wrap on your current display, but everything including "areadef" and after, and before "..." is on one line.

    Regards,
    Nick

    ... Sarcasm: because beating people up is illegal.
    --- SBBSecho 3.24-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Rick V@1:154/110 to Nick Boel on Saturday, April 26, 2025 18:33:44
    Re: Re: Golded and Synchronet
    By: Nick Boel to Rick V on Sat Apr 26 2025 16:38:18

    areasep !FIDONET "Fidonet" <group>> echo
    areadef AFTERSHOCK "Aftershock Android Client Support" <group> echo SMB /path/to/sbbs/data/subs/aftershock <your node number> ... *all of them*

    areasep !FSXNET "FSXNet" <group>> echo
    areadef FSX_GEN "General Chat + More" <group> echo SMB /path/to/sbbs/data/subs/fsx_gen <your node number> ... *all of them*

    areasep !DOVENET "Dove-net" <group>> local
    areadef DOVE-GEN "General" <group>> local SMB /path/to/sbbs/data/subs/dove-gen
    ... *all of them*

    Some of those lines might wrap on your current display, but everything including "areadef" and after, and before "..." is on one line.


    Regards,
    Nick

    I get it. That's to much work. Thanks.

    Rick V
    --- SBBSecho 3.24-Win32
    * Origin: The File Cabinet BBS [filecabi.casacam.net:1025] (1:154/110)
  • From Sean Dennis@1:18/200 to Nick Boel on Sunday, April 27, 2025 00:04:04
    Nick Boel wrote to Rick V:

    areasep !FIDONET "Fidonet" <group> echo

    I didn't realize yhat was a thing. I guess that's what I get for not
    reading the manual, isn't it? XD

    Thanks for that info.

    -- Sean



    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Outpost BBS * Johnson City, TN (1:18/200)
  • From Nick Boel@1:154/700 to Sean Dennis on Sunday, April 27, 2025 07:52:40
    Hey Sean!

    On Sat, Apr 26 2025 23:04:04 -0500, you wrote:

    areasep !FIDONET "Fidonet" <group> echo

    I didn't realize yhat was a thing. I guess that's what I get for not reading the manual, isn't it? XD

    Thanks for that info.

    Of course! Took me a bit to figure out at first, but it turned out easy on my eyes in the end:

    https://pharcyde.org/golded-screenshot.png

    Regards,
    Nick

    ... Sarcasm: because beating people up is illegal.
    --- SBBSecho 3.24-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Nick Boel@1:154/700 to Rick V on Sunday, April 27, 2025 08:00:38
    Hey Rick!

    On Sat, Apr 26 2025 18:33:44 -0500, you wrote:

    I get it. That's to much work. Thanks.

    Ok. It's really not that much work, though. You can export all of your areas from Synchronet to a FIDONET.NA format file, then just add in the golded options you need.

    Either way, that seems to be the only way to accomplish what you were asking. When pointing directly to msgs.ini (or probably any single file that reads an entire message base, for that matter), there are really no "groups" specified in Golded, so Golded doesn't know where to put the area separators.

    Regards,
    Nick

    ... Sarcasm: because beating people up is illegal.
    --- SBBSecho 3.24-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)