• src/sbbs3/atcodes.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sat May 2 19:46:18 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/652c350f9e81a9a671481b84
    Modified Files:
    src/sbbs3/atcodes.cpp
    Log Message:
    Make the FILE_NAME and FILE_WEB_PATH @-code expand to <sys_id>.QWK by default

    Fix for issue #1133
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed May 6 22:36:57 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/7e2d255f35e499c0039fa28a
    Modified Files:
    src/sbbs3/atcodes.cpp
    Log Message:
    atcodes: suppress INTEGER_OVERFLOW for CDTLEFT credit cast (CID 640970)

    The cast of user_available_credits() (uint64_t) to int64_t overflows
    only if credits exceed INT64_MAX (~9.2 quintillion). Not a real
    concern; SUPPRESS with explanation rather than a runtime clamp.

    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)