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

    From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 05:25:14
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, October 06, 2025 00:31:25
    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

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