• exec/avatars.js

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Friday, July 18, 2025 11:52:00
    https://gitlab.synchro.net/main/sbbs/-/commit/2f4bbab4a84676520170b6f0
    Modified Files:
    exec/avatars.js
    Log Message:
    if avatars_lib.netuser_fname() returns false, don't create/update a file

    i.e. 'ctrl/false'

    This was just bad error checking in this script, but the underlying error (avatars posted to SYNCDATA from TL-QWK BBS) has been fixed with the previous change to avatars_lib.js (supporting dash in QWK-IDs).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS@VERT to Git commit to main/sbbs/m on Wednesday, October 22, 2025 22:26:00
    https://gitlab.synchro.net/main/sbbs/-/commit/d6dea621b9d897c3c477442e
    Modified Files:
    exec/avatars.js
    Log Message:
    Cosmetic only: add a space before the success/failure result output

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/m on Wednesday, February 25, 2026 15:11:00
    https://gitlab.synchro.net/main/sbbs/-/commit/5dda2cc6dfb8ff6893f71fc7
    Modified Files:
    exec/avatars.js
    Log Message:
    install() no longer overwrites existing keys/values in modopts.ini

    [newuser]
    avatar_file
    avatar_offset

    [logon]
    set_avatar

    So if any of these keys pre-exist, they won't be changed

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Wednesday, March 18, 2026 19:19:00
    https://gitlab.synchro.net/main/sbbs/-/commit/f93b92778320c7b6267122de
    Modified Files:
    exec/avatars.js
    Log Message:
    Add an 'export_all' modopts option

    Normally, this module only exports avatars for users that have posted and are able to still post messages.

    For other networked-avatar use cases (e.g. chat), a sysop may want to export all of their users avatars to a message base (e.g. syncdata).

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