• exec/load/avatar_lib.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Monday, February 26, 2024 17:53:01
    https://gitlab.synchro.net/main/sbbs/-/commit/29740f6cbbedf9bd5664d4f7
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    Use the common ini formatting for writing avatar data

    (just a cosmetic change)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, March 01, 2026 12:30:28
    https://gitlab.synchro.net/main/sbbs/-/commit/3e0fcc608b2472ebe3c08e0d
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    Have read() generate an identicon if it can't find an avatar.

    Disabled avatars will still not be shown if the user disables them,
    but for everyone else, an avatar will be shown now.

    This purposefully does not actually write/update the users avatar.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, March 01, 2026 12:40:27
    https://gitlab.synchro.net/main/sbbs/-/commit/16c6b1de86aa44fffb4ee066
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    Fix handling when read() is passed a user number, but not username.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, March 01, 2026 12:48:00
    https://gitlab.synchro.net/main/sbbs/-/commit/99bfb4e4f8fed908e6b93604
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    No no, it has to be more equal than that.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, March 01, 2026 12:56:10
    https://gitlab.synchro.net/main/sbbs/-/commit/99a925079904f91d117582b1
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    Sometimes it's false too.

    undefined === ???
    null === user number specified
    false === no network avatar (and maybe some other things)

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