• exec/newuser.js

    From Rob Swindell@VERT 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/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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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 has
    been created. For Morpheus (MORPHEUS)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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 message

    This adds a Ctrl-A code in the notification subject, so needs latest postmsg.cpp or that Ctrl-A code will end up in your email/inbox too
    (not really supported or stripped when sent over POP/SMTP).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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 sysop

    Fixes issue #463

    ---
    þ 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 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 password

    Don't give QWKnet accounts the 'M' (email messages per day) exemption by default as this has been abused by email spammers.

    These are security/anti-spam improvements.

    ---
    þ 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 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.msg

    Fix 2 issues with commit df799b0a:
    1. Need to replace @-code globally, otherwise only the first @-code was replaced
    2. Need to strip the leading and trailing @'s from the code before passing to bbs.atcode() - fix for issue #527

    ---
    þ 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 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

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