• src/sbbs3/logon.cpp newuser.cpp sbbsdefs.h

    From rswindell to CVS commit on Wednesday, April 01, 2020 15:06:28
    src/sbbs3 logon.cpp 1.76 1.77 newuser.cpp 1.85 1.86 sbbsdefs.h 1.255 1.256 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21143

    Modified Files:
    logon.cpp newuser.cpp sbbsdefs.h
    Log Message:
    Let's not generate 40-character random passwords for new users
    - that's not nice.

  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, December 20, 2020 21:47:41
    https://gitlab.synchro.net/main/sbbs/-/commit/260eb7c438d7c724aee91096
    Modified Files:
    src/sbbs3/logon.cpp newuser.cpp sbbsdefs.h
    Log Message:
    We don't actually have/use nspr.h for Windows builds

    We only use NSPR to build libmozjs, not to build sbbs. So define our own MIN and MAX macros if they're not already defined (e.g. from sys/param.h on *nix). Such a simple can o' worms, but wormful can it was.