• exec/newuser.js

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Mon Jan 30 15:45:00 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