• exec/load/avatar_lib.js

    From Deucе@1:103/705 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.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sunday, March 01, 2026 12:40:26
    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.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 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.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 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)
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thursday, March 05, 2026 00:12:36
    https://gitlab.synchro.net/main/sbbs/-/commit/c036337d80eacdada1c5b598
    Modified Files:
    exec/load/avatar_lib.js
    Log Message:
    When looking up local user (without number) match real name too

    If a local message is posted without a 'from' user number (e.g. via sript), look up the avatar based on user name if the alias match fails.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)