• Auto Message

    From DesotoFireflite@VERT/VALHALLA to All on Wednesday, June 07, 2017 10:27:38
    What file can I modify to allow more lines in Auto Message.

    As always, thanks.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From mark lewis@VERT to DesotoFireflite on Wednesday, June 07, 2017 13:23:10
    On 2017 Jun 07 10:27:38, you wrote to All:

    What file can I modify to allow more lines in Auto Message.

    i thought automessage was oneliners? just something to drop a quick short one line note onto some wall somewhere like graffiti...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Zombies on Loose! Wanted - Dead or Alive! ... Details at 10.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to mark lewis on Wednesday, June 07, 2017 13:55:56
    Re: Auto Message
    By: mark lewis to DesotoFireflite on Wed Jun 07 2017 01:23 pm

    What file can I modify to allow more lines in Auto Message.

    i thought automessage was oneliners? just something to drop a quick short one line note onto some wall somewhere like graffiti...


    No, it's part of synchronet, and has 3 lines, just wanted to add a few more, but I can't find the file that creates it.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Wednesday, June 07, 2017 13:00:32
    Re: Auto Message
    By: DesotoFireflite to All on Wed Jun 07 2017 10:27 am

    What file can I modify to allow more lines in Auto Message.

    As always, thanks.

    It's hard coded (in the C++ source file, writemsg.cpp, sbbs_t::automsg()). This is exactly the kind of code that should be replaced with some (easily modified) JavaScript, but that'll be some time in the future. And while porting to JS, I usually make things more configurable (via .ini file or whatever).

    digital man

    Synchronet "Real Fact" #52:
    Answers to Frequently Asked Questions: http://wiki.synchro.net/faq:index
    Norco, CA WX: 70.9øF, 72.0% humidity, 5 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Hemo@VERT/UJOINT to DesotoFireflite on Wednesday, June 07, 2017 15:57:44
    Re: Auto Message
    By: DesotoFireflite to mark lewis on Wed Jun 07 2017 01:55 pm

    Re: Auto Message
    By: mark lewis to DesotoFireflite on Wed Jun 07 2017 01:23 pm

    What file can I modify to allow more lines in Auto Message.

    i thought automessage was oneliners? just something to drop a quick
    short one line note onto some wall somewhere like graffiti...


    No, it's part of synchronet, and has 3 lines, just wanted to add a few more, but I can't find the file that creates it.

    The program that does this is called from the default.src baja menu. It calls a function that is in writemsg.cpp source code.

    the auto-message is stored in:
    /sbbs/data/msgs/auto.msg

    or ./data/msgs/auto.msg under whatever folder you have Synchronet installed to.

    Rather than editing the source to allow the default routine to allow input of more than 3 lines, I opted to just create the auto.msg file manually.

    My system runs on linux and I created a shell script to pull random fortune quotes from specific modules . I run the script as an event and the auto message changes randomly thoughout the day.

    If you create this file, you can make it as long as you like.

    --
    Hemo

    ... BROOK'S LAW: Adding manpower to a late software project makes it later.


    ---
    þ Synchronet þ - Running madly into the wind and screaming - bbs.ujoint.org
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Wednesday, June 07, 2017 18:36:12
    Re: Auto Message
    By: Digital Man to DesotoFireflite on Wed Jun 07 2017 01:00 pm

    What file can I modify to allow more lines in Auto Message.

    As always, thanks.

    It's hard coded (in the C++ source file, writemsg.cpp, sbbs_t::automsg()). This is exactly the kind of code that should be replaced with some (easily modified) JavaScript, but that'll be some time in the future. And while porting to JS, I usually make things more configurable (via .ini file or whatever).

    I kinda figured it was. Thanks for the reply, and all you do...

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- I'm so disorganized my keyboard isn't even in alphabetical order!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Hemo on Wednesday, June 07, 2017 18:45:43
    Re: Auto Message
    By: Hemo to DesotoFireflite on Wed Jun 07 2017 03:57 pm

    What file can I modify to allow more lines in Auto Message.

    i thought automessage was oneliners? just something to drop a quick
    short one line note onto some wall somewhere like graffiti...


    No, it's part of synchronet, and has 3 lines, just wanted to add a
    few more, but I can't find the file that creates it.

    The program that does this is called from the default.src baja menu. It calls a function that is in writemsg.cpp source code.

    the auto-message is stored in:
    /sbbs/data/msgs/auto.msg

    or ./data/msgs/auto.msg under whatever folder you have Synchronet installed to.

    Rather than editing the source to allow the default routine to allow input of more than 3 lines, I opted to just create the auto.msg file manually.

    My system runs on linux and I created a shell script to pull random fortune quotes from specific modules . I run the script as an event and the auto message changes randomly thoughout the day.

    If you create this file, you can make it as long as you like.

    I was aware of that, but was looking for a way for users to be able to write longer messages. I've manually edited the file many times myself. Thanks for the reply.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- The truth will set you free. But first it'll piss you off.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From KK4QBN@VERT/KK4QBN to DesotoFireflite on Wednesday, June 07, 2017 21:43:38
    Re: Auto Message
    By: DesotoFireflite to Hemo on Wed Jun 07 2017 18:45:43

    I was aware of that, but was looking for a way for users to be able to write longer messages. I've manually edited the file many times myself. Thanks for the reply.

    create a JS edtor to do it, at the moment I'm running "postit notes" postit.js as a login event and have automessage disabled. it displays a full page of messages from users and afaik it does'nt have a limit on message lenght. if you do'nt like the way it looks, operates, it should be easy enough to get into it to mod.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From DesotoFireflite@VERT/VALHALLA to KK4QBN on Thursday, June 08, 2017 07:07:55
    Re: Auto Message
    By: KK4QBN to DesotoFireflite on Wed Jun 07 2017 09:43 pm

    I was aware of that, but was looking for a way for users to be able
    to write longer messages. I've manually edited the file many times
    myself. Thanks for the reply.

    create a JS edtor to do it, at the moment I'm running "postit notes" postit.js as a login event and have automessage disabled. it displays a full page of messages from users and afaik it does'nt have a limit on message lenght. if you do'nt like the way it looks, operates, it should be easy enough to get into it to mod.

    OK, I'll look into that. Thanks

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Featuring Legion, A New RPG, Available On Both Systems!

    --- A true friend knows who you are... But likes you anyway.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Hemo@VERT/UJOINT to DesotoFireflite on Thursday, June 08, 2017 09:58:00
    DesotoFireflite wrote to Hemo <=-

    Re: Auto Message
    By: Hemo to DesotoFireflite on Wed Jun 07 2017 03:57 pm

    What file can I modify to allow more lines in Auto Message.

    i thought automessage was oneliners? just something to drop a quick
    short one line note onto some wall somewhere like graffiti...


    No, it's part of synchronet, and has 3 lines, just wanted to add a
    few more, but I can't find the file that creates it.

    The program that does this is called from the default.src baja menu. It calls a function that is in writemsg.cpp source code.

    the auto-message is stored in:
    /sbbs/data/msgs/auto.msg

    or ./data/msgs/auto.msg under whatever folder you have Synchronet installed to.

    Rather than editing the source to allow the default routine to allow input of more than 3 lines, I opted to just create the auto.msg file manually.

    My system runs on linux and I created a shell script to pull random fortune quotes from specific modules . I run the script as an event and the auto message changes randomly thoughout the day.

    If you create this file, you can make it as long as you like.

    I was aware of that, but was looking for a way for users to be able to write longer messages. I've manually edited the file many times myself. Thanks for the reply.


    In the first part of my reply, I wrote that the limit on the auto message is in writemsg.cpp source code. If you change it here and re-compile, you can get more lines added. This is the file you can modify.

    I think you could get creative here, instead of editing the C++ code, change the default.src module to call a different routine or program that allows users to write more than three lines. I'm sure something could be done using an internal editor.

    As far as I could find, there's no built in method or configuration to alter the number of lines for the Auto message.

    --
    Hemo
    ... Heisenberg may have slept here.
    --- MultiMail/Win32 v0.49
    þ Synchronet þ - Running madly into the wind and screaming - bbs.ujoint.org
  • From The Millionaire@VERT to Digital Man on Thursday, February 27, 2020 07:18:09
    I tried changing the colours for the auto message lines in text.dat but when I ran Sync they didn't change. Is there another file that has these lines
    because I looked and can't find it. Please help.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Digital Man on Thursday, February 27, 2020 12:46:52
    I tried changing the colours for the auto message lines in text.dat but when I ran Sync they didn't change. Is there another file that has these lines because I looked and can't find it. Please help.

    $ The Millionaire $


    I found out you did it the same way as logon.lst, DM. That's why I was confused.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Thursday, February 27, 2020 15:06:08
    Re: Auto Message
    By: The Millionaire to Digital Man on Thu Feb 27 2020 07:18 am

    I tried changing the colours for the auto message lines in text.dat but when I ran Sync they didn't change. Is there another file that has these lines because I looked and can't find it. Please help.

    If you're referring to the AutoMsgBy text.dat string, you'll need to write a new auto-message for the new formatting to take effect.

    digital man

    Synchronet/BBS Terminology Definition #67:
    SSH = Secure Shell
    Norco, CA WX: 81.3øF, 14.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Digital Man on Thursday, February 27, 2020 17:41:41
    Re: Auto Message
    By: The Millionaire to Digital Man on Thu Feb 27 2020 07:18 am

    If you're referring to the AutoMsgBy text.dat string, you'll need to write a new auto-message for the new formatting to take effect.

    digital man

    Synchronet/BBS Terminology Definition #67:
    SSH = Secure Shell
    Norco, CA WX: 81.3øF, 14.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs


    One more question DM. If you say no to create guest / anonymous account, is there a way to get it back later or is it a one time thing?

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to The Millionaire on Thursday, February 27, 2020 21:14:00
    The Millionaire wrote to Digital Man <=-

    One more question DM. If you say no to create guest / anonymous
    account, is there a way to get it back later or is it a one time
    thing?

    Covered in the documentation:

    http://wiki.synchro.net/module:makeguest

    and:

    http://www.synchro.net/docs/system_config.html#CreatingGuestAccount

    You're welcome.



    ... Can you tell me how to get, how to get to Sesame Street?
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Thursday, February 27, 2020 22:38:42
    One more question DM. If you say no to create guest / anonymous account, is there a way to get it back later or is it a one time thing?

    Oh you will sooooo need to create a guest account.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to Netsurge on Friday, February 28, 2020 00:36:08
    Re: Re: Auto Message
    By: Netsurge to The Millionaire on Thu Feb 27 2020 22:38:42

    One more question DM. If you say no to create guest / anonymous account,
    is there a way to get it back later or is it a one time thing?

    Oh you will sooooo need to create a guest account.

    Unless he's already blown away his user database since that guy from Saigon hacked him a few days ago, he already has a guest account.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Netsurge@VERT to echicken on Friday, February 28, 2020 00:47:30
    Unless he's already blown away his user database since that guy from Saigon hack ed him a few days ago, he already has a guest account.

    Must be because his public IP was released into the wild. As my attorney, you already know I have been doxed. I will publicly admit that my real name is Frank Linhares since the Millionaire outed me. I was really hoping to keep it
    a secret, but everyone now knows my real name.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Netsurge on Thursday, February 27, 2020 22:26:25
    Re: Re: Auto Message
    By: Netsurge to echicken on Fri Feb 28 2020 12:47 am

    Must be because his public IP was released into the wild. As my attorney, you already know I have been doxed. I will publicly admit that my real name is Frank Linhares since the Millionaire outed me. I was really hoping to keep it a secret, but everyone now knows my real name.

    Sometimes you want to go where everybody knows your name.. https://youtu.be/h-mi0r0LpXo

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 06:25:47
    Must be because his public IP was released into the wild. As my attorney, you already know I have been doxed. I will publicly admit that my real name is Frank Linhares since the Millionaire outed me. I was really hoping to keep it a secret, but everyone now knows my real name.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    Well you were the one that said all IP addresses should be public for the whole world to know. How does it feel now that you have been exposed. It is embarrassing and humiliating to be exploited like that. It's like someone pulling your pants down in public and everyone sees your one eyed willie sticking out. You wanna know how I got your real name? I googled your first name and it's on your twitter account so I did nothing that was already
    there. Don't put your real name somewhere else because people will find it easily.


    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 09:39:14
    Well you were the one that said all IP addresses should be public for
    the whole world to know. How does it feel now that you have been
    exposed. It is embarrassing and humiliating to be exploited like that. It's like someone pulling your pants down in public and everyone sees
    your one eyed willie sticking out. You wanna know how I got your real name? I googled your first name and it's on your twitter account so I
    did nothing that was already there. Don't put your real name somewhere else because people will find it easily.

    Once again you fucking dorf, almost everyone here already knew my real name, hell I have even had beers with people on here. It really isn't that hard to look on an echo in Fidonet or any nodelist of any network I am part of to figure that one out.

    We have a real rocket scientist here.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 06:48:26
    Once again you fucking dorf, almost everyone here already knew my real name, hell I have even had beers with people on here. It really isn't that hard to look on an echo in Fidonet or any nodelist of any network I am part of to figure that one out.

    We have a real rocket scientist here.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    Then why don't you have your real full name on your signature in Dove-Net? You're a trade unionist and a steel worker from Toronto.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 10:03:30
    Then why don't you have your real full name on your signature in
    Dove-Net? You're a trade unionist and a steel worker from Toronto.

    Again, nothing anyone on here doesn't know already. Don't you have access to
    a 20,000 message archive. Search.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 07:06:16
    Again, nothing anyone on here doesn't know already. Don't you have access to a 20,000 message archive. Search.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    It crashed yesterday. Had problems with Sync and had to take it down.

    $ The Millionaire $

    ..."Revenge is a dish best served cold." - Khan

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 10:46:33
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 06:48:26


    We have a real rocket scientist here.

    Then why don't you have your real full name on your signature in Dove-Net?

    simply because he doesn't want it in his signature...

    You're a trade unionist and a steel worker from Toronto.

    he's also a photographer... so what? why are you making a mountain out of an ant hill?


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From The Millionaire@VERT to Rampage on Friday, February 28, 2020 08:05:09
    Ok Mark Lewis. I was just trying to prove a point about exposing people in public.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DaiTengu@VERT/ENSEMBLE to The Millionaire on Friday, February 28, 2020 09:49:54
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 06:25 am

    Well you were the one that said all IP addresses should be public for the whole world to know. How does it feel now that you have been exposed. It is embarrassing and humiliating to be exploited like that. It's like someone pulling your pants down in public and everyone sees your one eyed willie sticking out. You wanna know how I got your real name? I googled your first name and it's on your twitter account so I did nothing that was already there. Don't put your real name somewhere else because people will find it easily.

    Jesus fuck, what the hell is wrong with you?

    All public IP addreses (those not in 10.0.0.0/8, 192.168.0.0/16, and 172.16.0.0/12 for the most part) are already known by the whole world. any time you connect to a website, that website can see your IP address. If you post a message, your IP is visible.

    If you want to hide your IP, use a VPN. Don't expect to run a BBS on it, though.


    Frank signs his messages with his real name because he gives no fucks if someone in BBS land knows it. In Fidonet real (or real sounding, at least) names are a requirement, so everyone in BBS land already knows everyone's real names.

    1.5 seconds of googling will get you my real name too.

    DaiTengu

    ... A liberal is a conservative who's been mugged by reality.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to Netsurge on Friday, February 28, 2020 09:57:39
    Re: Re: Auto Message
    By: Netsurge to The Millionaire on Fri Feb 28 2020 09:39 am

    Once again you fucking dorf, almost everyone here already knew my real name, hell I have even had beers with people on here.

    One day, we will have beers. How's the fishing around Toronto? (assuming you're still near there) I've been meaning to plan a fishing trip to Canada for quite a few years now, but the idea was always to go west instead of east. :)

    It really isn't that hard to look on an echo in Fidonet or any
    nodelist of any network I am part of to figure that one out.

    Figgreitout. That's what I said. Figgreitout.




    DaiTengu

    ... You! What PLANET is this? McCoy, stardate 3134.0.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Netsurge@VERT to DaiTengu on Friday, February 28, 2020 11:24:40
    One day, we will have beers. How's the fishing around Toronto?
    (assuming you're still near there) I've been meaning to plan a fishing trip to Canada for quite a few years now, but the idea was always to go west instead of east. :)

    Near by, awful, but a 2 hour drive north of here produces great results. I
    try to head up at least once a month. Any time you wanna come up and drink
    and fish I would be glad to have you.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to DaiTengu on Friday, February 28, 2020 09:46:37
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 06:25 am

    Jesus fuck, what the hell is wrong with you?

    All public IP addreses (those not in 10.0.0.0/8, 192.168.0.0/16, and 172.16.0.0/12 for the most part) are already known by the whole world. any time you connect to a website, that website can see your IP address. If you post a message, your IP is visible.

    If you want to hide your IP, use a VPN. Don't expect to run a BBS on it, though.

    Frank signs his messages with his real name because he gives no fucks if someone in BBS land knows it. In Fidonet real (or real sounding, at least) names are a requirement, so everyone in BBS land already knows everyone's real names.

    1.5 seconds of googling will get you my real name too.

    DaiTengu

    ... A liberal is a conservative who's been mugged by reality.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com


    But no one in their right mind posts people's ip addresses in a public post. Ask Dr. Google that question.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 12:44:26
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 08:05:09


    Ok Mark Lewis. I was just trying to prove a point about exposing people in public.

    erich, no one was exposing anyone or anything in public that isn't already easily seen or found... that is where you failed in making your point...


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From The Millionaire@VERT to Rampage on Friday, February 28, 2020 10:44:34
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 08:05:09

    erich, no one was exposing anyone or anything in public that isn't already easily seen or found... that is where you failed in making your point...

    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR


    How do you know what my name is Mark?

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From poindexter FORTRAN@VERT/REALITY to Netsurge on Friday, February 28, 2020 10:45:33
    Re: Re: Auto Message
    By: Netsurge to echicken on Fri Feb 28 2020 12:47 am

    you already know I have been doxed. I will publicly admit that my real name is Frank Linhares since the Millionaire outed me. I was really hoping to keep it a secret, but everyone now knows my real name.

    Never use your real handle on other people's BBSes.

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 13:19:55
    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46:37


    But no one in their right mind posts people's ip addresses in a
    public post. Ask Dr. Google that question.

    the funny thing here is that no one knew that was *your* IP address until you claimed it when you complained... all i said was that the posts had the same address and showed proof of that...


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From The Millionaire@VERT to Rampage on Friday, February 28, 2020 11:02:00
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 08:05:09

    erich, no one was exposing anyone or anything in public that isn't already easily seen or found... that is where you failed in making your point...

    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR


    I never posted your IP address in a public message? Maybe I should start now.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Rampage on Friday, February 28, 2020 11:03:12
    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46:37

    the funny thing here is that no one knew that was *your* IP address until you claimed it when you complained... all i said was that the posts had the same address and showed proof of that...

    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR


    They said it was the Millionaires IP address.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Friday, February 28, 2020 11:21:06
    Re: Auto Message
    By: The Millionaire to Digital Man on Thu Feb 27 2020 05:41 pm


    Re: Auto Message
    By: The Millionaire to Digital Man on Thu Feb 27 2020 07:18 am

    If you're referring to the AutoMsgBy text.dat string, you'll need to write a new auto-message for the new formatting to take effect.

    One more question DM. If you say no to create guest / anonymous account, is there a way to get it back later or is it a one time thing?

    Yes (it's not a one time thing):

    In your data/user/0001.ini file, set

    [logon]
    makeguest = true

    digital man

    Synchronet "Real Fact" #66:
    Synchronet was conceived of and mostly developed in southern California.
    Norco, CA WX: 80.3øF, 17.0% humidity, 3 mph WSW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 14:41:14
    But no one in their right mind posts people's ip addresses in a public post. Ask Dr. Google that question.

    *face palm*

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 14:41:58
    How do you know what my name is Mark?

    Ask Dr. Google.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 15:25:15
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 10:44:34


    erich, no one was exposing anyone or anything in public that
    isn't already easily seen or found... that is where you failed
    in making your point...

    How do you know what my name is Mark?

    you posted somewhere with it, of course ;)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 15:31:28
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 11:02:00


    erich, no one was exposing anyone or anything in public that isn't already
    easily seen or found... that is where you failed in making your point...

    I never posted your IP address in a public message? Maybe I should start now.

    i run public servers and have done so since at least 1996 so it is known all over the world already :shrug:


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 15:45:52
    Re: Re: Auto Message
    By: The Millionaire to Rampage on Fri Feb 28 2020 10:44:34


    erich, no one was exposing anyone or anything in public that isn't already
    easily seen or found... that is where you failed in making your point...

    How do you know what my name is Mark?

    a small reminder:

    [quote]

    New Version Of Mystic BBS

    From Erich B. to All on Mon Sep 23 07:02:49 2019

    I predict the new version of Mystic should land around Christmas since Gooroo loves to give us a gift of goodies. What do you think?


    [...]


    From mark lewis@1:3634/12 to Erich B. on Mon Sep 23 11:25:36 2019

    Re: New Version Of Mystic BBS
    By: Erich B. to All on Mon Sep 23 2019 07:02:49

    I predict the new version of Mystic should land around Christmas
    since Gooroo loves to give us a gift of goodies. What do you think?

    [friendly joking] i think you misspelled his name... he uses zeros, not ohs - g00r00 :wink: [/friendly joking]


    )\/(ark
    -!- SBBSecho 3.09-Linux
    ! Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)

    [/quote]


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Netsurge@VERT to Rampage on Friday, February 28, 2020 16:19:52
    From Erich B. to All on Mon Sep 23 07:02:49 2019

    Where is Rakim ? Let's see how many people get that I am paid in full.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dan Cross@VERT to Netsurge on Saturday, February 29, 2020 10:28:41
    On 28 Feb 2020 at 04:19p, Netsurge pondered and said...

    From Erich B. to All on Mon Sep 23 07:02:49 2019

    Where is Rakim ? Let's see how many people get that I am paid in full.

    They who think wrong are they who can't do that
    style that I'm doing.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Netsurge on Friday, February 28, 2020 16:24:33
    Re: Re: Auto Message
    By: Netsurge to Rampage on Fri Feb 28 2020 16:19:52


    From Erich B. to All on Mon Sep 23 07:02:49 2019

    Where is Rakim ? Let's see how many people get that I am paid in full.

    hahahahaha! TBH i have no idea where he is today ;)


    )\/(ark
    --- SBBSecho 3.10-Linux
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Friday, February 28, 2020 14:37:33
    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46 am

    But no one in their right mind posts people's ip addresses in a public post. Ask Dr. Google that question.

    Your IP address is included automatically in message headers & such. People just have to know where to look.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Nightfox on Friday, February 28, 2020 15:38:13
    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46 am

    Your IP address is included automatically in message headers & such. People just have to know where to look.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com


    Then why don't we just post everyone's IP address and get it over with it, shall we?
    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 18:41:12
    Then why don't we just post everyone's IP address and get it over
    with it, shall we?

    Dorf!

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dan Cross@VERT to The Millionaire on Saturday, February 29, 2020 12:42:13
    On 28 Feb 2020 at 03:38p, The Millionaire pondered and said...

    Then why don't we just post everyone's IP address and get it over
    with it, shall we?

    Because there are billions of them and they move
    around.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 15:44:23
    Dorf!

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    Derf!
    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Dan Cross on Friday, February 28, 2020 15:45:32
    On 28 Feb 2020 at 03:38p, The Millionaire pondered and said...

    Because there are billions of them and they move
    around.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)


    Well it wasn't hard posting mine now, was it?

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to The Millionaire on Friday, February 28, 2020 18:30:00
    The Millionaire wrote to Netsurge <=-

    Again, nothing anyone on here doesn't know already. Don't you have access to a 20,000 message archive. Search.

    It crashed yesterday. Had problems with Sync and had to take it
    down.

    Really? I have never seen Synchronet "crash". Ever.

    What kind of system are you running it on?

    Have you fixed it? When will it be back up?



    ... He's as sharp as a marble.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to The Millionaire on Friday, February 28, 2020 18:31:00
    The Millionaire wrote to Rampage <=-

    erich, no one was exposing anyone or anything in public that isn't already easily seen or found... that is where you failed in making your point...

    How do you know what my name is Mark?

    What's the last name (that starts with a B)?



    ... It's a chain saw. I always carry one for emergencies.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to The Millionaire on Friday, February 28, 2020 19:45:42
    Re: Re: Auto Message
    By: The Millionaire to Nightfox on Fri Feb 28 2020 15:38:13


    Your IP address is included automatically in message headers & such.
    People just have to know where to look.

    Then why don't we just post everyone's IP address and get it over with it, shall we?

    IP addresses don't (yet) belong to individuals and then may change at any moment unless you are paying for a fixed (aka static) IP number...


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Nightfox@VERT/DIGDIST to The Millionaire on Friday, February 28, 2020 16:30:29
    Re: Re: Auto Message
    By: The Millionaire to Nightfox on Fri Feb 28 2020 03:38 pm

    Your IP address is included automatically in message headers & such.
    People just have to know where to look.

    Then why don't we just post everyone's IP address and get it over with it, shall we?

    Sure why not? But it would be a bit redundant as they're in the headers.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Gamgee on Friday, February 28, 2020 17:16:57
    What's the last name (that starts with a B)?

    ... It's a chain saw. I always carry one for emergencies.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)


    You're the smart one. Figure it out. :-P

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT/PALANT to The Millionaire on Friday, February 28, 2020 18:14:00
    The Millionaire wrote to Netsurge <=-

    Must be because his public IP was released into the wild. As my attorney,
    you
    already know I have been doxed. I will publicly admit that my real name is Frank Linhares since the Millionaire outed me. I was really hoping to keep
    it
    a secret, but everyone now knows my real name.

    Well you were the one that said all IP addresses should be public
    for the whole world to know. How does it feel now that you have
    been exposed. It is embarrassing and humiliating to be exploited
    like that. It's like someone pulling your pants down in public
    and everyone sees your one eyed willie sticking out. You wanna
    know how I got your real name? I googled your first name and it's
    on your twitter account so I did nothing that was already there.
    Don't put your real name somewhere else because people will find
    it easily.

    Hahahahahahahahahahahahahahahahahahahahaha!!!

    WWHHOOOOOOOOOOOOOOSSHH!!!

    Do you know what that sound was?

    If I didn't see this stuff, I wouldn't even believe it.



    ... A sharp tongue and a dull mind are usually found in the same place.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Gamgee@VERT/PALANT to The Millionaire on Friday, February 28, 2020 18:16:00
    The Millionaire wrote to Netsurge <=-

    Once again you fucking dorf, almost everyone here already knew my real name, hell I have even had beers with people on here. It really isn't that hard to look on an echo in Fidonet or any nodelist of any network I am part of to figure that one out.

    We have a real rocket scientist here.

    Then why don't you have your real full name on your signature in
    Dove-Net? You're a trade unionist and a steel worker from
    Toronto.

    And what are you?

    (Besides a guy who once saw an audio mixing board back in 1984).



    ... Nuke 'em till they glow, then shoot 'em in the dark!
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Gamgee@VERT/PALANT to The Millionaire on Friday, February 28, 2020 18:17:00
    The Millionaire wrote to Rampage <=-

    Ok Mark Lewis. I was just trying to prove a point about exposing
    people in public.

    You failed.



    ... To err is human; to forgive is unusual.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From The Millionaire@VERT to Gamgee on Friday, February 28, 2020 17:40:49
    And what are you?

    (Besides a guy who once saw an audio mixing board back in 1984).

    ... Nuke 'em till they glow, then shoot 'em in the dark!
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL


    Once used. Not saw.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Gamgee on Friday, February 28, 2020 17:42:14
    You failed.

    ... To err is human; to forgive is unusual.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL


    I fail at everything according to your perfectionism.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to Gamgee on Friday, February 28, 2020 20:47:26
    Hahahahahahahahahahahahahahahahahahahahaha!!!

    I'm kinda impressed that just Googling Frank would list me anywhere near the top, lmao.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to Dan Cross on Friday, February 28, 2020 19:53:32
    Re: Re: Auto Message
    By: Dan Cross to The Millionaire on Sat Feb 29 2020 12:42:13


    Then why don't we just post everyone's IP address and get it over
    with it, shall we?

    Because there are billions of them and they move
    around.

    FWIW: there are

    4,294,967,296 IPv4 addresses (32bits)

    340,282,366,920,938,463,463,374,607,431,768,211,456 IPv6 addresses (128bits)

    just to put some real numbers out there for the question ;)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 20:49:04
    Once used. Not saw.

    I'm glad all the audio engineering education from Bob's House Of Audio Engineering in BC allowed you to your a mixer once.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 20:49:28
    I fail at everything according to your perfectionism.

    We all fail from time to time, you just seem to do it all the time.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 17:51:44
    I'm glad all the audio engineering education from Bob's House Of Audio Engineering in BC allowed you to your a mixer once.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)

    My school was not even called that. My instructor was a multi-award Grammy winner as well.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 17:53:25
    We all fail from time to time, you just seem to do it all the time.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    Then why do you want to logon to a failure's Bbs then?

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 21:00:20
    My school was not even called that. My instructor was a multi-award
    Grammy winner as well.

    Yet it allowed you to use a mixer once and use a reference of 200nW. Sounds like a great school.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 21:00:50
    Then why do you want to logon to a failure's Bbs then?

    I don't.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Netsurge on Friday, February 28, 2020 18:32:19
    Yet it allowed you to use a mixer once and use a reference of 200nW. Sounds like a great school.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)


    I used a mixing board more than once and it was 0dB@250nw back in the 80's.

    https://forums.stevehoffman.tv/threads/mrl-tape-dumb-question.56973/

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to The Millionaire on Friday, February 28, 2020 22:49:24
    I used a mixing board more than once and it was 0dB@250nw back in the 80's.

    Sure.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Friday, February 28, 2020 22:52:37
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 17:51:44

    My school was not even called that. My instructor was a multi-award Grammy winner as well.

    It was later discovered that his grandmother, whom he affectionately referred to as "Grammy", presented him with several "World's Best Grandson" type gifts, and they really went to his head.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to The Millionaire on Friday, February 28, 2020 22:53:10
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 17:53:25

    Then why do you want to logon to a failure's Bbs then?

    Mostly to feel better about myself.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Gamgee@VERT/PALANT to The Millionaire on Friday, February 28, 2020 21:53:00
    The Millionaire wrote to Netsurge <=-

    Then why do you want to logon to a failure's Bbs then?

    You don't have a BBS for anyone to logon to.

    But the answer to your question is the same reason that people
    want to stare at a car crash on the highway as they go by.



    ... Error reading REALITY.SYS - Solar System halted.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Nightfox@VERT/DIGDIST to Gamgee on Saturday, February 29, 2020 00:24:04
    Re: Re: Auto Message
    By: Gamgee to The Millionaire on Fri Feb 28 2020 06:30 pm

    Really? I have never seen Synchronet "crash". Ever.

    What kind of system are you running it on?

    Have you fixed it? When will it be back up?

    You've never seen Synchronet crash? Synchronet is stable as a rock for you? I've been running Synchronet in a Windows 7 32-bit VM, and I've seen it crash fairly often. For a long time, I've noticed sbbsctrl acts like it has a memory leak. It seems to take up more and more memory until it crashes. From my casual observations, it seems like Synchronet's web server can drive up its memory usage quite a bit. I have a program set up to run every 5 minutes to check see if sbbsctrl is running or not and will run sbbsctrl if it's not running.

    In the past, I had also seen it crash sometimes while using my message reader.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Saturday, February 29, 2020 00:25:49
    Re: Re: Auto Message
    By: The Millionaire to Gamgee on Fri Feb 28 2020 05:40 pm

    And what are you?

    (Besides a guy who once saw an audio mixing board back in 1984).

    Once used. Not saw.

    You keep talking about being an expert in the Trident series 65 console, but you've only used one once?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Nightfox on Saturday, February 29, 2020 20:25:00
    On 02-29-20 00:24, Nightfox wrote to Gamgee <=-

    You've never seen Synchronet crash? Synchronet is stable as a rock for you? I've been running Synchronet in a Windows 7 32-bit VM, and I've
    seen it crash fairly often. For a long time, I've noticed sbbsctrl
    acts like it has a memory leak. It seems to take up more and more
    memory until it crashes. From my casual observations, it seems like Synchronet's web server can drive up its memory usage quite a bit. I
    have a program set up to run every 5 minutes to check see if sbbsctrl
    is running or not and will run sbbsctrl if it's not running.

    When I first ran Synchronet, I had an occasional crash. Now, I don't know, because my system will restart sbbs if it stops running. :)


    ... Love is a long term investment, not a quick return loan!
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From alter ego@VERT/ALTERANT to Nightfox on Saturday, February 29, 2020 21:22:46
    Re: Re: Auto Message
    By: Nightfox to Gamgee on Sat Feb 29 2020 12:24 am

    You've never seen Synchronet crash? Synchronet is stable as a rock for you? I've been running Synchronet in a Windows 7 32-bit VM, and I've seen it crash fairly often. For a long time, I've noticed sbbsctrl acts like

    I wonder if you are running it differently to me?

    I have an Synchronet in a W7 VM and it runs without a problem. It only does mail, and rarely do I (or anybody) log onto it - its the Hub 3 for FSXnet.

    I forget its there half the time... (and I have no problems...)
    ...deon


    ... Autobiography is now as common as adultery - and hardly less reprehensible

    ---
    þ Synchronet þ Alterant | an SBBS in Docker on Pi!
  • From Gamgee@VERT/PALANT to Nightfox on Saturday, February 29, 2020 07:13:00
    Nightfox wrote to Gamgee <=-

    Really? I have never seen Synchronet "crash". Ever.

    You've never seen Synchronet crash? Synchronet is stable as a
    rock for you? I've been running Synchronet in a Windows 7 32-bit
    VM, and I've seen it crash fairly often. For a long time, I've
    noticed sbbsctrl acts like it has a memory leak. It seems to take
    up more and more memory until it crashes. From my casual
    observations, it seems like Synchronet's web server can drive up
    its memory usage quite a bit. I have a program set up to run
    every 5 minutes to check see if sbbsctrl is running or not and
    will run sbbsctrl if it's not running.

    In the past, I had also seen it crash sometimes while using my
    message reader.

    Correct, I've never seen it crash. Not once. Now, I've only been
    running it for about a year and a half, but... Also running here
    on Linux, which may be the difference. I watch it closely,
    including memory leakage, and see nothing wrong. I'm gonna update
    later today, but it's been running for a month with no issues. I
    usually update to the latest CVS version every 3-4 weeks.

    I know I've seen you mention that you're thinking about switching
    over to Linux.... perhaps it's time? :-)



    ... Is fire supposed to shoot out of it like that!?
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Dumas Walker@VERT/CAPCITY2 to RAMPAGE on Saturday, February 29, 2020 10:50:00
    erich, no one was exposing anyone or anything in public that
    isn't already easily seen or found... that is where you failed
    in making your point...

    How do you know what my name is Mark?

    you posted somewhere with it, of course ;)

    If his name is Mark, then who is Erich?


    * SLMR 2.1a * "Oh, Rick, you'll have to think for BOTH of us!"

    ---
    þ Synchronet þ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From The Millionaire@VERT to Nightfox on Saturday, February 29, 2020 09:13:01
    Re: Re: Auto Message
    By: The Millionaire to Gamgee on Fri Feb 28 2020 05:40 pm

    You keep talking about being an expert in the Trident series 65 console, but you've only used one once?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com


    Yes it's a great analog mixing console with 56 input capability.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to echicken on Saturday, February 29, 2020 09:16:20
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 17:51:44

    It was later discovered that his grandmother, whom he affectionately referred to as "Grammy", presented him with several "World's Best Grandson" type gifts, and they really went to his head.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com


    My instructor worked with the Canadian band from Vancouver named Toto.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to Dumas Walker on Saturday, February 29, 2020 12:37:41
    Re: Re: Auto Message
    By: Dumas Walker to RAMPAGE on Sat Feb 29 2020 10:50:00


    How do you know what my name is Mark?

    you posted somewhere with it, of course ;)

    If his name is Mark, then who is Erich?

    he left out a comma ;)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Saturday, February 29, 2020 10:16:16
    Re: Re: Auto Message
    By: Tony Langdon to Nightfox on Sat Feb 29 2020 08:25 pm

    When I first ran Synchronet, I had an occasional crash. Now, I don't know, because my system will restart sbbs if it stops running. :)

    The way I can tell is that I usually like to keep sbbsctrl maximized, and in the lower-right pane, I usually switch to the FTP tab. I can tell when it has been restarted when the maximize button is not on maximize and the FTP tab is not selected.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to alter ego on Saturday, February 29, 2020 10:17:12
    Re: Re: Auto Message
    By: alter ego to Nightfox on Sat Feb 29 2020 09:22 pm

    You've never seen Synchronet crash? Synchronet is stable as a rock
    for you? I've been running Synchronet in a Windows 7 32-bit VM, and
    I've seen it crash fairly often. For a long time, I've noticed
    sbbsctrl acts like

    I wonder if you are running it differently to me?

    I have an Synchronet in a W7 VM and it runs without a problem. It only does mail, and rarely do I (or anybody) log onto it - its the Hub 3 for FSXnet.

    I forget its there half the time... (and I have no problems...)

    Mine gets telnet users (and an occasional web user), I'm not using mine for just mail.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Gamgee on Saturday, February 29, 2020 10:19:08
    Re: Re: Auto Message
    By: Gamgee to Nightfox on Sat Feb 29 2020 07:13 am

    Correct, I've never seen it crash. Not once. Now, I've only been
    running it for about a year and a half, but... Also running here
    on Linux, which may be the difference. I watch it closely,
    including memory leakage, and see nothing wrong. I'm gonna update
    later today, but it's been running for a month with no issues. I
    usually update to the latest CVS version every 3-4 weeks.

    I know I've seen you mention that you're thinking about switching
    over to Linux.... perhaps it's time? :-)

    Yeah, I was thinking about that the other day. Though, I'd think it should be stable in Windows.. But I believe DM runs his BBS (at least one instance) in Windows, and if he had seen the same issue, he may have fixed it by now. So perhaps something weird is going on with my setup.

    I do have one or two Win32 doors installed on my BBS that I'd have to drop if I switched to Linux.. One of them is Ambroshia: Test Of Time, which seemed somewhat popular for a while, but I'm not sure how many users are playing that these days.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Rampage on Saturday, February 29, 2020 12:32:04
    Re: Re: Auto Message
    By: Rampage to Dan Cross on Fri Feb 28 2020 07:53 pm

    Re: Re: Auto Message
    By: Dan Cross to The Millionaire on Sat Feb 29 2020 12:42:13


    Then why don't we just post everyone's IP address and get it over
    with it, shall we?

    Because there are billions of them and they move
    around.

    FWIW: there are

    4,294,967,296 IPv4 addresses (32bits)

    Not to niggle, but not every possible combination of 32-bits is a valid unicast IPv4 address. Millions of those bit combinatinos are reserved for special purposes (broadcast, multicast) and millions more can't be used on the Internet (loopback, private networks). But yeah, it's in the billions.

    digital man

    Synchronet "Real Fact" #1:
    Development began in 1990 of the (unnamed at the time) Synchronet BBS software. Norco, CA WX: 67.2øF, 31.0% humidity, 2 mph NNW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Nightfox on Saturday, February 29, 2020 12:40:48
    Re: Re: Auto Message
    By: Nightfox to Gamgee on Sat Feb 29 2020 12:24 am

    Re: Re: Auto Message
    By: Gamgee to The Millionaire on Fri Feb 28 2020 06:30 pm

    Really? I have never seen Synchronet "crash". Ever.

    What kind of system are you running it on?

    Have you fixed it? When will it be back up?

    You've never seen Synchronet crash? Synchronet is stable as a rock for you? I've been running Synchronet in a Windows 7 32-bit VM, and I've seen it crash fairly often. For a long time, I've noticed sbbsctrl acts like it has a memory leak. It seems to take up more and more memory until it crashes. From my casual observations, it seems like Synchronet's web server can drive up its memory usage quite a bit. I have a program set up to run every 5 minutes to check see if sbbsctrl is running or not and will run sbbsctrl if it's not running.

    In the past, I had also seen it crash sometimes while using my message reader.

    Not every Synchronet install is the same, nor every Synchronet BBS used identically by its users. So it's not unexpected that some bugs (e.g. memory leaks) may only appear on some BBSes or under specific use-cases. I do track the memory usage of my Synchronet instances for Vertrauen (Windows and Linux) and currently observe no memory leakage over long up-times (months).

    Your Synchronet system likely has a lot of JS mods that aren't enabled/used in a default Synchronet install, so it's likely that some JS operations invoked by your mod(s) are triggering some bug not seen in a default/stock installation. Narrowing that down to a specific JS method or property usage would help identify the likely cause and solution to the problem.

    digital man

    Synchronet "Real Fact" #96:
    Synchronet v3.13a was released in September of 2005 (9 months after v3.12a). Norco, CA WX: 70.2øF, 27.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT/PALANT to Nightfox on Saturday, February 29, 2020 14:39:00
    Nightfox wrote to Gamgee <=-

    Correct, I've never seen it crash. Not once. Now, I've only been
    running it for about a year and a half, but... Also running here
    on Linux, which may be the difference. I watch it closely,
    including memory leakage, and see nothing wrong. I'm gonna update
    later today, but it's been running for a month with no issues. I
    usually update to the latest CVS version every 3-4 weeks.

    I know I've seen you mention that you're thinking about switching
    over to Linux.... perhaps it's time? :-)

    Yeah, I was thinking about that the other day. Though, I'd think
    it should be stable in Windows.. But I believe DM runs his BBS
    (at least one instance) in Windows, and if he had seen the same
    issue, he may have fixed it by now. So perhaps something weird
    is going on with my setup.

    Yep, that seems likely. Maybe it's something to do with running
    in a VM, also.

    I do have one or two Win32 doors installed on my BBS that I'd
    have to drop if I switched to Linux.. One of them is Ambroshia:
    Test Of Time, which seemed somewhat popular for a while, but I'm
    not sure how many users are playing that these days.

    A quick check shows that there's a Linux version of that door,
    too.



    ... A day without sunshine is like night.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Nightfox@VERT/DIGDIST to Digital Man on Saturday, February 29, 2020 14:38:11
    Re: Re: Auto Message
    By: Digital Man to Nightfox on Sat Feb 29 2020 12:40 pm

    Not every Synchronet install is the same, nor every Synchronet BBS used identically by its users. So it's not unexpected that some bugs (e.g. memory leaks) may only appear on some BBSes or under specific use-cases. I do track the memory usage of my Synchronet instances for Vertrauen (Windows and Linux) and currently observe no memory leakage over long up-times (months).

    Your Synchronet system likely has a lot of JS mods that aren't enabled/used in a default Synchronet install, so it's likely that some JS operations invoked by your mod(s) are triggering some bug not seen in a default/stock installation. Narrowing that down to a specific JS method or property usage would help identify the likely cause and solution to the problem.

    Yep. I should probably try to narrow it down more.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Rampage@VERT/SESTAR to Digital Man on Saturday, February 29, 2020 19:24:07
    Re: Re: Auto Message
    By: Digital Man to Rampage on Sat Feb 29 2020 12:32:04


    FWIW: there are

    4,294,967,296 IPv4 addresses (32bits)

    Not to niggle, but not every possible combination of 32-bits is a valid unicast IPv4 address. Millions of those bit combinatinos are reserved
    for special purposes (broadcast, multicast) and millions more can't be used on the Internet (loopback, private networks). But yeah, it's in
    the billions.

    very true... the same is also true for IPv6 and now you get a block of IPs that you can use as you like instead of just one to NAT everything through...


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Dumas Walker@VERT/CAPCITY2 to RAMPAGE on Saturday, February 29, 2020 18:29:00
    How do you know what my name is Mark?

    you posted somewhere with it, of course ;)

    If his name is Mark, then who is Erich?

    he left out a comma ;)

    LOL, I can tell it is getting late in the day. I had to read that multiple times before I figured it out!


    * SLMR 2.1a * Copper wire was invented by lawyers arguing over a penny.

    ---
    þ Synchronet þ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
  • From Tony Langdon@VERT to Nightfox on Sunday, March 01, 2020 20:15:00
    On 02-29-20 10:16, Nightfox wrote to Tony Langdon <=-

    The way I can tell is that I usually like to keep sbbsctrl maximized,
    and in the lower-right pane, I usually switch to the FTP tab. I can
    tell when it has been restarted when the maximize button is not on maximize and the FTP tab is not selected.

    I run it as a daemon. :P


    ... To be, or not to be, those are the parameters.
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Sunday, March 01, 2020 16:29:50
    Re: Re: Auto Message
    By: Tony Langdon to Nightfox on Sun Mar 01 2020 08:15 pm

    The way I can tell is that I usually like to keep sbbsctrl
    maximized, and in the lower-right pane, I usually switch to the FTP
    tab. I can tell when it has been restarted when the maximize button
    is not on maximize and the FTP tab is not selected.

    I run it as a daemon. :P

    How do you keep track of what's going on on your BBS? Do you ever want to watch anything in real-time?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Nightfox on Monday, March 02, 2020 12:19:00
    On 03-01-20 16:29, Nightfox wrote to Tony Langdon <=-

    Re: Re: Auto Message
    By: Tony Langdon to Nightfox on Sun Mar 01 2020 08:15 pm

    The way I can tell is that I usually like to keep sbbsctrl
    maximized, and in the lower-right pane, I usually switch to the FTP
    tab. I can tell when it has been restarted when the maximize button
    is not on maximize and the FTP tab is not selected.

    I run it as a daemon. :P

    How do you keep track of what's going on on your BBS? Do you ever want
    to watch anything in real-time?

    Log files work. :) Besides, I don't have the time or screen real estate to monitor things. Maybe if I could get a small LCD to hang off the wall (and dedicated to the BBS machine), it would be worth doing. :)


    ... BREAKFAST.COM Halted...Cereal Port Not Responding.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to Nightfox on Sunday, March 01, 2020 22:04:00
    Nightfox wrote to Tony Langdon <=-

    The way I can tell is that I usually like to keep sbbsctrl
    maximized, and in the lower-right pane, I usually switch to the FTP
    tab. I can tell when it has been restarted when the maximize button
    is not on maximize and the FTP tab is not selected.

    I run it as a daemon. :P

    How do you keep track of what's going on on your BBS? Do you
    ever want to watch anything in real-time?

    Very easy to do in Linux. I have multiple terminal windows open
    which are "tailing" various log files. All activity (callers
    logging in, echo/Dove mail coming in/going out, events,
    everything) is right there in real time.

    Plus, it looks cool. :-)


    ... Nothing is so smiple that it can't get screwed up.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Gamgee on Monday, March 02, 2020 19:28:00
    On 03-01-20 22:04, Gamgee wrote to Nightfox <=-

    How do you keep track of what's going on on your BBS? Do you
    ever want to watch anything in real-time?

    Very easy to do in Linux. I have multiple terminal windows open
    which are "tailing" various log files. All activity (callers
    logging in, echo/Dove mail coming in/going out, events,
    everything) is right there in real time.

    Yep, been there, done that. "tail" is a very useful tool for that purpose.

    Plus, it looks cool. :-)

    That too! :D


    ... Taglines++
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DaiTengu@VERT/ENSEMBLE to The Millionaire on Monday, March 02, 2020 06:41:40
    Re: Re: Auto Message
    By: The Millionaire to Nightfox on Fri Feb 28 2020 03:38 pm

    Then why don't we just post everyone's IP address and get it over with it, shall we?

    That's already done. with every post here in dovenet.

    DaiTengu

    ... In England there are sixty different religions and only one sauce.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to Netsurge on Monday, March 02, 2020 06:53:23
    Re: Re: Auto Message
    By: Netsurge to Gamgee on Fri Feb 28 2020 08:47 pm

    I'm kinda impressed that just Googling Frank would list me anywhere near the top, lmao.

    Congratulations, according to my google search of the name "Frank" (which google bases on my personal interests because they know more about me than I know about myself), your name is now Frank Castle.

    DaiTengu

    ... Nothing is true. Everything is permitted.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to The Millionaire on Monday, March 02, 2020 06:54:50
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 05:53 pm

    Then why do you want to logon to a failure's Bbs then?

    Schadenfreude

    DaiTengu

    ... RAM DISK is NOT an installation procedure!

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to The Millionaire on Monday, March 02, 2020 07:09:31
    Re: Re: Auto Message
    By: The Millionaire to echicken on Sat Feb 29 2020 09:16 am

    My instructor worked with the Canadian band from Vancouver named Toto.

    pfft, everyone knows they're from Africa.

    DaiTengu

    ... One was more wise than the other.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to Gamgee on Monday, March 02, 2020 07:51:24
    Re: Re: Auto Message
    By: Gamgee to Nightfox on Sun Mar 01 2020 10:04 pm

    Very easy to do in Linux. I have multiple terminal windows open
    which are "tailing" various log files. All activity (callers
    logging in, echo/Dove mail coming in/going out, events,
    everything) is right there in real time.

    tmux is a wonderful thing.

    DaiTengu

    ... The unnatural, that too is natural.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Netsurge@VERT to DaiTengu on Monday, March 02, 2020 09:29:12
    Congratulations, according to my google search of the name "Frank"
    (which googl e bases on my personal interests because they know more
    about me than I know abo ut myself), your name is now Frank Castle.

    Mr. Castle is one bad ass mofo. Great comic book series.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to Tony Langdon on Monday, March 02, 2020 09:12:27
    Re: Re: Auto Message
    By: Tony Langdon to Nightfox on Mon Mar 02 2020 12:19:00


    How do you keep track of what's going on on your BBS? Do you ever want
    to watch anything in real-time?

    Log files work. :) Besides, I don't have the time or screen real estate to monitor things. Maybe if I could get a small LCD to hang off the wall (and dedicated to the BBS machine), it would be worth doing. :)

    i just keep my monitoring windows in the background or on a virtual desktop so i can ALT-TAB or CTRL-Fx to them whenever i want/need to ;)

    for example, right now, i have six windows open into one system i'm monitoring... there's another 4 or 6 windows open into another system being monitored as well... screen real estate? what's that and why is it needed when we can stack windows behind each other or have them on virtual desktops and stacked on them? LUL


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Gamgee@VERT to DaiTengu on Monday, March 02, 2020 09:03:00
    DaiTengu wrote to Gamgee <=-

    Very easy to do in Linux. I have multiple terminal windows open
    which are "tailing" various log files. All activity (callers
    logging in, echo/Dove mail coming in/going out, events,
    everything) is right there in real time.

    tmux is a wonderful thing.

    I'm a 'screen' guy, but yeah... ;-)



    ... AAcckk!! II''mm iinn hhaallff dduupplleexx
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to DaiTengu on Monday, March 02, 2020 10:42:32
    Re: Re: Auto Message
    By: DaiTengu to Gamgee on Mon Mar 02 2020 07:51 am

    Re: Re: Auto Message
    By: Gamgee to Nightfox on Sun Mar 01 2020 10:04 pm

    Very easy to do in Linux. I have multiple terminal windows open
    which are "tailing" various log files. All activity (callers
    logging in, echo/Dove mail coming in/going out, events,
    everything) is right there in real time.

    tmux is a wonderful thing.

    Though the default magic key binding (Ctrl-B) was a horrible choice, says vi/vim users everywhere.

    digital man

    Synchronet/BBS Terminology Definition #70:
    SyncEdit = A defunct 3rd party full-screen editor written for Synchronet
    Norco, CA WX: 59.4øF, 32.0% humidity, 11 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Rampage on Tuesday, March 03, 2020 09:36:00
    On 03-02-20 09:12, Rampage wrote to Tony Langdon <=-

    i just keep my monitoring windows in the background or on a virtual desktop so i can ALT-TAB or CTRL-Fx to them whenever i want/need to ;)

    for example, right now, i have six windows open into one system i'm monitoring... there's another 4 or 6 windows open into another system being monitored as well... screen real estate? what's that and why is
    it needed when we can stack windows behind each other or have them on virtual desktops and stacked on them? LUL

    Out of sight, out of mind, might as well not bother. :) Stuff in the background can easily get forgotten for me. :)


    ... Money is better than poverty, if only for financial reasons.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From poindexter FORTRAN@VERT/REALITY to DaiTengu on Tuesday, March 03, 2020 10:47:11
    Re: Re: Auto Message
    By: DaiTengu to The Millionaire on Mon Mar 02 2020 07:09 am

    My instructor worked with the Canadian band from Vancouver named Toto.

    pfft, everyone knows they're from Africa.

    I heard it rains there.

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Joacim Melin@VERT to The Millionaire on Wednesday, March 04, 2020 09:57:02
    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46 am

    Your IP address is included automatically in message headers & such. People

    just have to know where to look.

    Nightfox

    ---
    ? Synchronet ? Digital Distortion: digitaldistortionbbs.com


    Then why don?t we just post everyone?s IP address and get it over
    with it,
    shall we?

    Are you sure you're not a spam bot? No-one can be this thick.


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (2:221/242.0)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT/PARKAVE to Joacim Melin on Wednesday, March 04, 2020 07:29:27
    Re: Re: Auto Message
    By: Joacim Melin to The Millionaire on Wed Mar 04 2020 09:57 am

    Re: Re: Auto Message
    By: The Millionaire to DaiTengu on Fri Feb 28 2020 09:46 am

    Your IP address is included automatically in message headers & such. People

    just have to know where to look.

    Nightfox

    ---
    ? Synchronet ? Digital Distortion: digitaldistortionbbs.com


    Then why don?t we just post everyone?s IP address and get it over
    with it,
    shall we?

    Are you sure you're not a spam bot? No-one can be this thick.

    Spam Bots don't run BBSes, only Sysops do.

    $ The Millionaire $
    Park Avenue Place
    Surrey, B.C., Canada
    http://parkave.synchro.net

    ---
    þ Synchronet þ Park Avenue Place - Surrey, B.C., Canada
  • From Netsurge@VERT to The Millionaire on Wednesday, March 04, 2020 11:04:16
    Spam Bots don't run BBSes, only Sysops do.

    I think the emphasis here was on the "thick" part.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DaiTengu@VERT/ENSEMBLE to poindexter FORTRAN on Wednesday, March 04, 2020 11:13:42
    Re: Re: Auto Message
    By: poindexter FORTRAN to DaiTengu on Tue Mar 03 2020 10:47 am

    My instructor worked with the Canadian band from Vancouver named
    Toto.

    pfft, everyone knows they're from Africa.

    I heard it rains there.

    Hurry boy, she's waiting there for you.

    DaiTengu

    ... Two most common elements in the universe: Hydrogen & Stupidity.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From The Millionaire@VERT to DaiTengu on Wednesday, March 04, 2020 12:28:28
    Re: Re: Auto Message
    By: The Millionaire to Netsurge on Fri Feb 28 2020 05:53 pm

    Schadenfreude

    DaiTengu

    ... RAM DISK is NOT an installation procedure!

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com


    Scheherazade.

    $ The Millionaire $

    ..."Revenge is sweet. No sugar added."...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to DaiTengu on Wednesday, March 04, 2020 12:42:12
    Re: Re: Auto Message
    By: DaiTengu to poindexter FORTRAN on Wed Mar 04 2020 11:13 am

    I heard it rains there.

    Hurry boy, she's waiting there for you.

    I understand that reference.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Rampage@VERT/SESTAR to Nightfox on Wednesday, March 04, 2020 17:07:13
    Re: Re: Auto Message
    By: Nightfox to DaiTengu on Wed Mar 04 2020 12:42:12


    I heard it rains there.

    Hurry boy, she's waiting there for you.

    I understand that reference.

    /me likes this cover... for various reasons... miss hannah is very near the top of said reasons...

    https://www.youtube.com/watch?v=MH9FyLsfDzw


    the outtro at the end is pretty cool, as well :)


    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Digital Man@VERT to Nightfox on Wednesday, March 04, 2020 16:16:30
    Re: Re: Auto Message
    By: Nightfox to DaiTengu on Wed Mar 04 2020 12:42 pm

    Re: Re: Auto Message
    By: DaiTengu to poindexter FORTRAN on Wed Mar 04 2020 11:13 am

    I heard it rains there.

    Hurry boy, she's waiting there for you.

    I understand that reference.

    https://www.youtube.com/watch?v=4b2aGe8_Ag0

    digital man

    Synchronet/BBS Terminology Definition #2:
    ARS = Access Requirement Strings
    Norco, CA WX: 68.1øF, 60.0% humidity, 9 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Thursday, March 05, 2020 15:07:00
    On 03-04-20 12:42, Nightfox wrote to DaiTengu <=-

    Re: Re: Auto Message
    By: DaiTengu to poindexter FORTRAN on Wed Mar 04 2020 11:13 am

    I heard it rains there.

    Hurry boy, she's waiting there for you.

    I understand that reference.

    Haha yep, I got it straight away and had a chuckle. :D


    ... Don't force it, get a larger hammer.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Grease@VERT/DARKMATT to Nightfox on Thursday, March 05, 2020 11:45:02
    Re: Re: Auto Message
    By: Nightfox to DaiTengu on Wed Mar 04 2020 12:42 pm

    I heard it rains there.
    Hurry boy, she's waiting there for you.
    I understand that reference.

    It's a line from 'Africa' by Toto.

    Grease
    darkmatt.synchro.net



    ... Anything can be made to work if you fiddle with it long enough!

    ---
    þ Synchronet þ DARK MATTER BBS <<*>> darkmatt.synchro.net <<*>> Howdy, Y'all!
  • From Nightfox@VERT/DIGDIST to Grease on Thursday, March 05, 2020 13:09:05
    Re: Re: Auto Message
    By: Grease to Nightfox on Thu Mar 05 2020 11:45 am

    Hurry boy, she's waiting there for you.

    I understand that reference.

    It's a line from 'Africa' by Toto.

    Yes, I know.. It's why I said I understand the reference. :)

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Grease@VERT/DARKMATT to Nightfox on Thursday, March 05, 2020 16:28:22
    Re: Re: Auto Message
    By: Nightfox to Grease on Thu Mar 05 2020 01:09 pm

    Yes, I know.. It's why I said I understand the reference. :)

    I guess I missed it. I saw I don't understand the reference. I must have quoted the wrong person. My apologies.

    Grease
    darkmatt.synchro.net



    ... If it was a bet, you wouldn't take it.

    ---
    þ Synchronet þ DARK MATTER BBS <<*>> darkmatt.synchro.net <<*>> Howdy, Y'all!
  • From Nightfox@VERT/DIGDIST to Grease on Thursday, March 05, 2020 15:19:01
    Re: Re: Auto Message
    By: Grease to Nightfox on Thu Mar 05 2020 04:28 pm

    Yes, I know.. It's why I said I understand the reference. :)

    I guess I missed it. I saw I don't understand the reference. I must have quoted the wrong person. My apologies.

    You quoted me, which was the correct person. I had written "I understand the reference".

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Digital Man on Thursday, April 16, 2020 06:46:13
    Hi DM. I'm assuming now that you're allowing the auto message to be edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: " 043 AutoMsg

    $ The Millionaire $

    ..."Will we ever fear the ecstasy of free thought?" - Thinkman...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Thursday, April 16, 2020 10:44:12
    Re: Auto Message
    By: The Millionaire to Digital Man on Thu Apr 16 2020 06:46 am

    Hi DM. I'm assuming now that you're allowing the auto message to be edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: " 043 AutoMsg

    You can't edit it... yet. But yeah, and ~delete is already an option for sysops. So yeah, expect changes wrt how the text.dat is used for automsg.js.

    digital man

    Synchronet "Real Fact" #107:
    Weedpuller "Beat It Out Of You" http://youtu.be/xWZ6vFvx4Kg
    Norco, CA WX: 68.8øF, 45.0% humidity, 0 mph WSW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to Digital Man on Thursday, April 16, 2020 14:08:00
    Digital Man wrote to The Millionaire <=-

    Hi DM. I'm assuming now that you're allowing the auto message to be edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: " 043 AutoMsg

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).



    ... Gone crazy, be back later, please leave message.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Gamgee on Thursday, April 16, 2020 15:57:19
    Re: Re: Auto Message
    By: Gamgee to Digital Man on Thu Apr 16 2020 02:08 pm

    Digital Man wrote to The Millionaire <=-

    Hi DM. I'm assuming now that you're allowing the auto message to be edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: " 043 AutoMsg

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).

    It's not displayed on the prompt, but 'D' does work (in automsg.js).

    digital man

    Synchronet "Real Fact" #15:
    SBBSecho was introduced (replacing SBBSFIDO) for Synchronet v2 in 1994.
    Norco, CA WX: 73.6øF, 41.0% humidity, 12 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Gamgee on Thursday, April 16, 2020 15:57:09
    Re: Re: Auto Message
    By: Gamgee to Digital Man on Thu Apr 16 2020 02:08 pm

    Hi DM. I'm assuming now that you're allowing the auto message to be
    edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: "
    043 AutoMsg

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).

    When I first started using Synchronet in 2007, with 3.14, I could've sworn there was an option (at least for the sysop) to delete the auto-message in the telnet interface, as I remember thinking it was odd when that option seemed to disappear.. Maybe I'm remembering wrong though.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Nightfox on Thursday, April 16, 2020 18:03:08
    Re: Re: Auto Message
    By: Nightfox to Gamgee on Thu Apr 16 2020 03:57 pm

    Re: Re: Auto Message
    By: Gamgee to Digital Man on Thu Apr 16 2020 02:08 pm

    Hi DM. I'm assuming now that you're allowing the auto message to be
    edited, Line 43 in text.dat will read:

    57 "\r\nAuto Message - ~Read, ~Write, ~Edit, or ~Quit: "
    043 AutoMsg

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).

    When I first started using Synchronet in 2007, with 3.14, I could've sworn there was an option (at least for the sysop) to delete the auto-message in the telnet interface, as I remember thinking it was odd when that option seemed to disappear.. Maybe I'm remembering wrong though.

    Nope, never had a delete option until I ported that logic to automsg.js recently and added the hidden (D)elete option, just for the sysop.

    digital man

    Synchronet "Real Fact" #25:
    The Digital Dynamics company ceased day-to-day opperations in late 1995.
    Norco, CA WX: 69.2øF, 40.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to Digital Man on Thursday, April 16, 2020 19:37:00
    Digital Man wrote to Gamgee <=-

    Re: Re: Auto Message
    By: Gamgee to Digital Man on Thu Apr 16 2020 02:08 pm

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).

    It's not displayed on the prompt, but 'D' does work (in
    automsg.js).

    Ahhhh, indeed it does. Also did some exploring and found that it
    can be manually deleted from /sbbs/data/msgs/auto.msg.

    Thanks DM!



    ... Is fire supposed to shoot out of it like that!?
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT to Nightfox on Thursday, April 16, 2020 19:49:00
    Nightfox wrote to Gamgee <=-

    Re: Re: Auto Message
    By: Gamgee to Digital Man on Thu Apr 16 2020 02:08 pm

    You can't edit it... yet. But yeah, and ~delete is already an
    option for sysops. So yeah, expect changes wrt how the text.dat
    is used for automsg.js.

    Hmmmm... I don't see any Delete option while logged in as the
    sysop. Running recent CVS updated SBBS (v3.18a).

    When I first started using Synchronet in 2007, with 3.14, I
    could've sworn there was an option (at least for the sysop) to
    delete the auto-message in the telnet interface, as I remember
    thinking it was odd when that option seemed to disappear.. Maybe
    I'm remembering wrong though.

    You're probably remembering correctly, and it's now a "hidden"
    choice for the sysop. You probably saw DM's message in here
    saying the "D" command will delete it (while at the AutoMessage
    prompt). Works like a champ.

    On a (sort of) related note - I've been trying out some of your DD
    mods today, specifically ListTodaysCallers, MatrixLogin,
    Msg/FileAreaChooser, MsgReader, and really like them a lot. Sure
    do appreciate the work and effort you've put into that. Thanks!



    ... The haves and have-nots come from the dos and the do-nots.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Gamgee on Thursday, April 16, 2020 19:51:41
    Re: Re: Auto Message
    By: Gamgee to Nightfox on Thu Apr 16 2020 07:49 pm

    On a (sort of) related note - I've been trying out some of your DD
    mods today, specifically ListTodaysCallers, MatrixLogin, Msg/FileAreaChooser, MsgReader, and really like them a lot. Sure
    do appreciate the work and effort you've put into that. Thanks!

    I'm glad you enjoy using them.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com