• src/sbbs3/sbbsdefs.h

    From rswindell@VERT to CVS commit on Tuesday, April 09, 2019 11:48:31
    src/sbbs3 sbbsdefs.h 1.233 1.234
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3769

    Modified Files:
    sbbsdefs.h
    Log Message:
    Remove some cruft xtrn_t.misc bit definitions (WORDWRAP*), never used.
    Since QUOTEWRAP *is* used, just define that bit flag specifically.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 31, 2019 22:46:02
    src/sbbs3 sbbsdefs.h 1.246 1.247
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6365

    Modified Files:
    sbbsdefs.h
    Log Message:
    Support new sbbs_t::email() / bbs.email() mode flag: WM_NOFWD to disable
    mail -> netmail forwarding for a specific invocation.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to rswindell on Thursday, August 01, 2019 17:54:10
    El 1/8/19 a las 04:46, rswindell escribió:
    src/sbbs3 sbbsdefs.h 1.246 1.247
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6365

    Modified Files:
    sbbsdefs.h
    Log Message:
    Support new sbbs_t::email() / bbs.email() mode flag: WM_NOFWD to disable
    mail -> netmail forwarding for a specific invocation.


    ---

    thanks you! I'm going to try it at night

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Monday, December 18, 2023 21:59:04
    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 Sunday, March 24, 2024 01:45:43
    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