• FreqIt doesn't respond to

    From Daniel Clough@VERT to GitLab issue in main/sbbs on Tuesday, March 11, 2025 14:59:00
    open https://gitlab.synchro.net/main/sbbs/-/issues/888

    Can't get FreqIT to send a file back when I netmail to the system (running latest SBBS on Linux as of March 10, 2025). I'm requesting the file with a netmail, with "FR: ALLFILES" as the subject line. My freqit.ini file has a Magic word defined for ALLFILES, and the file exists in the specified location. My logs show the .req file(s) arriving, and then they are immediately deleted and nothing gets sent back. Digitalman suggested I add a logging line to binkit.js to see if the .req is being recognized. I did that and see in my logs that a .req was received, and the next thing that should happen is that the function "handle_freq" is called. But it seems that that function (at line 463 in the current binkit.js) is not working correctly, or at all, because no file gets sent out, and no other error messages are logged. Thank you.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Daniel Clough@VERT to GitLab note in main/sbbs on Thursday, March 13, 2025 14:06:00
    https://gitlab.synchro.net/main/sbbs/-/issues/888#note_6763

    I have figured this out and will close the issue. Apparently the magic name defined in ../ctrl/freqit.ini (as in [ALLFILES]) must be in lowercase. I had it in all CAPS and when I changed it to lowercase things work as expected. Ugh.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Daniel Clough@VERT to GitLab issue in main/sbbs on Thursday, March 13, 2025 14:06:00
    close https://gitlab.synchro.net/main/sbbs/-/issues/888

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Thursday, March 13, 2025 23:06:00
    https://gitlab.synchro.net/main/sbbs/-/issues/888#note_6764

    The way the code's written, it should be case-insensitve.

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