• Synchronet adds avatar support

    From Al@21:4/106 to All on Wed Jan 10 03:46:36 2018
    Synchronet has added support for avatars in message headers and they can probably be used in other areas of the BBS as well.

    Below is an export of what it looks like online.


    ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄúúúú
    ³ Subj: exec/load/avatar_lib.js °° ÜÜÜÜ °° ³ Attr: Replied °ÜÛÜÜÜÜÛÜ° ³ To : rswindell °ÞÛßÛÛßÛÝ° ³ From: Kirkman (GUARDIAN) °ÛÛÛÝÛÛÛÛ° ³ Date: Tue Jan 09 2018 10:02 am CST (13.1 hours ago) ° ÛßßßßÛ ° ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄúúúúúú °° ßÛÛß °°

    I had to share.. :)

    Ttyl :-),
    Al


    ... My computer has EMS... Won't you help?
    --- SBBSecho 3.03-Linux
    * Origin: The Rusty MailBox - Penticton, BC trmb.synchro.net (21:4/106)
  • From apam@21:1/125 to Al on Thu Jan 11 14:57:18 2018
    Synchronet has added support for avatars in message headers and they can probably be used in other areas of the BBS as well.

    It looks cool, does it only work for local users? From what I could tell
    from looking at it, it just stores avatars on the disk rather than
    embeds them in messages.

    I guess it was just a bit of fun.. but it would be kind of cool if it
    could work through a network.

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From NuSkooler@21:1/121 to apam on Wed Jan 10 22:25:34 2018
    On Wednesday, January 10th apam was heard saying...
    It looks cool, does it only work for local users? From what I could tell from looking at it, it just stores avatars on the disk rather than embeds them in messages.
    I guess it was just a bit of fun.. but it would be kind of cool if it could work through a network.

    There is actually a unofficial spec for avatars in FTN used by the Russian FTN networks (they have a lot of kludges/etc. we don't use interestingly). It only allows for images such as GIF as they use them in graphical interfaces, *but* I
    think it would be very cool to implement an extention to the spec or something
    similar if it doesn't make sense to allow for textmode avatars.

    To accomplish something like this, it would:
    * Have to be simple to implement
    * Allow for fetching the avatar easily from any system; optionally even embed it?
    * Allow it to "travel" with users. E.g. if I could enter my "avatar ID" in my user editor and have it consumed by any BBS supporting it, it would then be sent with messages I sent out from said systems.
    * Preferrably, store them in a non-centralized way, or at least not owned by a single authoritive BBS or such.
    * Perhaps standardize on some built-ins (the Russian spec has some of these in a way as well as 'AVAKEY's

    Russian spec:
    https://goo.gl/GoaPsj

    Example kludge:
    ^aAVATAR: https://githubusercontent/whatever/myavatar.ans

    ... just brain dumping :)








    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Al@21:4/106 to apam on Thu Jan 11 01:31:50 2018
    Re: RE: Synchronet adds avatar support
    By: apam to Al on Thu Jan 11 2018 02:57 pm

    Synchronet has added support for avatars in message headers and they
    can probably be used in other areas of the BBS as well.

    It looks cool, does it only work for local users? From what I could tell from looking at it, it just stores avatars on the disk rather than
    embeds them in messages.

    The avatars are shared in the syncdata message area so I ran a new .js to import what was in there. I see two avatars for Digital Man and Kirkman so far but there will likely be more as people start to use it.

    It works for QWK message areas and I suspect it will work for any message if
    it can find an avatar for the sender.

    I haven't created an avatar yet so I'm not to sure yet how it works. The avatars are stored in .bin files, they can be a single avatar or they can contain multiple avatars with sauce info for descriptions and the like.

    Ttyl :-),
    Al


    ... You bring this networks ratings down, and we'll do a special on you!
    --- SBBSecho 3.03-Linux
    * Origin: The Rusty MailBox - Penticton, BC trmb.synchro.net (21:4/106)
  • From Al@21:4/106 to apam on Thu Jan 11 03:32:16 2018
    Re: RE: Synchronet adds avatar support
    By: Al to apam on Thu Jan 11 2018 01:31 am

    It works for QWK message areas and I suspect it will work for any message if it can find an avatar for the sender.

    DM has added an avatar chooser with a few avatars so I now have an avatar and it shows in all message areas.. local/qwknet/ftn. Now to export it and see if it shows outside the box.. :)

    Ttyl :-),
    Al


    ... The worst thing about censorship is ÛÛÛÛÛÛÛÛÛÛ.
    --- SBBSecho 3.03-Linux
    * Origin: The Rusty MailBox - Penticton, BC trmb.synchro.net (21:4/106)
  • From g00r00@21:1/108 to NuSkooler on Thu Jan 11 11:04:02 2018
    There is actually a unofficial spec for avatars in FTN used by the
    Russian FTN networks (they have a lot of kludges/etc. we don't use interestingly). It only allows for images such as GIF as they use them
    in graphical interfaces, *but* I think it would be very cool to
    implement an extention to the spec or something similar if it doesn't
    make sense to allow for textmode avatars.

    I don't get the textmode avatar thing, personally. It seems ridiculous and pointless to me... You might as well just have a random 5-line ANSI pop up in that spot in the message header lol.

    Having an actual Avatar kludge that points to a real image would be possibly useful though! I'd be willing to get behind that in some way.

    --- Mystic BBS v1.12 A39 2018/01/08 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (21:1/108)
  • From Bill McGarrity@21:2/141 to g00r00 on Thu Jan 11 15:32:00 2018
    g00r00 wrote to NuSkooler on 01-11-18 11:04 <=-


    I don't get the textmode avatar thing, personally. It seems ridiculous and pointless to me... You might as well just have a random 5-line ANSI pop up in that spot in the message header lol.

    Having an actual Avatar kludge that points to a real image would be possibly useful though! I'd be willing to get behind that in some way.

    Which wouldn't work on a term-style program. Real Image would work on web-based access though.


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Badlands of NJ (21:2/141)
  • From Al@21:4/106 to Bill McGarrity on Thu Jan 11 13:46:56 2018
    Re: Synchronet adds avatar support
    By: Bill McGarrity to g00r00 on Thu Jan 11 2018 03:32 pm

    Hiya Bill,

    When I logged on I got a message saying you had "Instant Message"ed me or something to that effect.

    I just did a list in there and didn't see you.. I'll try to catch you online and try it out.

    I've never used any of that so I'm not sure how it all works.

    Ttyl :-),
    Al


    ... OUT TO LUNCH - If not back at five, OUT TO DINNER!
    --- SBBSecho 3.03-Linux
    * Origin: The Rusty MailBox - Penticton, BC trmb.synchro.net (21:4/106)
  • From Bill McGarrity@21:2/141 to Al on Thu Jan 11 17:15:00 2018
    Hiya Al...

    Al wrote to Bill McGarrity on 01-11-18 13:46 <=-

    Re: Synchronet adds avatar support
    By: Bill McGarrity to g00r00 on Thu Jan 11 2018 03:32 pm

    Hiya Bill,

    When I logged on I got a message saying you had "Instant Message"ed me
    or something to that effect.

    I just did a list in there and didn't see you.. I'll try to catch you online and try it out.

    I've never used any of that so I'm not sure how it all works.

    Yes, it's under Chat Section called Inter-BBS Instant Message Module. Wsas just testing if it worked and I guess it did. No need to respond... this just let me know it is.

    Thanks...


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Badlands of NJ (21:2/141)
  • From Nigel Reed@21:2/101 to apam on Thu Jan 11 18:59:04 2018
    On Thu, 11 Jan 2018 14:57:18 +0000, "apam" <apam@21:1/125> wrote:

    Synchronet has added support for avatars in message headers and they can probably be used in other areas of the BBS as well.

    It looks cool, does it only work for local users? From what I could tell
    from looking at it, it just stores avatars on the disk rather than
    embeds them in messages.

    I guess it was just a bit of fun.. but it would be kind of cool if it
    could work through a network.

    It uses the syncdata dovenet group to pass the avatar data that is
    then stored locally. If you don't have the avatar data then it's not
    dispalyed, but it's available through the dovenet network. I believe
    Digital Man has updated the wiki with the inforamtion needed to
    implement in sbbs.
    --- SBBSecho 3.03-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
  • From NuSkooler@21:1/121 to g00r00 on Thu Jan 11 18:46:46 2018
    On Thursday, January 11th g00r00 was heard saying...
    Having an actual Avatar kludge that points to a real image would be possibly useful though! I'd be willing to get behind that in some way.


    I need to look at the spec closer, but at first glance it's pretty basic & makes sense. For a textmode (to each their own!) it could simply supply a differnet type. Perhaps a mixed media extention would be nice:
    ^aAVATAR: png@https:../foo.png@640x480 ansi@inline:BASE64...@5x5\n

    Something along those lines.



    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From apam@21:1/125 to NuSkooler on Fri Jan 12 12:03:12 2018
    I need to look at the spec closer, but at first glance it's pretty basic
    & makes sense. For a textmode (to each their own!) it could simply supply
    a differnet type. Perhaps a mixed media extention would be nice:
    ^aAVATAR: png@https:../foo.png@640x480 ansi@inline:BASE64...@5x5\n

    Something along those lines.

    I think tying the avatar to the message is a good idea. I've had a look
    at Al's BBS and saw the avatars, they look ok, I mean it's a cool little gimmick. I still don't understand quiet how it decides which avatar
    belongs to which message... if it's just by username, what happens when
    more than one person have the same name on different bbses? Or does it
    tie to the network address too?

    At anyrate, it kind of reminds me of that xfaces or whatever it was for attaching avatars to email, I don't think that ever caught on.

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From Avon@21:1/101 to All on Fri Jan 12 18:10:02 2018
    On 01/11/18, NuSkooler pondered and said...

    On Thursday, January 11th g00r00 was heard saying...
    Having an actual Avatar kludge that points to a real image would be possibly useful though! I'd be willing to get behind that in some wa


    I need to look at the spec closer, but at first glance it's pretty basic
    & makes sense. For a textmode (to each their own!) it could simply
    supply a differnet type. Perhaps a mixed media extention would be nice: ^aAVATAR: png@https:../foo.png@640x480 ansi@inline:BASE64...@5x5\n

    I think between the two of you, and Andrew if he wants to also, you could all agree on some inter-operable standard, ideally DM is involved in the
    discussion as well...

    Best, Paul


    `I'm not expendable, I'm not stupid, and I'm not going' - Kerr Avon, Blake's 7

    --- Mystic BBS v1.12 A37 2017/12/30 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From apam@21:1/125 to Avon on Fri Jan 12 15:29:06 2018
    I think between the two of you, and Andrew if he wants to also, you could all agree on some inter-operable standard, ideally DM is involved in the discussion as well...

    That would be ideal it would have been nice if DM was here, especially
    since it's synchronet who came up with the idea of ansi avatars.

    As for me adding avatars, I'm on the fence, I can see how png or gif
    avatars could work (especially with Magicka's web interface) ANSI avatars
    are nice, but sounds like James isn't that interested (understandably)

    I will wait and see what others do :)

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From NuSkooler@21:1/121 to apam on Thu Jan 11 23:21:06 2018
    On Thursday, January 11th apam was heard saying...
    I will wait and see what others do :)

    I have a lot of stuff on my list, but this sounds fun to toy around with when I
    don't feel like doing the others :D I'll probably start by screwing around with some mockups and see if it seems like a textmode avatar could be reasonable. I see Sync put them in the message header area, but that's already very restricted... so gotta think of something.





    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Nigel Reed@21:2/101 to apam on Fri Jan 12 00:23:46 2018
    On Fri, 12 Jan 2018 15:29:07 +0000, "apam" <apam@21:1/125> wrote:


    That would be ideal it would have been nice if DM was here, especially
    since it's synchronet who came up with the idea of ansi avatars.

    You're always welcome to join the dovenet groups or the #synchronet
    channel on irc.synchro.net where he's pretty much active and
    responsive. It'd be impossible for DM to be everywhere as busy as he
    is with synchronet.

    I, personally, am not a big fan of the avatars - mainly because it's
    taking development time away from dealing with real issues.
    --- SBBSecho 3.03-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
  • From apam@21:1/125 to Nigel Reed on Fri Jan 12 16:47:28 2018
    You're always welcome to join the dovenet groups or the #synchronet channel on irc.synchro.net where he's pretty much active and responsive.

    Yeah, thanks, dovenet's not really my cup of tea. Plus I'd have to
    implement QWK Networking.

    It'd be impossible for DM to be everywhere as busy as he is with synchronet.

    I'm sure that would be impossible. I believe he's been invited before, so
    I never expected him to join.

    I, personally, am not a big fan of the avatars - mainly because it's taking development time away from dealing with real issues.

    Hmm, a lot of people say that sort of thing about OpenSource software.
    It's assumed that the time would be spent on 'real issues' if it wasn't
    spent on whatever the developer feels like doing at the time.

    I'm looking at my new issue tracker and tiny wants improved message area selection, and I agree it's really needed, but I spent my time today
    adding enchanting to a door game. It might be a silly use of time, but
    you have to be motivated to anything on a free software project, some
    days you are motivated to work on issues, other times you just want to do something fun :)

    Then, that's the beauty of open source. If it was *really* an issue one
    can always do it themselves.

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From Al@21:4/106 to NuSkooler on Fri Jan 12 01:54:48 2018
    Re: Re: Avatar support
    By: NuSkooler to apam on Thu Jan 11 2018 11:21 pm

    I see Sync put them in the message header area, but that's
    already very restricted... so gotta think of something.

    They are not part of the message data or text at all. A .js is run when each message is displayed and ponks the avatar (if found) on the right hand side of the message header. I wondered when I set it up here how that would impact performance but it doesn't seem to have made a difference. Message seem to be displayed at the same speed as always.

    Anyone can get the avatars in the syncdata area (fido or dove-net). Synchronet stores the avatars in the qwknet system but I think other BBSs could store them where ever would work for them.

    Maybe simple.. but still a bit tricky.. :)

    Ttyl :-),
    Al


    ... Software means never having to say you're finished.
    --- SBBSecho 3.03-Linux
    * Origin: The Rusty MailBox - Penticton, BC trmb.synchro.net (21:4/106)
  • From Nigel Reed@21:2/101 to apam on Fri Jan 12 11:06:02 2018
    On Fri, 12 Jan 2018 16:47:28 +0000, "apam" <apam@21:1/125> wrote:

    Yeah, thanks, dovenet's not really my cup of tea. Plus I'd have to
    implement QWK Networking.

    Some of the dovenet groups are available on Fidonet

    SYNC_PROGRAMMING
    SYNC_SYSOPS
    SYNCDATA
    SYNCHRONET
    --- SBBSecho 3.03-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
  • From Tiny@21:1/130.4 to apam on Fri Jan 12 20:28:32 2018
    Quoting apam to Avon <=-

    I will wait and see what others do :)

    While I'm not a developer anymore, I think the PNG/JPG kludge is the way
    to go. I couldn't draw an ANSI avatar if you held a gun to my head. ;)

    Shawn

    ... To know the world one must construct it.
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From Tiny@21:1/130.4 to apam on Fri Jan 12 20:29:48 2018
    Quoting apam to Nigel Reed <=-

    Yeah, thanks, dovenet's not really my cup of tea. Plus I'd have to implement QWK Networking.

    I have dovenet here on Magicka through Nick, and I can send you a feed
    via Happynet if you want. (most of it is crap though)

    I'm looking at my new issue tracker and tiny wants improved message
    area selection, and I agree it's really needed, but I spent my time
    today adding enchanting to a door game. It might be a silly use of
    time, but you have to be motivated to anything on a free software
    project, some days you are motivated to work on issues, other times you just want to do something fun :)

    That's why I always say if it feels like work don't do it. :) That's how
    I did software development, which is probably why my biggest project is
    dead and only a few people had it working. <Laugh>

    Shawn

    ... Not enough mail? Here, let me help...
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From Static@21:2/140 to Tiny on Fri Jan 12 16:11:28 2018
    On 01/12/18, Tiny said the following...

    I couldn't draw an ANSI avatar if you held a gun to my head.

    Push the gif through gif2ans and hope for the best?

    --- Mystic BBS v1.12 A38 2018/01/01 (Linux/64)
    * Origin: Subcarrier BBS (21:2/140)
  • From NuSkooler@21:1/121 to Al on Fri Jan 12 15:13:56 2018
    On Friday, January 12th Al was heard saying...
    They are not part of the message data or text at all. A .js is run when each message is displayed and ponks the avatar (if found) on the right hand side of the message header.

    Exactly. I should clarify: I'm talking the UI messasge header. IMO, that's already too cluttered in most systems with useful info.





    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Zazz@21:1/134 to Static on Fri Jan 12 17:01:20 2018
    I couldn't draw an ANSI avatar if you held a gun to my head.

    Push the gif through gif2ans and hope for the best?

    Where do you get such a thing? gif2ans?

    Ruben Figueroa aka Zazz
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A38 2018/01/01 (Windows/32)
    * Origin: Mystic Prison BBS*Mesquite Tx (21:1/134)
  • From Static@21:2/140 to Zazz on Fri Jan 12 20:28:14 2018
    On 01/12/18, Zazz said the following...

    Where do you get such a thing? gif2ans?

    My fileareas back in 1995.
    It's an old DOS program and a bit clunky to use if I remember right. I should see if I have an archive of it somewhere, but I bet somebody already has a
    copy online.

    --- Mystic BBS v1.12 A38 2018/01/01 (Linux/64)
    * Origin: Subcarrier BBS (21:2/140)
  • From apam@21:1/125 to Tiny on Sat Jan 13 12:02:22 2018
    That's why I always say if it feels like work don't do it. :)

    Yeah, I guess it depends, sometimes you have to do some boring bits to
    get to the fun stuff :)

    I'll get to the area lists, been procrustinating a bit, as I'm not sure
    on the best way to do it yet. Not today though, so tired. Our neighbours
    had a party last night and decided it would be fun to walk around on the
    roof at 2:30 am.. oh and then their friends pull up outside our bedroom
    window with their stereo turned up to 11. So not a good nights sleep.

    I did software development, which is probably why my biggest project is
    dead and only a few people had it working. <Laugh>

    Just curious, what was the project? I had OpenEdit running on Magicka for
    ages until I wrote the native editor, also have Hang Man set up - but I
    guess it's something else?

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From apam@21:1/125 to Tiny on Sat Jan 13 12:06:14 2018
    I have dovenet here on Magicka through Nick, and I can send you a feed
    via Happynet if you want. (most of it is crap though)

    Yep, I did notice that, I use the web interface on your BBS quiet a bit,
    just to read different networks. Thanks for the offer of the feed, but
    I'll pass.

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From Vk3jed@21:1/109 to Tiny on Sat Jan 13 18:20:00 2018
    Tiny wrote to apam <=-


    I have dovenet here on Magicka through Nick, and I can send you a
    feed
    via Happynet if you want. (most of it is crap though)

    The two most useful conferences (Synchronet discussion and Synchronet sysops) are available as Fidonet echoes. If you're on Fido, check with your feeds, or I'm happy to provide a feed, if your local hub doesn't carry those echoes. I think the echotags are SYNCHRONET and SYNC_SYSOPS.


    BTW, so Happynet is still going? Or is it just a place for you to gate stuff? :)

    ... I AM IMMORTAL! Well, so far anyway...
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From apam@21:1/125 to Vk3jed on Sat Jan 13 17:37:24 2018
    BTW, so Happynet is still going? Or is it just a place for you to gate stuff? :)

    Yeah sort of, I started it back up last year for testing stuff, it's just
    tiny and me at present and we mainly just use it for talking about
    magicka.

    Anyone can join if they want, but I haven't bothered with an info pack or nodelist or anything... I figure most people will want to use fsxnet or something else, but I didn't want to burp erronous packets as it was the
    time i was thinking about making a mailer.

    There probably isn't much need for it at present, but it's easy enough to
    keep running.

    Andrew


    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From Tony Langdon@21:1/143 to apam on Sat Jan 13 08:09:58 2018
    apam wrote to vk3jed <=-

    BTW, so Happynet is still going? Or is it just a place for you to gate stuff? :)

    Yeah sort of, I started it back up last year for testing stuff, it's
    just tiny and me at present and we mainly just use it for talking about magicka.

    Ahh OK, cool. :-)

    Anyone can join if they want, but I haven't bothered with an info pack
    or nodelist or anything... I figure most people will want to use fsxnet
    or something else, but I didn't want to burp erronous packets as it was the time i was thinking about making a mailer.

    There probably isn't much need for it at present, but it's easy enough
    to keep running.

    Maybe once I have everything back up and running, I might stick my head in. :)


    ... The arctic is not hostile to people, only indifferent to them.
    ___ MultiMail/Win32 v0.49

    --- Mystic BBS/QWK v1.12 A36 2017/12/04 (Raspberry Pi/32)
    * Origin: The Bridge - bridge.vkradio.com (21:1/143)
  • From Zazz@21:1/134 to Static on Sat Jan 13 08:54:14 2018
    Where do you get such a thing? gif2ans?

    My fileareas back in 1995.
    It's an old DOS program and a bit clunky to use if I remember right. I should see if I have an archive of it somewhere, but I bet somebody already has a copy online.


    I'll do a search. Thanks.

    Ruben Figueroa aka Zazz
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A38 2018/01/01 (Windows/32)
    * Origin: Mystic Prison BBS*Mesquite Tx (21:1/134)
  • From Tiny@21:1/130.4 to apam on Mon Jan 15 11:20:28 2018
    Quoting apam to Tiny <=-

    Yeah, I guess it depends, sometimes you have to do some boring bits to
    get to the fun stuff :)

    That's true.

    around on the roof at 2:30 am.. oh and then their friends pull up
    outside our bedroom window with their stereo turned up to 11. So not a good nights sleep.

    Sounds like a great bunch of neighbours! We have some like that as well,
    but thankfully it's like 3 times a year they go crazy, and I can deal with
    that.

    Just curious, what was the project? I had OpenEdit running on Magicka
    for ages until I wrote the native editor, also have Hang Man set up -
    but I guess it's something else?

    Biggest project was tiemail. It was a full featured POP3/SMTP email
    client that ran as a BBS door. Win32, OS/2 versions. When I say full
    feature I mean it, address books, multiple accounts, support for file
    attachments, the option to download soup packets, the whole shebang.

    It /works/ on OS/2. The Windows version sort of works. But of course
    if I were to pick it up again now I'd have to start from scratch as no one
    runs POP3 anymore, and all the security that's built into SMTP wasn't
    there, etc etc.

    I just look at the insane amount of time I put into that shake my head and
    say "Well at least I was getting a pay cheque." (Not from developing, I
    had a security guard job... My job was to sit in a shack and when someone
    drove up push a button. From 11pm-6am I might have seen one person, at
    6:00am I packed up the laptop into my car, and for the last hour put my
    tie on and dealt with the same employes I knew by first name. LOL

    Shawn

    ... Real Programmers do List Processing in FORTRAN.
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From Tiny@21:1/130.4 to Vk3jed on Mon Jan 15 11:27:30 2018
    Quoting Vk3jed to Tiny <=-

    BTW, so Happynet is still going? Or is it just a place for you to
    gate stuff? :)

    Apam and I use happynet for testing MagickaBBS at present, other then
    that it's just kind of there. You'd have to ask him if it's really
    "alive" or not.

    Shawn

    ... Didn't I see your picture on a milk carton?
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From Vk3jed@21:1/109 to Tiny on Tue Jan 16 11:25:00 2018
    Tiny wrote to Vk3jed <=-

    Quoting Vk3jed to Tiny <=-

    BTW, so Happynet is still going? Or is it just a place for you to
    gate stuff? :)

    Apam and I use happynet for testing MagickaBBS at present, other then
    that it's just kind of there. You'd have to ask him if it's really
    "alive" or not.

    Apam did answer that earlier. :)


    ... When one connects a 3-phase line, the phase sequence will be wrong.
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From g00r00@21:1/108 to Bill McGarrity on Tue Jan 16 19:32:06 2018
    Which wouldn't work on a term-style program. Real Image would work on web-based access though.

    It could. The message could have a kludge line that contains a URL to their avatar/photo, and the BBS could offer to display that URL. The terminal
    could even fish URLs and allow you to click on it to open.

    The latter is something I plan to add into NetRunner anyway because Mystic will allow users to download their BBS queued files via FTP and HTTP, so it'd just make that a little easier for those using NetRunner.

    --- Mystic BBS v1.12 A39 2018/01/15 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (21:1/108)
  • From Bill McGarrity@21:2/141 to g00r00 on Tue Jan 16 23:27:00 2018
    g00r00 wrote to Bill McGarrity on 01-16-18 19:32 <=-

    Which wouldn't work on a term-style program. Real Image would work on web-based access though.

    It could. The message could have a kludge line that contains a URL to their avatar/photo, and the BBS could offer to display that URL. The terminal could even fish URLs and allow you to click on it to open.

    Again, at this point in time you'd still need to use a web browser from the term program.


    The latter is something I plan to add into NetRunner anyway because
    Mystic will allow users to download their BBS queued files via FTP and HTTP, so it'd just make that a little easier for those using NetRunner.

    Sounds good...


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Badlands of NJ (21:2/141)
  • From RiPuk@21:1/136 to g00r00 on Wed Jan 17 07:34:18 2018
    On Jan 17th 12:46 am g00r00 said...
    The latter is something I plan to add into NetRunner anyway because Mystic will allow users to download their BBS queued files via FTP and HTTP, so it'd just make that a little easier for those using NetRunner.

    Enigma has a really nice integration of this already, combined with using VTX client (visit https://bbs.force9.org) URLs become clickable too!


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 8.9.4)
    * Origin: fORCE9 BBS - London, UK - bbs.force9.org (21:1/136)
  • From NuSkooler@21:1/121 to g00r00 on Wed Jan 17 21:36:04 2018
    On Wednesday, January 17th RiPuk was heard saying...
    Enigma has a really nice integration of this already, combined with using VTX client (visit https://bbs.force9.org) URLs become clickable too!


    FWIW, the URL spec that VTX support can be found here: https://github.com/codewar65/VTX_ClientServer/blob/master/vtx.txt#L360




    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 8.9.4)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From apam@21:1/125 to NuSkooler on Thu Jan 18 14:56:56 2018
    FWIW, the URL spec that VTX support can be found here: https://github.com/codewar65/VTX_ClientServer/blob/master/vtx.txt#L360

    We were talking about this in FSX_MYS, and wondering why you guys went
    with the ansi code/url thing instead of just screen scraping http:// etc
    in the client?

    Andrew


    +--+--+
    Andrew Pamment (apam)
    https://magickabbs.com/

    --- MagickaBBS v0.7alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From NuSkooler@21:1/121 to apam on Thu Jan 18 16:52:32 2018
    On Wednesday, January 17th apam was heard saying...
    We were talking about this in FSX_MYS, and wondering why you guys went with the ansi code/url thing instead of just screen scraping http:// etc in the client?

    The system allows for any sort of region to be set (not just http://xxxx for example) including it's color, effects, and so on controlled by the server (serving the ANSI).





    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 8.9.4)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From apam@21:1/121 to NuSkooler on Thu Jan 18 19:04:28 2018
    On Thursday, January 18th NuSkooler was heard saying...
    The system allows for any sort of region to be set (not just http://xxxx for example) including it's color, effects, and so on controlled by the server (serving the ANSI).

    Oh cool! So you could have for example, an ANSI button that you can click and it takes you to a url?

    Andrew


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 8.9.4)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From cr1mson@21:1/154 to g00r00 on Tue Jan 16 20:50:40 2018
    g00r00,

    Any news of adding web abilities from a stock version of Mystic?

    Props to you. Really fine work.

    -- cr1mson

    --- Mystic BBS v1.12 A37 2017/12/16 (Windows/32)
    * Origin: Raiders Inc BBS -- vintagebbsing.com (21:1/154)
  • From Tiny@21:1/130 to Static on Thu Jun 28 07:21:54 2018
    I couldn't draw an ANSI avatar if you held a gun to my head.
    Push the gif through gif2ans and hope for the best?

    That would be about the most I could do. :)

    Shawn
    --- Ezycom V3.00 01FB001F
    * Origin: Tiny's BBS - http://www.tinysbbs.com (21:1/130)
  • From Tiny@21:1/130 to apam on Thu Jun 28 07:24:38 2018
    Just curious, what was the project? I had OpenEdit running on Magicka
    for ages until I wrote the native editor, also have Hang Man set up -
    but I guess it's something else?

    The biggest one was Tiemail. It was a POP3/SMTP email client that ran as
    a BBS door as well as local email client. The OS/2 version was the best of
    the two, but even it wasn't that good. :)

    Had pretty advanced features, attachments, download / upload, editor,
    address book, basically everything I could think of. Still have the source code, but it doesn't work at all anymore due to all the changes in the
    internet standards. (Well if you enabled an old POP3/SMTP server like the
    one in irex I suppose it would work)

    Shawn
    --- Ezycom V3.00 01FB001F
    * Origin: Tiny's BBS - http://www.tinysbbs.com (21:1/130)