• exec/sbbsecho_upgrade.js

    From rswindell@VERT to CVS commit on Sunday, January 17, 2016 01:39:27
    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini. This script can
    be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g.
    jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The objective is to retain all your settings (though some of them are going away, e.g. store_seenby, store_path, store_kludge, as these are just going
    be mandatory in future versions) but any comments you may have added by hand
    in your sbbsecho.cfg, unfortunately, won't be retained.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made via areafix won't be so damaging to any manual changes you've made.

    I hope you find the new config file easier to read and manage. I've tried to retain as many key-words as the old sbbsecho.cfg, so it should feel familiar. Feedback is welcome.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to rswindell on Sunday, January 17, 2016 10:25:43
    Re: exec/sbbsecho_upgrade.js
    By: rswindell to CVS commit on Sun Jan 17 2016 01:39:27

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini. This script can
    be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g.
    jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The objective is to retain all your settings (though some of them are going away, e.g. store_seenby, store_path, store_kludge, as these are just going be mandatory in future versions) but any comments you may have added by hand in your sbbsecho.cfg, unfortunately, won't be retained.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made via areafix won't be so damaging to any manual changes you've made.

    I hope you find the new config file easier to read and manage. I've tried to retain as many key-words as the old sbbsecho.cfg, so it should feel familiar. Feedback is welcome.


    Got this after I ran it the first time on my test system.

    C:\sbbs\exec>jsexec sbbsecho_upgrade.js

    JSexec v3.16c-Win32 (rev 1.169) - Execute Synchronet JavaScript Module
    Compiled Aug 14 2015 22:34:48 with MSC 1800

    Loading configuration files from /sbbs/ctrl
    JavaScript-C 1.8.5 2011-03-31
    JavaScript: Creating runtime: 8388608 bytes
    JavaScript: Initializing context (stack: 16384 bytes)

    Reading script from C:\sbbs\exec\sbbsecho_upgrade.js C:\sbbs\exec\sbbsecho_upgrade.js compiled in 0.00 seconds
    !Unrecognized cfg line: SEND_NOTIFY 1:249/303.1 1:249/134 1:249/179 1:249/202 1:
    249/203 1:249/204 1:249/205 1:249/206 1:249/304 1:229/308 1:229/426 1:3828/7 2:2
    03/0 2:280/464
    !JavaScript C:\sbbs\exec\sbbsecho_upgrade.js line 183: TypeError: hub is undefi
    ned
    C:\sbbs\exec\sbbsecho_upgrade.js executed in 0.04 seconds

    JavaScript: Destroying context
    JavaScript: Destroying runtime

    I will send you both the .ini and the .cfg file seperately
    --- SBBSecho 2.32-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to rswindell on Sunday, January 17, 2016 11:13:00
    rswindell wrote to CVS commit <=-

    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and
    the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini.
    This script can be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec
    sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g. jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The objective is to retain all your settings (though some of them are going away, e.g. store_seenby, store_path, store_kludge, as these are
    just going be mandatory in future versions) but any comments you may
    have added by hand in your sbbsecho.cfg, unfortunately, won't be
    retained.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made
    via areafix won't be so damaging to any manual changes you've made.

    I hope you find the new config file easier to read and manage. I've
    tried to retain as many key-words as the old sbbsecho.cfg, so it should feel familiar. Feedback is welcome.

    Done and converted like a charm. I like the new layout, especially the nodes section.

    One question though, In the soon to be old cfg, I have NOCIRCULARFWD, which I thought meant if sbbsecho sees a circular path, it won't forward it. In the newer version I see fwd_circular = true. Does this need to be false as to not fwd circular messages?


    --

    Bill

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


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Accession@VERT/PHARCYDE to rswindell on Sunday, January 17, 2016 11:21:14
    Hello rswindell,

    On 17 Jan 16 01:39, rswindell wrote to CVS commit:

    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and
    the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini.
    This script can be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec
    sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g. jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    As far as I can tell, it looks like it converted perfectly. It cleared out the store_seenby, store_path, and store_kludge lines I had in sbbsecho.cfg (which seems is intended now) and kept all my other settings in tact.

    I like the fact that all the links are separated with all their information stored with them, instead of having to enter the node number 3-4 times as we have to do now. Looking good!

    If you would still like to see the end result, let me know and I'll email it to
    you. Otherwise, I can't see anything out of the ordinary.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made
    via areafix won't be so damaging to any manual changes you've made.

    Is that what would happen? I've noticed at times my sbbsecho.cfg (which I used to edit completely manual, so that everything was in correct orders and such) would be completely rearranged and would have to re-do it all. Ever since I went to using echocfg it hasn't been rearranged, but things remain out of order.

    By out of order, I just mean like there would be 10 listings of zone one stuff,
    10 listings of zone 46 stuff, then go back to some other zone 1 links, etc. It wouldn't stay ordered 1: through the highest zone number I have.. No biggie, just my own visual thing. As long as it's parsed correctly I try not to look at
    sbbsecho.cfg as much anymore. :)

    I hope you find the new config file easier to read and manage. I've
    tried to retain as many key-words as the old sbbsecho.cfg, so it
    should feel familiar. Feedback is welcome.

    Hell yes. Having each link's config all in one section is great. I like the way
    it looks so far!

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20151129
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Nicholas Boel@VERT to Bill McGarrity on Sunday, January 17, 2016 11:45:50
    Hello Bill,

    On 17 Jan 16 11:13, Bill McGarrity wrote to rswindell:

    One question though, In the soon to be old cfg, I have NOCIRCULARFWD, which I thought meant if sbbsecho sees a circular path, it won't
    forward it. In the newer version I see fwd_circular = true. Does
    this need to be false as to not fwd circular messages?

    Ah, good catch Bill! I have this same thing as well. Maybe it's supposed to be "no_fwd_circular = true", otherwise it would be a complete reversal of the true/false. *shrug*

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20151129
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (1:154/701)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Joe Delahaye on Sunday, January 17, 2016 15:35:39
    Re: exec/sbbsecho_upgrade.js
    By: Joe Delahaye to rswindell on Sun Jan 17 2016 10:25 am

    Re: exec/sbbsecho_upgrade.js
    By: rswindell to CVS commit on Sun Jan 17 2016 01:39:27

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini. This script can
    be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g. jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The objective is to retain all your settings (though some of them are going away, e.g. store_seenby, store_path, store_kludge, as these are just going be mandatory in future versions) but any comments you may have added by hand in your sbbsecho.cfg, unfortunately, won't be retained.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made via areafix won't be so damaging to any manual changes you've made.

    I hope you find the new config file easier to read and manage. I've tried to retain as many key-words as the old sbbsecho.cfg, so it should feel familiar. Feedback is welcome.


    Got this after I ran it the first time on my test system.

    C:\sbbs\exec>jsexec sbbsecho_upgrade.js

    JSexec v3.16c-Win32 (rev 1.169) - Execute Synchronet JavaScript Module Compiled Aug 14 2015 22:34:48 with MSC 1800

    Loading configuration files from /sbbs/ctrl
    JavaScript-C 1.8.5 2011-03-31
    JavaScript: Creating runtime: 8388608 bytes
    JavaScript: Initializing context (stack: 16384 bytes)

    Reading script from C:\sbbs\exec\sbbsecho_upgrade.js C:\sbbs\exec\sbbsecho_upgrade.js compiled in 0.00 seconds
    !Unrecognized cfg line: SEND_NOTIFY 1:249/303.1 1:249/134 1:249/179 1:249/202 1:
    249/203 1:249/204 1:249/205 1:249/206 1:249/304 1:229/308 1:229/426 1:3828/7 2:2
    03/0 2:280/464
    !JavaScript C:\sbbs\exec\sbbsecho_upgrade.js line 183: TypeError: hub is undefi
    ned
    C:\sbbs\exec\sbbsecho_upgrade.js executed in 0.04 seconds

    Okay, thanks, that's good feedback.

    digital man

    Synchronet "Real Fact" #38:
    Synchronet first supported Windows NT v6.x (a.k.a. Vista/Win7) w/v3.14a (2006). Norco, CA WX: 66.7øF, 59.0% humidity, 7 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Bill McGarrity on Sunday, January 17, 2016 15:36:57
    Re: Re: exec/sbbsecho_upgrade.js
    By: Bill McGarrity to rswindell on Sun Jan 17 2016 11:13 am

    rswindell wrote to CVS commit <=-

    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini. This script can be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g. jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The objective is to retain all your settings (though some of them are going away, e.g. store_seenby, store_path, store_kludge, as these are just going be mandatory in future versions) but any comments you may have added by hand in your sbbsecho.cfg, unfortunately, won't be retained.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made via areafix won't be so damaging to any manual changes you've made.

    I hope you find the new config file easier to read and manage. I've tried to retain as many key-words as the old sbbsecho.cfg, so it should feel familiar. Feedback is welcome.

    Done and converted like a charm. I like the new layout, especially the nodes section.

    One question though, In the soon to be old cfg, I have NOCIRCULARFWD, which I thought meant if sbbsecho sees a circular path, it won't forward it. In the newer version I see fwd_circular = true. Does this need to be false as to not fwd circular messages?

    Yes, that was a bug in the conversion. Thanks!

    digital man

    Synchronet "Real Fact" #72:
    SyncTERM (created by Deuce) contains portions of Synchronet and SEXYZ code. Norco, CA WX: 66.7øF, 59.0% humidity, 7 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Accession on Sunday, January 17, 2016 15:42:18
    Re: Re: exec/sbbsecho_upgrade.js
    By: Accession to rswindell on Sun Jan 17 2016 11:21 am

    Hello rswindell,

    On 17 Jan 16 01:39, rswindell wrote to CVS commit:

    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:
    I'm working on a major SBBSecho overhaul (to be dubbed version 3) and the old sbbsecho.cfg file is going to be replaced with sbbsecho.ini. This script can be used to convert an existing sbbsecho.cfg (or other sbbsecho config file with a different filename) to an sbbsecho.ini (or other filename if desired). Either just run "jsexec sbbsecho_upgrade.js" or you can pass the cfg filename and the ini filenames on the command-line (e.g. jsexec sbbsecho_upgrade.js path/to/my/cfgfile path/to/my/inifile)

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    As far as I can tell, it looks like it converted perfectly. It cleared out the store_seenby, store_path, and store_kludge lines I had in sbbsecho.cfg (which seems is intended now) and kept all my other settings in tact.

    Okay, thanks.

    I like the fact that all the links are separated with all their information stored with them, instead of having to enter the node number 3-4 times as we have to do now. Looking good!

    Data structures that look better usually work better too, so it's actually more than just cosmetic (or convenient).

    If you would still like to see the end result, let me know and I'll email it to
    you. Otherwise, I can't see anything out of the ordinary.

    Some others have found some bugs in the conversion already, so I'll be committed an update to the script here shortly. Please run it again.

    On the bright side, the sbbsecho.ini *will* retain your comments when edited with the future version of echocfg and the modifications made via areafix won't be so damaging to any manual changes you've made.

    Is that what would happen? I've noticed at times my sbbsecho.cfg (which I used to edit completely manual, so that everything was in correct orders and such) would be completely rearranged and would have to re-do it all. Ever since I went to using echocfg it hasn't been rearranged, but things remain out of order.

    Yes, areafix requests would re-write parts of the .cfg file and often mess things up. The latest "bug" I noticed was that an areafix request, say, to the packer/archive type, would re-write the 'ALL' node as 665535:65535/65535.65535. This still works (represents the wildcard address for 'all nodes'), but is obviously not the intention.

    By out of order, I just mean like there would be 10 listings of zone one stuff,
    10 listings of zone 46 stuff, then go back to some other zone 1 links, etc. It wouldn't stay ordered 1: through the highest zone number I have.. No biggie, just my own visual thing. As long as it's parsed correctly I try not to look at
    sbbsecho.cfg as much anymore. :)

    Yeah, the ordering should stay more sane using the .ini stuff.

    I hope you find the new config file easier to read and manage. I've tried to retain as many key-words as the old sbbsecho.cfg, so it
    should feel familiar. Feedback is welcome.

    Hell yes. Having each link's config all in one section is great. I like the way
    it looks so far!

    Okay, good to hear. Thanks for playing,

    digital man

    Synchronet "Real Fact" #49:
    JAM and Squish were considered before developing Synchronet Message Base format.
    Norco, CA WX: 66.7øF, 59.0% humidity, 7 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 17, 2016 15:57:35
    exec sbbsecho_upgrade.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6126

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Fix bugs reported in first runs of this script by SBBSecho sysops.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to Digital Man on Sunday, January 17, 2016 19:20:00
    Digital Man wrote to Bill McGarrity <=-

    Done and converted like a charm. I like the new layout, especially the nodes section.

    One question though, In the soon to be old cfg, I have NOCIRCULARFWD, which I thought meant if sbbsecho sees a circular path, it won't forward it. In the newer version I see fwd_circular = true. Does this need to be false as to not fwd circular messages?

    Yes, that was a bug in the conversion. Thanks!

    Welcome....


    --

    Bill

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


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Bill McGarrity@VERT/TEQUILAM to Nicholas Boel on Sunday, January 17, 2016 19:24:00
    Nicholas Boel wrote to Bill McGarrity <=-

    Hiya Nick...

    On 17 Jan 16 11:13, Bill McGarrity wrote to rswindell:

    One question though, In the soon to be old cfg, I have NOCIRCULARFWD, which I thought meant if sbbsecho sees a circular path, it won't
    forward it. In the newer version I see fwd_circular = true. Does
    this need to be false as to not fwd circular messages?

    Ah, good catch Bill! I have this same thing as well. Maybe it's
    supposed to be "no_fwd_circular = true", otherwise it would be a
    complete reversal of the true/false. *shrug*

    Thanks... just didn't seem right and Rob confirmed it.

    I did have the same issues as Joe though with the SEND_NOTIFY after I looked more closely. It helps when you ahve downlinks if that is working correctly... :)


    --

    Bill

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


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Joe Delahaye@VERT to Digital Man on Sunday, January 17, 2016 20:29:09
    Re: exec/sbbsecho_upgrade.js
    By: Digital Man to Joe Delahaye on Sun Jan 17 2016 15:35:39

    Okay, thanks, that's good feedback.


    Welcome.
    --- SBBSecho 2.32-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to rswindell on Sunday, January 17, 2016 21:10:06
    Re: exec/sbbsecho_upgrade.js
    By: rswindell to CVS commit on Sun Jan 17 2016 15:57:35

    Fix bugs reported in first runs of this script by SBBSecho sysops.

    Result this time around.

    C:\sbbs\exec>jsexec sbbsecho_upgrade.js

    JSexec v3.16c-Win32 (rev 1.169) - Execute Synchronet JavaScript Module
    Compiled Aug 14 2015 22:34:48 with MSC 1800

    Loading configuration files from /sbbs/ctrl
    JavaScript-C 1.8.5 2011-03-31
    JavaScript: Creating runtime: 8388608 bytes
    JavaScript: Initializing context (stack: 16384 bytes)

    Reading script from C:\sbbs\exec\sbbsecho_upgrade.js C:\sbbs\exec\sbbsecho_upgrade.js compiled in 0.00 seconds /sbbs/ctrl\sbbsecho.cfg successfully converted to /sbbs/ctrl\sbbsecho.ini C:\sbbs\exec\sbbsecho_upgrade.js executed in 0.03 seconds

    JavaScript: Destroying context
    JavaScript: Destroying runtime
    --- SBBSecho 2.32-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 17, 2016 21:13:35
    exec sbbsecho_upgrade.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28344

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Latest fixes.
    Also using "keys" instead of "flags" for echolists and node configurations.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 18, 2016 00:17:49
    exec sbbsecho_upgrade.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23548

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    More fixes:
    - Bool option conversion (e.g. nocircularfwd->fwd_circular) didn't work.
    - Log flags needs 0x prefix
    - Missing ELIST_ONLY -> add_from_echolists_only bool conversion.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, January 19, 2016 00:47:29
    exec sbbsecho_upgrade.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32030

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Bug-fix for the log values-by-name (NONE, ALL, DEFAULT).
    Set the inbound directory based on the outbound directory (replace "out" with "in"), if not explicitly set in the .cfg file.
    The setting SCFG->Networks->Fido->Inbound File Directory is being deprecated (and not used by SBBSecho v3+).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Poindexter Fortran@VERT/REALITY to rswindell on Tuesday, January 19, 2016 12:52:19
    Re: exec/sbbsecho_upgrade.js
    By: rswindell to CVS commit on Sun Jan 17 2016 01:39 am

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me

    Sending your way -- I like the format a lot more than the .cfg file. One pet peeve of mine has been not being able to sort the nodes list, I'm hoping that sorting the .ini file entries would sort the display in sbbsecho v3?

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Digital Man@VERT to Poindexter Fortran on Tuesday, January 19, 2016 15:25:24
    Re: exec/sbbsecho_upgrade.js
    By: Poindexter Fortran to rswindell on Tue Jan 19 2016 12:52 pm

    Re: exec/sbbsecho_upgrade.js
    By: rswindell to CVS commit on Sun Jan 17 2016 01:39 am

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me

    Sending your way -- I like the format a lot more than the .cfg file. One pet peeve of mine has been not being able to sort the nodes list, I'm hoping that sorting the .ini file entries would sort the display in sbbsecho v3?

    Yes, the order of the items in the .ini file (sorted however you like) should be maintained.

    digital man

    Synchronet "Real Fact" #52:
    Synchronet Blackjack was the first multi-node/multi-user game for Synchronet. Norco, CA WX: 60.7øF, 77.0% humidity, 11 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thursday, January 21, 2016 03:00:54
    exec sbbsecho_upgrade.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11227

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Add a comment to the .ini file with the name & version of the script.
    Convert log_level to LogLevel to be more consistent with sbbs.ini, services.ini etc.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Raymond Quinn@VERT/US99 to rswindell on Friday, January 29, 2016 19:57:00
    rswindell wrote to CVS commit <=-

    @TZ: 41e0
    exec sbbsecho_upgrade.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23422

    Added Files:
    sbbsecho_upgrade.js
    Log Message:

    <SNIP>

    Before I commit v3, I wanted to have some SBBSecho sysops give this converter a test run. The sbbsecho.ini file won't be used by anything today, I just want you to examine the resulting file or send it to me (with redacted pwds if you like).

    The script worked like it should. I agree with the others; it is much
    easier to read and, therefore, edit, if necessary.



    _____
    , |[][]|
    ,__| ______| |
    ,__/__]|| ________ | D8 |
    |__!___!!`--'L_______\ |__________|() ___________
    "(_)[___]====(_)(_)=| \_(___________)_/__/=(_)===(_)~'

    73 de Ray Quinn W6RAY
    Visalia, CA USA DM06ih


    ... Ham radio operators do it with frequency.
    --- MultiMail/Linux v0.50
    þ Synchronet þ US 99 BBS - Visalia, CA - bbs.quinnnet.org
  • From rswindell@VERT to CVS commit on Thursday, February 25, 2016 00:52:29
    exec sbbsecho_upgrade.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv15308

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Updated to reflect my latest decisions on key names in sbbsecho.ini: VerboseAndCamelCase instead of terse_c_style names.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Accession@VERT/PHARCYDE to rswindell on Thursday, February 25, 2016 17:39:16
    Hello rswindell,

    On 25 Feb 16 00:52, rswindell wrote to CVS commit:

    exec sbbsecho_upgrade.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv15308

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Updated to reflect my latest decisions on key names in sbbsecho.ini: VerboseAndCamelCase instead of terse_c_style names.

    While you're revamping sbbsecho, I was thinking about a possible feature request.

    While I understand I'm able to read netmail/email with Golded+ by linking to /ctrl/mail.shd, could it be possible to be able to write to that base using external editors as well?

    Maybe I should rephrase that. Like JAM message areas, there is a separate area/sub-board for NETMAIL that can be accessed, read, and posted to. Linking to mail.cnf seems to have every single piece of internet mail as well as netmail to any and all users all mixed into one, all readable by me.

    If everything for everyone goes through that one section, and won't be changed in that regard, can we have the option to setup a personal netmail sub-board to use like JAM software can do?

    Even having the versatility of linking multiple node numbers to that netmail area/sub-board would be nice, so you only have to have one netmail area/sub-board for any/all networks, but also with the ability to setup multiple for separating networks' netmail as well..

    I guess I'd basically like to be able to separate Fido-style netmail from the rest of the internet mail, and be able to post to it externally (via smbutil) or even access it via an external program like Golded.

    Kinda winged it there on describing it.. but I hope that's enough for you to understand where I'm going with that. lol If not, ask away and I'll answer as best I can.

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20160201
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Digital Man@VERT to Accession on Thursday, February 25, 2016 18:17:13
    Re: Re: exec/sbbsecho_upgrade.js
    By: Accession to rswindell on Thu Feb 25 2016 05:39 pm

    Hello rswindell,

    On 25 Feb 16 00:52, rswindell wrote to CVS commit:

    exec sbbsecho_upgrade.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv15308

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Updated to reflect my latest decisions on key names in sbbsecho.ini: VerboseAndCamelCase instead of terse_c_style names.

    While you're revamping sbbsecho, I was thinking about a possible feature request.

    While I understand I'm able to read netmail/email with Golded+ by linking to /ctrl/mail.shd, could it be possible to be able to write to that base using external editors as well?

    You alrady can. There's nothing in Synchronet (or SBBSecho) prenting an SMB-aware message editor from writing messages to the mail base. smbutil can be used for this purpose even.

    Maybe I should rephrase that. Like JAM message areas, there is a separate area/sub-board for NETMAIL that can be accessed, read, and posted to. Linking to mail.cnf seems to have every single piece of internet mail as well as netmail to any and all users all mixed into one, all readable by me.

    If GoldEd+ is displaying all messages to you, that's a feature/function of GoldEd+ and has nothing to do with SBBSecho or Synchronet.

    If everything for everyone goes through that one section, and won't be changed in that regard, can we have the option to setup a personal netmail sub-board to use like JAM software can do?

    Synchronet already does that. If you read the mail base using a Synchronet-supported method (not GoldEd+) you'll normally only see *your* messages. What you're describing just sounds like a bug (or a feature, depending on how you look at it) of GoldEd+.

    Even having the versatility of linking multiple node numbers to that netmail area/sub-board would be nice, so you only have to have one netmail area/sub-board for any/all networks, but also with the ability to setup multiple for separating networks' netmail as well..

    I guess I'd basically like to be able to separate Fido-style netmail from the rest of the internet mail, and be able to post to it externally (via smbutil) or even access it via an external program like Golded.

    Kinda winged it there on describing it.. but I hope that's enough for you to understand where I'm going with that. lol If not, ask away and I'll answer as best I can.

    I have no plans to decouple different *types* of personal mail into separate message bases. All the personal mail goes in the mail base. That's the Synchronet design. And it really has nothing to do with SBBSecho.

    digital man

    Synchronet "Real Fact" #48:
    Synchronet program was named 'sbbs' instead of 'sync' to avoid conflict w/Unix. Norco, CA WX: 71.7øF, 27.0% humidity, 5 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Accession@VERT/PHARCYDE to Digital Man on Thursday, February 25, 2016 21:11:21
    Hello Digital,

    On 25 Feb 16 18:17, Digital Man wrote to Accession:

    While you're revamping sbbsecho, I was thinking about a possible
    feature request.

    While I understand I'm able to read netmail/email with Golded+ by
    linking to /ctrl/mail.shd, could it be possible to be able to write
    to that base using external editors as well?

    You alrady can. There's nothing in Synchronet (or SBBSecho) prenting
    an SMB-aware message editor from writing messages to the mail base. smbutil can be used for this purpose even.

    Okay. That's information enough. Golded still apparantly can't handle all of SMB features.

    Maybe I should rephrase that. Like JAM message areas, there is a
    separate area/sub-board for NETMAIL that can be accessed, read, and
    posted to. Linking to mail.cnf seems to have every single piece of
    internet mail as well as netmail to any and all users all mixed
    into one, all readable by me.

    If GoldEd+ is displaying all messages to you, that's a
    feature/function of GoldEd+ and has nothing to do with SBBSecho or Synchronet.

    Apparantly it doesn't know users. Since all netmail as well as internet mail to and from everyone is stored in mail.shd, I'm guessing you're right and it's a Golded error. It only reads the file that is given to it, and while it reads that file just fine, I don't want to see netmails not to or from me.

    If everything for everyone goes through that one section, and won't
    be changed in that regard, can we have the option to setup a
    personal netmail sub-board to use like JAM software can do?

    Synchronet already does that. If you read the mail base using a Synchronet-supported method (not GoldEd+) you'll normally only see
    *your* messages. What you're describing just sounds like a bug (or a feature, depending on how you look at it) of GoldEd+.

    Confirmed. Thanks for the feedback. There is and was no one supporting the SMB support of Golded besides you at that recent point. And before that I'm sure it was probably a decade or more since anyone has done so.. so it's a moot point.

    I have no plans to decouple different *types* of personal mail into separate message bases. All the personal mail goes in the mail base. That's the Synchronet design. And it really has nothing to do with SBBSecho.

    Ok. Thanks.

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20160201
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Digital Man@VERT to Accession on Thursday, February 25, 2016 23:23:40
    Re: Re: exec/sbbsecho_upgrade.js
    By: Accession to Digital Man on Thu Feb 25 2016 09:11 pm

    I have no plans to decouple different *types* of personal mail into separate message bases. All the personal mail goes in the mail base. That's the Synchronet design. And it really has nothing to do with SBBSecho.

    Ok. Thanks.

    Thanks for understanding. Perhaps one day I'll take another look at GoldEd+ and updating its SMB support. I noticed the same issues with netmail that you have.

    digital man

    Synchronet "Real Fact" #8:
    The name "DOVE-Net" comes from: The Beast's DOmain / VErtrauen network.
    Norco, CA WX: 65.9øF, 35.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Monday, April 11, 2016 02:59:05
    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which
    is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Monday, April 11, 2016 03:59:41
    exec sbbsecho_upgrade.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7175

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Terminology update: packer->archive


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to rswindell on Tuesday, April 12, 2016 22:26:46
    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the
    jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From Digital Man@VERT to Lord Time on Wednesday, April 13, 2016 00:12:39
    Re: Re: exec/sbbsecho_upgrade.js
    By: Lord Time to rswindell on Tue Apr 12 2016 10:26 pm

    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the
    jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    digital man

    Synchronet "Real Fact" #49:
    JAM and Squish were considered before developing Synchronet Message Base format.
    Norco, CA WX: 57.1øF, 78.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to Digital Man on Wednesday, April 13, 2016 07:16:15
    Re: Re: exec/sbbsecho_upgrade.js
    By: Lord Time to rswindell on Tue Apr 12 2016 10:26 pm

    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the
    jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    going to (just download the sbbs_dev.zip), the bat file was if you want to add it the cvs, to help out other sbbs sysop


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From Digital Man@VERT to Lord Time on Wednesday, April 13, 2016 14:51:55
    Re: Re: exec/sbbsecho_upgrade.js
    By: Lord Time to Digital Man on Wed Apr 13 2016 07:16 am

    Re: Re: exec/sbbsecho_upgrade.js
    By: Lord Time to rswindell on Tue Apr 12 2016 10:26 pm

    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    going to (just download the sbbs_dev.zip), the bat file was if you want to add it the cvs, to help out other sbbs sysop

    I'm not sure why a bat file would be needed. You want to just paste it here?

    digital man

    Synchronet "Real Fact" #75:
    Michael Swindell still has the "Synchronet Blimp" in his possession.
    Norco, CA WX: 71.7øF, 49.0% humidity, 7 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to Digital Man on Wednesday, April 13, 2016 16:15:59
    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    going to (just download the sbbs_dev.zip), the bat file was if you want to add it the cvs, to help out other sbbs sysop

    I'm not sure why a bat file would be needed. You want to just paste it here?

    ok, here it is (I called it sbbsecho.bat and I keep in in the \sbbs\exec dir.) :

    @echo off

    d: <- replace with your drive letter
    cd \Sbbs\ctrl
    del sbbsecho.ini

    cd \sbbs\exec
    jsexec sbbsecho_upgrade.js


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From Digital Man@VERT to Lord Time on Wednesday, April 13, 2016 19:16:19
    Re: Re: exec/sbbsecho_upgrade.js
    By: Lord Time to Digital Man on Wed Apr 13 2016 04:15 pm

    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    going to (just download the sbbs_dev.zip), the bat file was if you want to add it the cvs, to help out other sbbs sysop

    I'm not sure why a bat file would be needed. You want to just paste it here?

    ok, here it is (I called it sbbsecho.bat and I keep in in the \sbbs\exec dir.) :

    @echo off

    d: <- replace with your drive letter
    cd \Sbbs\ctrl
    del sbbsecho.ini

    cd \sbbs\exec
    jsexec sbbsecho_upgrade.js

    sbbsecho_upgrade.js will overwrite (replace) your ctrl/sbbsecho.ini file if it exists, so the file deletion is unnecessary. So the value of the batch file seems questionable to me. If it helps other sysops, then there it is. :-) They can just copy and paste it into a file and run it.

    digital man

    Synchronet "Real Fact" #71:
    Synchronet CIOXTRN (created by Deuce) is a 32-bit replacement for DOORWAY. Norco, CA WX: 65.3øF, 60.0% humidity, 6 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lord Time@VERT/TIME to Digital Man on Wednesday, April 13, 2016 19:50:37
    exec sbbsecho_upgrade.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5083

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    After converting sbbsecho.cfg to sbbsecho.ini, rename sbbsecho.cfg to sbbsecho.cfg.old to avoid confusion and make sure any other software/scripts that might use sbbsecho.cfg are now directed not to (and hopefully use sbbsecho.ini instead).
    DO NOT RUN THIS SCRIPT until you are ready to upgrade to SBBSecho v3 (which is not yet in CVS).
    If you upgrade to SBBSecho v3 without running this script, you won't have any of your previous settings (you can run the script after running SBBSecho v3). If you run the script witOUT upgrading to SBBSecho v3, you'll lose your settings, but you can just rename sbbecho.cfg.old to sbbsecho.cfg to get them back.

    Good Warning.

    Now about a month or two back, I made a bat file for running sbbsecho_upgrade.js (after I added a new node number to sbbsecho and made sure that there was no problems when the new node I ran the jsexec sbbsecho_upgrade.js, if you want me to send it over, let me know (it delete the old sbbsecho.ini and then make a new one)?

    If you ran sbbsecho_upgrade.js before (using a revision before 1.9), you should run it again. Some of the .ini section and key names have changed.

    going to (just download the sbbs_dev.zip), the bat file was if you want to add it the cvs, to help out other sbbs sysop

    I'm not sure why a bat file would be needed. You want to just paste it here?

    ok, here it is (I called it sbbsecho.bat and I keep in in the \sbbs\exec dir.) :

    @echo off

    d: <- replace with your drive letter
    cd \Sbbs\ctrl
    del sbbsecho.ini

    cd \sbbs\exec
    jsexec sbbsecho_upgrade.js

    sbbsecho_upgrade.js will overwrite (replace) your ctrl/sbbsecho.ini file if it exists,

    the first few times I ran jsexec sbbsecho_upgrade.js the sbbsecho.ini wasn't updating

    so the file deletion is unnecessary. So the value of the batch
    file seems questionable to me. If it helps other sysops, then there it is. :-) They can just copy and paste it into a file and run it.

    ok


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org:24 or
    Telnet://Time.Synchro.Net:24 (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time
    Astra : lord_time X-Box : Lord Time 2000 oovoo : lordtime2000
    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From rswindell@VERT to CVS commit on Thursday, April 14, 2016 02:28:19
    exec sbbsecho_upgrade.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19828

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Fix bug reported by Accession with echolist's converted to sbbsecho.ini:
    If the echolist had a configured hub address, but was not set to forward areafix requests, the sbbsecho.cfg syntax parsing was off by one field.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Monday, April 18, 2016 22:38:22
    exec sbbsecho_upgrade.js 1.10 1.11
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2822

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Fix bug (reported by Deuce), route_to lines in sbbsecho.cfg weren't converted to [node:x] "route' key.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sunday, November 05, 2017 18:51:19
    exec sbbsecho_upgrade.js 1.11 1.12
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2436

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Fix problem with parsing lines that have trailing white-space (i.e. manually edited
    sbbsecho.cfg files), using trimLeft().
    Added more debugging output (when debug is set to true) and display the number of
    nodes, echolist, and packers converted at the end.
    Don't rename converted files unless the extension is ".cfg".



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, November 06, 2017 19:26:01
    exec sbbsecho_upgrade.js 1.12 1.13
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6302

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Extra warning if the best-guess non-secure inbound dir doesn't exist.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, January 18, 2019 15:03:01
    exec sbbsecho_upgrade.js 1.13 1.14
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20081

    Modified Files:
    sbbsecho_upgrade.js
    Log Message:
    Fix comment added to created sbbsecho.ini file:
    The revision is of sbbsecho_upgrade.js, not the "exec_file" (update.js).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net