• exec/showmsgavatar.js

    From rswindell@VERT to CVS commit on Wednesday, January 10, 2018 15:37:33
    exec showmsgavatar.js NONE 1.1
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv3749

    Added Files:
    showmsgavatar.js
    Log Message:
    This script may be used in place of showmsghdr.js if you already have a
    custom msghdr.asc and want to continue to use it (with avatars). Just add @exec:showmsgavatar@ (uppercase) below your custom header in msghdr.asc.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, June 03, 2019 22:02:09
    exec showmsgavatar.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13792

    Modified Files:
    showmsgavatar.js
    Log Message:
    Add support for a "default sub-board" avatar (sub_default) in the [avatars] section of modopts.ini (the value is base64-encoded avatar data). If
    the <sub_code>_default or <group_name>_default keys exist, those defaults will be used as appropriate (both <sub_code> and <group_name> are lower-case).
    The avatar options ([avatars] section) of modopts.ini is cached (in bbs.mods) for performance reasons, so changes require a log-off/on to see.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, June 11, 2019 00:27:55
    exec showmsgavatar.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    showmsgavatar.js
    Log Message:
    Fixed bug when viewing email msgs from users without an avatar:
    !JavaScript .../showmsgavatar.js line 27: TypeError: msg_area.sub[sub] is undefined



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, November 22, 2020 16:20:18
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/7260c60c966480016e8a1b3f
    Modified Files:
    exec/showmsgavatar.js
    Log Message:
    Allow configurable placement of avatar in message headers

    Set the following in the modopts.ini [avatars] section:
    msghdr_draw_top (default is true)
    msghdr_draw_above (default is true)
    msghdr_draw_right (default is true)

    Set any of these to false to override the default behavior -
    for DesotoFireflite (VALHALLA).

    This commit also includes a couple of changes I've been apparently
    sitting on:
    - display avatars even for non-ANSI/non-CP437 terminal users
    - cache the smbdefs.js in bbs.mods.smbdefs (I don't recall why)

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