• src/syncterm/bbslist.c src/xpdev/ini_file.c ini_file.h

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Oct 5 05:25:14 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/be0c80476b86c8410887b772
    Modified Files:
    src/syncterm/bbslist.c src/xpdev/ini_file.c ini_file.h
    Log Message:
    API sanity

    If XPDev can't do crypto, still have the types and symbols.
    These functions then just become thin wrappers around the
    non-encryption things.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 6 00:31:25 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/e9998e09fe4c37b8fd54c23a
    Modified Files:
    src/syncterm/bbslist.c src/xpdev/ini_file.c ini_file.h
    Log Message:
    A bit more crypto cleanup

    Remove DES (we don't enable it in Cryptlib)
    Remove CAST-256 (uses CAST-128)
    Sort by date invented in menu
    Call 3DES and RC4 insecure
    Fix initial value of "encrypted" in menu
    Put AES-128 before AES-256 because there's still no need for AES-256
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)