• src/sbbs3/sbbsdefs.h

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Jun 11 14:33:40 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/46aa6f79918b7e06164b2d8f
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Fix GCC build errors with SANITIZE=1

    scfgsys.c: In function `edit_sys_delmsg_policy':
    scfgsys.c:498:3: error: case label does not reduce to an integer constant
    498 | case SM_USRVDELM | SM_SYSVDELM:
    scfgsys.c:504:3: error: case label does not reduce to an integer constant
    504 | case SM_SYSVDELM:

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Oct 26 13:50:31 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/89a06273d030f0f558dbeece
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Extend max language code (user 'lang' property) length from 3 to 8 chars

    Ragnarok (DOCKSUD) would like to use lang_COUNTRY for their language files
    as "I use es_AR and is exactly not same to es_ES"

    It's trivial to extend the length more if there's a desire to do that.
    That's a nice thing about the new (in v3.20) user.tab file format.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Rob Swindell (on Debian Linux) on Fri Oct 27 13:50:17 2023
    El 26/10/23 a las 17:50, Rob Swindell (on Debian Linux) escribi¢:
    https://gitlab.synchro.net/main/sbbs/-/commit/89a06273d030f0f558dbeece Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Extend max language code (user 'lang' property) length from 3 to 8 chars

    Ragnarok (DOCKSUD) would like to use lang_COUNTRY for their language files
    as "I use es_AR and is exactly not same to es_ES"

    It's trivial to extend the length more if there's a desire to do that.
    That's a nice thing about the new (in v3.20) user.tab file format.
    ---
    ¨ Synchronet ¨ Vertrauen ¨ Home of Synchronet ¨ [vert/cvs/bbs].synchro.net

    thanksss! i agree text plain files are nice feature!
    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Dec 18 21:59:04 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8d944f3250fe88a9a169b351
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Change all 1L<<x to 1<<x

    Resolve reported clang warning:

    inkey.cpp:592:20: warning: implicit conversion from 'long' to 'int' changes value from 2147483648 to -2147483648 [-Wconstant-conversion]
    if(!term_supports(MOUSE))
    ~~~~~~~~~~~~~ ^~~~~
    ./sbbsdefs.h:574:19: note: expanded from macro 'MOUSE'
    #define MOUSE (1L<<31) /* Mouse supported terminal */

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Mar 24 01:45:43 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a704942a1ebddafd9d333b6b
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increment copyright year from 2022 to 2024

    Yeah, it's getting about that time...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wed Jan 1 22:01:29 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/ad7f6262771f2607482f5bef
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increment rev to 3.20b (not beta)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Jan 4 00:41:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2c9d70e1c0cedff1adbf39ad
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increase rev to C (v3.20c)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Jan 4 16:19:54 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/250ff06f972259673c97bd93
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increase rev to C (v3.20c)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Mar 3 22:11:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/080bf35249d21138894f7dca
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increment version to v3.20d

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Mar 4 00:41:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/3622e0ce8acf0724d293dada
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Bump rev to E (i.e. v3.20e)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Mar 31 15:16:47 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/52c61694c0177f8b3039afcf
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increase version to 3.21a

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Mar 31 16:03:56 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8c5271fd8a17ba0cc61f1768
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Fix VERSION_NUM and VERSION_HEX encoding of updated version number (32100).

    Use math to compute the value of VERSION_NUM and VERSION_HEX so we don't have mutliple sources of truth for the integer-encoded version number any longer.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Mar 31 16:56:11 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/e1f5b024fe9c54007d068ae3
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Clean up formatting, some typos, convert C-style single-line comments to C++

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Mar 31 17:22:20 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b1801a60a39be099f6285e64
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Derive VERSION_INT from VERSION

    Really, a single source of truth for the version major.minor number now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Mar 31 17:25:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b40aeea11338a4debd3b667f
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Re-arrange VERSION/REVISION defines and add a comment

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