• Testing Mail Here

    From Chad Adams@1:19/37 to All on Sun Aug 14 13:26:12 2022
    Is my mail going out?

    --- BBBS/Li6 v4.10 Toy-5
    * Origin: The ByteXchange BBS | bbs.thebytexchange.com (Hideaway, T) (1:19/37)
  • From Alan Ianson@1:153/757 to Chad Adams on Sun Aug 14 15:43:38 2022
    Is my mail going out?

    Yes, looks good here.

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Jay Harris@1:229/664.1 to Chad Adams on Sun Aug 14 19:05:10 2022
    *** Quoting Chad Adams from a message to All ***

    @MSGID: 1:19/37.0 a7d992f0
    @TZUTC: -0600
    @CHARSET: PC-8
    @PATH 19/37 153/757 280/464 633/280 229/426 664
    Is my mail going out?

    -!- BBBS/Li6 v4.10 Toy-5
    * Origin: The ByteXchange BBS | bbs.thebytexchange.com (Hideaway, T) (1:19/37)

    Yes Siree Chad!


    Jay

    ... Its not the size of the ship, its the size of the waves

    --- Telegard v3.09.g2-sp4/mL
    * Origin: Northern Realms | tg.nrbbs.net | 289-424-5180 (1:229/664.1)
  • From Vincent Coen@2:250/1 to Chad Adams on Mon Aug 15 16:47:13 2022
    Hello Chad!

    Sunday August 14 2022 13:26, you wrote to All:

    @MSGID: 1:19/37.0 a7d992f0
    @TZUTC: -0600
    @CHARSET: PC-8
    Is my mail going out?


    SEEN-BY: 1/120 14/5 18/0 19/37 25/0 123/0 25 180 200 755 134/100
    135/300
    SEEN-BY: 153/135 757 7715 154/10 221/6 222/2 240/1120 250/0 1 2 3 4 5
    6 8 11
    SEEN-BY: 250/12 261/38 263/0 275/1000 280/464 299/6 300/4 712/1321
    3634/0 12
    SEEN-BY: 3634/15 27 50 57 119 5020/1042
    @PATH: 19/37 153/757 3634/12 250/1

    Nope.


    Vincent

    --- Mageia Linux v8 X64/Mbse v1.0.8/GoldED+/LNX 1.1.5-b20180707
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Enric Lleal Serra@2:343/107.1 to All on Thu Aug 29 15:52:32 2024
    Hi guys,

    BBBS software natively implements the automatic and unattended adoption of files when they arrive through TIC distribution channels. If not, BBBS can adopt new files (out of TIC processes) in a manual and assisted manner, through the system's own menus in a local or telnet connection.

    However, how do you adopt files collections, serialized files, sets of independent files by topic, etc?

    I've just finished ook.sh, a bash script that should respond to this need, as an interactive support tool for a BBBS SysOp. Rudimentary, but useful.

    ook.sh generates and/or maintains description.ion files from the FILE_ID.DIZ description of ZIP files pointed at it, in a static or recursive location.

    You simply put the zip file on your desired location, and ook.sh will take care of it.

    ook.sh needs the unzip, grep, file and stat utilities to be available on the system in order to perform the necessary operations. I've tested it in a bash shell, so if you use another shell it may need to be adjusted accordingly. This could apply to Windows WSL environments making it possible to run this script on a BBBS installation over MS Windows. But I'm not sure as I don't use Windows.

    I use the file command to ensure that a processable archive is indeed a ZIP, checking if the output of the command contains 'Zip archive data'.

    For each ZIP file, the script checks if it is already registered in its description.ion. If it is, skip its processing. If not, extract3 the contents of the file_id.diz (case-insensitive) and include it in the description.ion, on the same line as the name of the ZIP file, replacing line breaks with @n (encoding that BBBS interprets as a line break).

    If the -r parameter is specified, the script recursively processes all subdirectories. Otherwise, only process the current directory.

    If the -s parameter is specified followed by the name of a ZIP archive, only that archive is processed.

    At the end of its execution, the script displays a summary with the total number of new ZIP files processed and the total size in bytes of these files.

    Summarizing:

    Recursive directory mode: ./ook.sh -r
    Specific ZIP mode: ./ook.sh -s archive.zip
    Current directory mode (no recursion): ./ook.sh

    Check it out, guys. Maybe it will be useful to someone else besides me.

    https://shipyard.thefreebay.net/eotb/bash-description-ook.git

    A reveure!!
    Enric

    --- BBBS/Li6 v4.10 Toy-7
    * Origin: Pursuit Special - The last of the V8 Interceptors (2:343/107.1)
  • From Janis Kracht@1:261/38 to Enric Lleal Serra on Tue Sep 17 07:47:26 2024
    Hi Enric!

    Sorry I missed your message until now, this sounds interesting, thank you for your work :)

    [...]
    I've just finished ook.sh, a bash script that should respond to this need, as an interactive support tool for a BBBS SysOp. Rudimentary, but useful.

    ook.sh generates and/or maintains description.ion files from the FILE_ID.DIZ description of ZIP files pointed at it, in a static or recursive location.


    https://shipyard.thefreebay.net/eotb/bash-description-ook.git

    Thank you again,
    Janis

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: <<Prism bbs (1:261/38)
  • From Enric Lleal Serra@2:343/107.1 to Janis Kracht on Tue Sep 24 14:49:08 2024
    Hi Janis,

    Sorry I missed your message until now, this sounds interesting, thank you for your work :)

    You can try the Ook companion: the file_id.diz editor... ;-)

    https://shipyard.thefreebay.net/eotb/gui-diz-editor.git

    A reveure!!
    Enric



    --- BBBS/Li6 v4.10 Toy-7
    * Origin: Pursuit Special - The last of the V8 Interceptors (2:343/107.1)
  • From Sean Rima@1:153/757 to Enric Lleal Serra on Sun Feb 16 08:36:42 2025
    Hi guys,
    BBBS software natively implements the automatic and unattended adoption of files when they arrive through TIC distribution channels. If not, BBBS can
    adopt new files (out of TIC processes) in a manual and assisted manner, throug
    the system's own menus in a local or telnet connection.

    I downloaded this and it is permanently in my bbbs bin directory. Handy little tool

    Sean

    --- BBBS/Li6 v4.10 Toy-7
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Enric Lleal Serra@2:343/107.1 to Sean Rima on Wed Feb 26 09:35:28 2025
    Hi Sean,

    I downloaded this and it is permanently in my bbbs bin directory. Handy little
    tool

    I appreciate that. ;-)


    A reveure!!
    Enric

    --- BBBS/Li6 v4.10 Toy-7
    * Origin: Pursuit Special - The last of the V8 Interceptors (2:343/107.1)
  • From Sean Rima@2:263/1.1 to Enric Lleal Serra on Wed Feb 26 09:36:00 2025
    Hi Sean,

    I downloaded this and it is permanently in my bbbs bin directory. Handy
    little tool

    I appreciate that. ;-)

    I have starred your git in case you add more bbbs stuff :)

    Sean

    --- OpenXP 5.0.64
    * Origin: There Can Only Be 1 (2:263/1.1)