• exec/avatars.js

    From rswindell@VERT to CVS commit on Tuesday, September 11, 2018 07:28:00
    exec avatars.js 1.34 1.35
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29805

    Modified Files:
    avatars.js
    Log Message:
    Fix puke on empty data/user/####.ini file:
    !JavaScript avatars.js line 340: TypeError: avatar is null
    Added a couple of comments and some helpful log/console output.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 21, 2019 10:22:00
    exec avatars.js 1.35 1.36
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21808

    Modified Files:
    avatars.js
    Log Message:
    Fixed typo: security.restrictions, not security_restrictions!



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, June 04, 2019 05:03:00
    exec avatars.js 1.36 1.37
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv14186

    Modified Files:
    avatars.js
    Log Message:
    Add a "sub_default" command-line option so a default avatar can be easily imported, e.g.
    jsexec avatars sub_default=/sbbs/text/avatars/silhouettes.bin



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, August 19, 2019 03:01:59
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, December 31, 2020 22:13:47
    https://gitlab.synchro.net/main/sbbs/-/commit/a964807661be47b0143d474d
    Modified Files:
    exec/avatars.js
    Log Message:
    Don't publish realname when same as alias

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, January 12, 2021 03:32:40
    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 avatar

    This enables Avatar displays on real-name-only networks without leaking
    real names into the SYNCDATA sub.

    If the -realnames option is used, the unobscured full real names are
    exported (as before).

    If the (new) -aliasonly option is used, even the MD5 digest of users'
    real names is left out.

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