• src/sbbs3/js_cryptcert.c

    From Deuc╨╡ to Git commit to main/sbbs/master on Wed Dec 13 16:10:02 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/31ec5431b73a9a97ee9f304f
    Modified Files:
    src/sbbs3/js_cryptcert.c
    Log Message:
    Add workaround for cryptlib bug.

    CryptCert.export_cert(CryptCert.FORMAT.TEXT_CERTIFICATE) should
    now work properly instead of always returning an error.
  • From Deuc╨╡@shurd@sasktel.net to Git commit to main/sbbs/master on Fri Jan 31 16:48:48 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0f85941fa102017820ba6830
    Modified Files:
    src/sbbs3/js_cryptcert.c
    Log Message:
    Fix JSDOCS

    It's CryptCert.FORMAT.XXX
  • From Deuc╨╡@shurd@sasktel.net to Git commit to main/sbbs/master on Sat Nov 8 13:19:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/163eed7bc71042f79bc49498
    Modified Files:
    src/sbbs3/js_cryptcert.c
    Log Message:
    Add the properties you set the cursor values to to the CURSOR object

    Previously, the only way to use the CURSOR values was to "know" the
    ID of the attribute to stick them in, which is clearly not great.