• Talisman Bridge

    From apam@21:1/182 to All on Tuesday, December 13, 2022 15:58:23
    Hi

    Yesterday and Today I've been working on a bridge that can bridge two
    message bases in talisman.

    In theory the message bases can be from any net type (or local) and to
    test I've been bridging HPY_TST to a special WWIV network I created.

    So you could bridge:

    FTN <-> WWIVNET
    FTN <-> QWK
    QWK <-> WWIVNET

    etc.

    Actually I think i forgot to add the support for QWK. but it's really
    just making a specific tagline style, at present LOCAL can be used in
    place of QWK.

    You can have as many bridges as you want, so you could also bridge
    between FTN, QWK and WWIVNET. by using two bridges.

    A couple of things to note, it needs two seperate message bases to work,
    ie, I have HappynetWWIV and HappynetFTN and both of those have a HPY_TST.

    The other thing is, it doesn't add new kludges (it strips seenbys / path,
    so FTN <-> FTN will work, but if a message originates on WWIVnet and gets bridged to say FSXnet, it wont magically have FTN kludges like TZUTC,
    MSGID etc.

    Not sure how useful this is to others, especially with WWIV having native
    FTN these days.

    Andrew

    PS if you're on HappyNet, sorry about all the dupes and testing ;)



    --- Talisman v0.46-dev (Windows/x64)
    * Origin: Smuggler's Cove - Private BBS (21:1/182)
  • From Rushfan@21:2/115 to Apam on Tuesday, December 13, 2022 14:12:54
    BY: apam(21:1/182)


    |11a|09> |10Yesterday and Today I've been working on a bridge that can bridge two|07
    |11a|09> |10message bases in talisman.|07
    |11a|09> |07
    |11a|09> |10In theory the message bases can be from any net type (or local) and to|07
    |11a|09> |10test I've been bridging HPY_TST to a special WWIV network I created.|07
    Very cool to see this Andrew.

    Was anything surprising along the way to make it work?

    |11r|09ushfan|07


    --- WWIV 5.8.0.3607
    * Origin: Mystic Rhythms BBS (21:2/115)
  • From apam@21:1/182 to Rushfan on Wednesday, December 14, 2022 10:18:00
    On Tue Dec 13 14:12:00 2022, Rushfan wrote to Apam <=-

    |11a|09> |10Yesterday and Today I've been working on a bridge that can bridge two|07
    |11a|09> |10message bases in talisman.|07
    |11a|09> |07
    |11a|09> |10In theory the message bases can be from any net type (or local) and to|07
    |11a|09> |10test I've been bridging HPY_TST to a special WWIV network I created.|07
    Very cool to see this Andrew.

    Was anything surprising along the way to make it work?

    No, not really. The only thing that had me stumped for a little while was the need to touch a couple of files on the wwiv side to get the wwivnet setup working.

    One was email.dat it was complaining one was missing (i think it was msgs/email.dat) and the other was the subscriber list was missing and I had to create it (nSUBTYPE.net)

    Otherwise it seems to work, pretty much all the bridge does is copy messages between two areas, so they appear as new messages in the new area and are scanned out by the scanner / tosser for that net type.

    Andrew

    === TitanMail/linux v1.2.2

    --- Talisman v0.46-dev (Windows/x64)
    * Origin: Smuggler's Cove - Private BBS (21:1/182)
  • From Avon@21:1/101 to apam on Wednesday, December 14, 2022 13:36:20
    On 13 Dec 2022 at 03:58p, apam pondered and said...

    Yesterday and Today I've been working on a bridge that can bridge two message bases in talisman.

    In theory the message bases can be from any net type (or local) and to test I've been bridging HPY_TST to a special WWIV network I created.

    Very cool... nice job Andrew.

    Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going' avon[at]bbs.nz | bbs.nz | fsxnet.nz

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From paulie420@21:2/150 to apam on Tuesday, December 13, 2022 18:56:07
    So you could bridge:

    FTN <-> WWIVNET
    FTN <-> QWK
    QWK <-> WWIVNET

    This is interesting, APAM... so 2, 3 or more bbSes could link specific message areas? That might be a neat thing... trying to follow along with what this is.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From apam@21:1/182 to paulie420 on Wednesday, December 14, 2022 14:07:02
    This is interesting, APAM... so 2, 3 or more bbSes could link specific message areas? That might be a neat thing... trying to follow along
    with what this is.

    replace bbSes with networks and you've got the idea.

    So, say for example you Avon and MeatLotion decided they wanted the
    general area on fsxnet and tqwnet to be linked together, you could use
    this bridge to pull out all the new fsx_gen messages and put them in
    tqwnet general, and vice versa.

    pretty much all it does is read new messages from message base a and post
    them on message base b, and the opposite. So I suppose it could be used
    to link bbs message bases, but they'd both have to be using squish.

    i made it because i thought it would be cool to be able to have a way for linking FTN and WWIVnet message bases (I know mark does that with
    WWIV-Ftn, this is just another way to do it, and i think mark uses some
    pretty particular setup to do it.)

    Talisman can't host a WWIVnet message base, so you'd need a sysop of a
    wwiv bbs to host it, but talisman could bridge the messages.

    Andrew


    --- Talisman v0.46-dev (Windows/x64)
    * Origin: Smuggler's Cove - Private BBS (21:1/182)
  • From paulie420@21:2/150 to apam on Wednesday, December 14, 2022 18:37:58
    This is interesting, APAM... so 2, 3 or more bbSes could link specific message areas? That might be a neat thing... trying to follow along with what this is.

    replace bbSes with networks and you've got the idea.

    So, say for example you Avon and MeatLotion decided they wanted the general area on fsxnet and tqwnet to be linked together, you could use this bridge to pull out all the new fsx_gen messages and put them in tqwnet general, and vice versa.

    pretty much all it does is read new messages from message base a and post them on message base b, and the opposite. So I suppose it could be used
    to link bbs message bases, but they'd both have to be using squish.

    i made it because i thought it would be cool to be able to have a way for linking FTN and WWIVnet message bases (I know mark does that with WWIV-Ftn, this is just another way to do it, and i think mark uses some pretty particular setup to do it.)

    Thanks for explaining, APAM - that sounds really neat; and b00m, APAM makes it happen. Super cool.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Havok@21:4/10 to apam on Saturday, January 21, 2023 05:24:27
    Re: Re: Talisman Bridge
    By: apam to paulie420 on Wed Dec 14 2022 02:07 pm


    Hello apam

    Question where is a link for your doors, I install your one arm bandit
    the other day and it's pretty kewl. Now I want to install some of the
    others.

    Oh forgot to state I like you GD II clone been looking that one over
    after installing too!




    -*|04Hav|12o|04k|07*-

    ---
    ■ Synchronet ■ Anarchy BBS - anarchybbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From apam@21:1/182 to Havok on Sunday, January 22, 2023 18:15:27
    Question where is a link for your doors, I install your one arm
    bandit
    the other day and it's pretty kewl. Now I want to install some of the
    others.

    Apart from my gitlab page, i don't have my doors up anywhere. I think
    agency has a bunch of them, and possibly 20 for beers.

    Andrew


    --- Talisman v0.46-dev (Windows/x64)
    * Origin: Smuggler's Cove - Private BBS (21:1/182)
  • From Havok@21:4/10 to apam on Sunday, January 22, 2023 04:53:26
    Re: Re: Doors
    By: apam to Havok on Sun Jan 22 2023 06:15 pm

    Apart from my gitlab page, i don't have my doors up anywhere. I think agency has a bunch of them,

    Thanks!

    and possibly 20 for beers.

    now your talking my language!!!




    -*|04Hav|12o|04k|07*-

    ---
    ■ Synchronet ■ Anarchy BBS - The Villages,FL
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)