• src/sbbs3/sbbsdefs.h

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 21 19:25:49 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/1d317681e4e8dd13ee1bae4d
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Define ERR_MKDIR - needed by previous commit

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 24 20:23:32 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f4aa45605a5180dc99fad777
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Remove some unused/obsolete macros.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 1 22:38:33 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ac5562adc67248967fe4f3aa
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increment revision to b (so, v3.19b).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 3 18:10:52 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/76720fc1d41bcc3055786395
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increase revision to 'c' (v3.19c) as v3.19b was released yesterday

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Feb 23 00:19:23 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/891f8c56184d9541739e7d3a
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increase maximum extended file description length from 4000 to 5000

    Apparently 4000 characters isn't enough for everyone to describe their files in vibrant colors and "graphics". :-)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Mar 29 01:16:22 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/6e9fee01975d0775e721a99f
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Add enum CSTATS_FIELD definition

    Defines the field indexes for records in csts.ini

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Feb 26 00:07:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/68c33d29a75ef4b093033c4c
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Expand user_t.curxtrn from 8 to 16 chars (the new maxlen of int-codes)

    Apparently I missed this in commit b1f3fef6.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Fri Mar 10 19:59:26 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/7fffb0f909cf5a6dcd6f7006
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    CRLF macro now calls sbbs_t::newline()

    No change in behavior.
    Eventually would like to get rid of all the CRLF (and CLS) macro usage.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • 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