• exec/newuser.js

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/master on Monday, January 30, 2023 15:45:00
    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 L@VERT to Git commit to main/sbbs/master on Tuesday, February 28, 2023 13:27:00
    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 L@VERT to Git commit to main/sbbs/master on Sunday, February 04, 2024 19:47:00
    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
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/master on Saturday, June 29, 2024 16:25:00
    https://gitlab.synchro.net/main/sbbs/-/commit/fcceedf23196524c0c714ce5
    Modified Files:
    exec/newuser.js
    Log Message:
    Allow dash character in new QWKnet account names

    ... as reported by Mike Powell, and amessroom and root-caused by Nightfox

    A '-' is a valid QWK-ID character since it is a valid DOS filename character.

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