• src/uifc/uifc.h

    From rswindell@VERT to CVS commit on Saturday, November 04, 2017 21:22:09
    src/uifc uifc.h 1.90 1.91
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv28664

    Modified Files:
    uifc.h
    Log Message:
    Fixed typos in comments (whohoo!).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, July 28, 2018 18:00:04
    src/uifc uifc.h 1.92 1.93
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv15784

    Modified Files:
    uifc.h
    Log Message:
    Increase the maximum number of menu options from 10,000 to 100,000 to accommodate configurations of more than 10,000 things (e.g. sub-boards)
    in a single menu (e.g. message group).
    This brings this value over the 16-bit thresholds (0x7ffff and 0xffff)
    where problems could happen if short's/int16's are used to capture the
    return value of uifc.list(), but that's unlikely happening anywhere. Still
    a good idea to make sure if you're using this library/headers.



    ---
    þ 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 Monday, December 18, 2023 22:05:16
    https://gitlab.synchro.net/main/sbbs/-/commit/106cee9e1061f1a9b00b688d
    Modified Files:
    src/uifc/uifc.h
    Log Message:
    Change 1L<<x #defines to 1<<x to synchronize with sbbsdefs.h

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