• exec/load/avatar_lib.js

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 1 12:30:28 2026
    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 Sun Mar 1 12:40:27 2026
    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 Sun Mar 1 12:48:00 2026
    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 Sun Mar 1 12:56:10 2026
    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