• src/sbbs3/newuser.cpp

    From rswindell@VERT to CVS commit on Friday, October 30, 2015 17:09:10
    src/sbbs3 newuser.cpp 1.70 1.71
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv13919

    Modified Files:
    newuser.cpp
    Log Message:
    Stream-line the new-user process a little bit:
    If the following filenames don't exist, don't try to display them (i.e. don't report/log an error if the file doesn't exist):
    text/sbbs.msg
    text/system.msg
    text/newuser.msg
    text/feedback.msg
    Removed hard-coded clear-screen and pause sequences before/after each of these files are displayed (instead, moved the clear-screens to @-codes in the stock files). This gives the sysop more control over what is displayed to the user during the new-user registration process.
    NOTE: You may want to review your new-user process and modify your copies/ versions of the above mentioned filenames to make sure they display to the user as you wish.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 26, 2018 18:23:40
    src/sbbs3 newuser.cpp 1.71 1.72
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv17558

    Modified Files:
    newuser.cpp
    Log Message:
    Fixed GCC warning: format not a string literal and no format arguments



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, October 25, 2018 02:33:14
    src/sbbs3 newuser.cpp 1.75 1.76
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    newuser.cpp
    Log Message:
    Also, the text/*.msg files now supports alternative file formats for RIP/ANSI/PETSCII, if the files exist.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 06, 2019 03:52:27
    src/sbbs3 newuser.cpp 1.79 1.80
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv340

    Modified Files:
    newuser.cpp
    Log Message:
    When a new user hits the PETSCII backspace key (Ctrl-T) in response to the backspace/delete key prompt, set the PETSCII flag in the autoterm *and* the user's setting. If a CBM/PETSCII user actually got that prompt, that means
    they were probably connecting to the wrong TCP port in the first place, so relying on auto-terminal won't work for them on subsequent connections. We probably should have a way to manually turn off/on PETSCII support, when needed. <sigh>



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, April 07, 2020 19:53:48
    src/sbbs3 newuser.cpp 1.86 1.87
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv26018

    Modified Files:
    newuser.cpp
    Log Message:
    Allow more new user information prompts to be disabled by setting the prompt text to an empty strings ("") in the ctrl/text.dat file, even the Name/Alias prompt! Now this does mean that only terminal protocols where the username
    is provided as part of the negotiation could be used to create new user accounts (i.e. not Telnet), which I suppose could be fine for an RLogin-only game server
    .
    If no user name is supplied by either protocol or prompt, an error is logged and the function fails.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, October 03, 2020 16:30:58
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/6f55df51a1f46c10333732c9
    Modified Files:
    src/sbbs3/newuser.cpp
    Log Message:
    Allow user's < 1 year old (e.g. for QWKnet accounts)

    ... and up to 200 years old (hey, I'm optimistic!)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, October 22, 2022 19:00:53
    https://gitlab.synchro.net/main/sbbs/-/commit/9db5d2a2103b36dcd27eb336
    Modified Files:
    src/sbbs3/newuser.cpp
    Log Message:
    Don't complain about lack of comma in new user's location

    ... unless a comma is actually required.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Wednesday, February 08, 2023 23:12:11
    https://gitlab.synchro.net/main/sbbs/-/commit/8c4cd7efd01aa24ac74d4ebf
    Modified Files:
    src/sbbs3/newuser.cpp
    Log Message:
    Fix MQTT action/newuser msg topic

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Sunday, February 19, 2023 01:34:24
    https://gitlab.synchro.net/main/sbbs/-/commit/63537730a9948a734fc2b337
    Modified Files:
    src/sbbs3/newuser.cpp
    Log Message:
    Lowercase the action/newuser/<protocol> topic

    Be consistent with the other action/* topics.

    ---
    þ 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, January 01, 2024 16:13:36
    https://gitlab.synchro.net/main/sbbs/-/commit/4c122aef2505ece9e177951b
    Modified Files:
    src/sbbs3/newuser.cpp
    Log Message:
    Fix inverted logic for comma-requirement in new user location

    This was broken one year ago in Commit 9db5d2a2

    Thanks for the report (just now) about this bug Max!

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