• exec/newuser.js

    From rswindell@1:103/705 to CVS commit on Fri Jan 12 20:25:37 2018
    exec newuser.js 1.23 1.24
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20234

    Modified Files:
    newuser.js
    Log Message:
    Fix internal code of SBBSLIST (no longer SBL).


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Jan 13 14:20:52 2018
    exec newuser.js 1.24 1.25
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv16918

    Modified Files:
    newuser.js
    Log Message:
    If the 'avatar' value is set (to a base64 encoded avatar data) in the
    [newuser] section of modopts.ini, it will be used as the default avatar
    for all new users.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Jan 14 19:41:02 2018
    exec newuser.js 1.25 1.26
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv14470

    Modified Files:
    newuser.js
    Log Message:
    Alternatively, a new-user default avatar may be imported (as needed) from
    a .bin file. Use the "avatar_file" key to specify a filename to pull from
    and (optionally) "avatar_offset" to specify the (0-based) record number of
    the avatar to use. If no "avatar_offset" value is specified, an avatar is choosen at random from the .bin file. If there is only one avatar in the
    file, then that's the one they'll get (regardless of avatar_offset value).


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Jan 15 21:17:06 2018
    exec newuser.js 1.26 1.27
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3969

    Modified Files:
    newuser.js
    Log Message:
    If the avatar_file value in the [newuser] section of the modopts.ini
    contains just a filename, automatically added text/avatars to get the
    full path.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Feb 2 05:05:42 2018
    exec newuser.js 1.27 1.28
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20425

    Modified Files:
    newuser.js
    Log Message:
    Don't prompt new QWKnet users to select/create an avatar.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Oct 21 23:17:03 2018
    exec newuser.js 1.28 1.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv10676

    Modified Files:
    newuser.js
    Log Message:
    Fix for 40-column terminals

    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Apr 28 16:25:44 2019
    exec newuser.js 1.29 1.30
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23986

    Modified Files:
    newuser.js
    Log Message:
    Clean up the modopts.ini 'options' stuff.
    Rename the 'send_newuser_welcome' option to just 'send_welcome' (match wiki) (let's not repeat ourselves repeatedly) - but leave a backwards compatibility hack at least for now.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Sep 16 13:31:17 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ec44fa3f4257ba078f10b844
    Modified Files:
    exec/newuser.js
    Log Message:
    modopts.ini setting to disable new-user survey questionSet survey=false in the [newuser] section of modopts.ini to disable the"Where did you hear about this BBS?" new user question.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sat Oct 3 12:21:55 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/0abd046ade07b5e7a6e6cf45
    Modified Files:
    exec/newuser.js
    Log Message:
    No functional change. MsgBase.error is the official property name.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Oct 22 19:00:53 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/efa466fc2fc8a6343e9a914c
    Modified Files:
    exec/newuser.js
    Log Message:
    Make the "ask qnet" language even more clear/alarmistSomehow, new users on Vertrauen *still* manage to answer "Yes" to both the QWKNetworking account questions, accidentally creating a QWKnet account that'snot useful for normal BBS user activities. So print a very clear "alert" stylemessage making it even-more clear that the account they are creating will ONLYbe useful for QWK Networking activities.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to Rob Swindell on Sat Oct 22 21:39:41 2022
    Re: exec/newuser.js
    By: Rob Swindell to Git commit to main/sbbs/master on Sat Oct 22 2022 07:00 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/efa466fc2fc8a6343e9a914c Modified Files:
    exec/newuser.js
    Log Message:
    Make the "ask qnet" language even more clear/alarmist

    Somehow, new users on Vertrauen *still* manage to answer "Yes" to both the QWK Networking account questions, accidentally creating a QWKnet account that's
    not useful for normal BBS user activities. So print a very clear "alert" style message making it even-more clear that the account they are creating will ONLY be useful for QWK Networking activities.

    Why don't you just put it as a selection in the qwk menu and take it out
    of the newuser script.
    ---
    ■ Synchronet ■ ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to MRO on Sat Oct 22 20:07:50 2022
    Re: exec/newuser.js
    By: MRO to Rob Swindell on Sat Oct 22 2022 09:39 pm

    Re: exec/newuser.js
    By: Rob Swindell to Git commit to main/sbbs/master on Sat Oct 22 2022 07:00 pm

    https://gitlab.synchro.net/main/sbbs/-/commit/efa466fc2fc8a6343e9a914c Modified Files:
    exec/newuser.js
    Log Message:
    Make the "ask qnet" language even more clear/alarmist

    Somehow, new users on Vertrauen *still* manage to answer "Yes" to both the QWK Networking account questions, accidentally creating a QWKnet account that's
    not useful for normal BBS user activities. So print a very clear "alert" style message making it even-more clear that the account they are creating will ONLY be useful for QWK Networking activities.

    Why don't you just put it as a selection in the qwk menu and take it out
    of the newuser script.

    Perhaps if/when the QWK menu is ever re-implemented as JS module, I might do that, but I'm not going to hard-code the exemptions and restrictions and alias mangling of a QWKnet account into the C++ source of every Synchronet system. That's best left as an option in newuser.js (as it is today) where very few BBSs not-named Vertrauen enable/use it.
    --
    digital man (rob)

    This Is Spinal Tap quote #39:
    Female Airport Security Officer: Do you have any artificial plates or limbs? Norco, CA WX: 61.1°F, 75.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Oct 23 11:29:14 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/8b4be911640ed6b0a588474c
    Modified Files:
    exec/newuser.js
    Log Message:
    Add a 'notify_sysop' option (set to true or a user number in modopts.ini)Will notify the sysop via email and telegram when a new user account hasbeen created. For Morpheus (MORPHEUS)
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Oct 24 15:49:30 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/fb4e4ce96302827178fea37f
    Modified Files:
    exec/newuser.js
    Log Message:
    More user details in the new user sysop-notification messageThis adds a Ctrl-A code in the notification subject, so needs latestpostmsg.cpp or that Ctrl-A code will end up in your email/inbox too(not really supported or stripped when sent over POP/SMTP).
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 17 13:43:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/df799b0a7970819eda9850b5
    Modified Files:
    exec/newuser.js
    Log Message:
    Expand @-codes in text/welcome.msg before sending as email to sysopFixes issue #463
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Mon Jan 30 15:45:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0d7fdb06f536d2d78ec18ce3
    Modified Files:
    exec/newuser.js
    Log Message:
    Don't allow QWKnet accounts with login IDs that match the account passwordDon't
    give QWKnet accounts the 'M' (email messages per day) exemption bydefault as this has been abused by email spammers.These are security/anti-spam improvements.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 28 13:27:33 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0edce2af4ea9b0e4bd631b94
    Modified Files:
    exec/newuser.js
    Log Message:
    Fix @-code replacment logic in newuser.msgFix 2 issues with commit df799b0a:1. Need to replace @-code globally, otherwise only the first @-code was replaced2.
    Need to strip the leading and trailing @'s from the code before passing to bbs.atcode() - fix for issue #527
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 4 19:47:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/81112cb073efd50be715ca23
    Modified Files:
    exec/newuser.js
    Log Message:
    Log new user details (name, email address, age, location) to system/daily log

    Also include email address in sysop notification.

    Fix issue #711
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)