• exec/avatars.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Dec 31 14:13:47 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/a964807661be47b0143d474d
    Modified Files:
    exec/avatars.js
    Log Message:
    Don't publish realname when same as alias
    --- SBBSecho 3.12-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 Jan 11 19:32:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5f088ad2a5d0267cdf0ad3b3
    Modified Files:
    exec/avatars.js
    Log Message:
    By default, export MD5 digest of real name associated with an avatarThis enables Avatar displays on real-name-only networks without leakingreal names into the SYNCDATA sub.If the -realnames option is used, the unobscured full real names areexported (as before).If the (new) -aliasonly option is used, even the MD5 digest of users'real names is left out.
    --- SBBSecho 3.12-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 Wed Feb 23 13:01:08 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9166b520ca68317216e2b5b9
    Modified Files:
    exec/avatars.js
    Log Message:
    Increase white-space tolerance when importing avatars from msgbaseTARDIS (Quarkware BBS, the Ruby BBS), uses just \n for QWK messageline deliniation, but we were expected \r\n terminated lines here.Also, apparently there was trailing white-space on the "json-end"line, so handle that case too.
    --- SBBSecho 3.14-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 Wed Feb 23 13:27:08 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ad7a74744db3a9fd126f96aa
    Modified Files:
    exec/avatars.js
    Log Message:
    Remove accidental debug print() statement left from previous commit
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Oct 20 20:19:52 2023
    exec avatars.js 1.38 1.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13770

    Modified Files:
    avatars.js
    Log Message:
    Fix issue where Share Avatar Collections imported from FTN were saved as files in data/fido with the node number encoded twice (once in hex and once in decimal):
    006702c1.705.VERT.misc.bin

    This is a harmless bug, but an unintentional one. It would also result in unexpected filenames in text/avatars:
    705.VERT.misc.bin

    So... this commit should remove the "705." from these filenames.


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