• exec/init-fidonet.js

    From rswindell@1:103/705 to CVS commit on Tue May 12 10:23:30 2020
    exec init-fidonet.js 1.28 1.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2720

    Modified Files:
    init-fidonet.js
    Log Message:
    Address RefrenceError: SUB_NAME is not defined.



    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Wed Oct 21 12:31:54 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/54a8ebc163032825bac95b2b
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Fix typo
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Oct 21 12:31:54 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/a56227932f75dad1aea78a4b
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Merge branch 'patch-1' into 'master'Fix typoSee merge request sbbs/sbbs!14
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Fri Oct 23 12:15:10 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/12723416d3f09e5ae9a646f9
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Fix another typo that crashes the script
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Fri Oct 23 12:15:10 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/098619a07a72ae10c214bebc
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Merge branch 'patch-1' into 'master'Fix another typo that crashes the scriptSee merge request sbbs/sbbs!15
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Sun Nov 1 12:37:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/00e33392d72bb762ede8c8c6
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    change from hardcoded 200 to http_request.status.ok
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Sun Nov 1 12:37:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/11a8733a1172849fbf7f078e
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    use unzip on windows
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Sun Nov 1 12:37:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/e25dfe65e626e721990c7c72
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Revert "use unzip on windows"This reverts commit 11a8733a1172849fbf7f078eeeeec6b9e4a84fb7.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Michael Long@1:103/705 to Git commit to sbbs/master on Sun Nov 1 12:37:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/cd36a63ddb16787bfc65c9d9
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Revert "change from hardcoded 200 to http_request.status.ok"This reverts commit 00e33392d72bb762ede8c8c6eac895078f64be06.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Nov 1 13:28:29 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/5b4e44de9fb29fb3ba8a61f3
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Simplify the changes to get_linked_node()
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Nov 1 13:41:01 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c73f9bdb0aee3bb438edd2e5
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Fix up the unzip command-line introduced in mlong's enhancements1. You can't include % specifiers in the string passed to system.exec() - this is just a wrapper for system(), it doesn't recongize Synchronet command-line specifiers. - so I just prepend the exec_dir for Win32, leave off for *nix. - it appears this wasn't tested since that command-line would not work.2. Added 'j' option to unzip. We don't want the extraction of infopacks with sub-directories to be creating sub-directories under our ctrl dir. We should consider extracting to a temp dir instead of the ctrl dir if we don't have absolute control over what's being extracted from downloaded zip files. This could be dangerous if we're not extremely careful.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Nov 1 14:31:45 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9aaa2dd017de677d6a03c3fe
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Use constant for temp node number (9999) instead of repeating the magic numberDon't display the new network's domain if it's not defined.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Dec 24 18:41:34 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/c74ab4184640f9cb37258e65
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Don't prompt to send application netmail to same address twice in a rowThis repetition would happen when the hub's address was the same as their'fido' key value.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Jan 2 22:07:08 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/7c98f7adf3331ae40ae6054f
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Report correct filename in open failure error messageFixes issue #476
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Jan 16 21:52:58 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/ca5cf8e09bd4798ad53eaf09
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Fix a couple of compile errors introduced since v3.19It'd be nice if someone (me?) tested this. :-)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Fri Feb 24 17:48:51 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/97ab95081a893fe13e3cdc40
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Prompt for sysop's valid/working Internet email address... and use as reply-to address for any Internet-mailed node numberapplications.This fixes issue #456 reported by Nick Andre.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Fri Feb 24 18:39:46 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/12f48d22664976c3494639b7
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Use Archive() instead of executing 'unzip' to get echolist from infopackFixes issue #311Also clarify "Internet e-mail" address (unrelated)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sat Mar 25 20:32:33 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/11ed0c781e445b5bb132db38
    Modified Files:
    exec/init-fidonet.js
    Log Message:
    Fix with in adding new FTN addres to [fidonet] addr_list in msgs.iniThe address needed to be converted to a string first.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)