• exec/logon.js

    From rswindell@VERT to CVS commit on Monday, February 18, 2019 16:57:56
    exec logon.js 1.37 1.38
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv22033

    Modified Files:
    logon.js
    Log Message:
    Allow control via the [logon] section of ctlr/modopts.ini over Avatar display set avatar_show = false to disable the avatar display completely (during logon) set avatar_draw_right = false to display the avatar in left screen columns
    set avatar_draw_above = true to display the avatar above the current screen row



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, April 28, 2019 00:50:37
    exec logon.js 1.38 1.39
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27299

    Modified Files:
    logon.js
    Log Message:
    Using Avatar.read() to prime the cache.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, April 29, 2019 17:36:33
    exec logon.js 1.39 1.40
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28476

    Modified Files:
    logon.js
    Log Message:
    Word-wrap when displaying the auto-message (auto.msg).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, May 09, 2019 13:18:48
    exec logon.js 1.40 1.41
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv15907

    Modified Files:
    logon.js
    Log Message:
    If user has ICE_COLOR terminal, send the SyncTERM/CTerm escape sequence to enable bright-background support (and disable blink).
    Use require() instead of load(), where applicable.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, July 05, 2019 23:46:10
    exec logon.js 1.41 1.42
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12681

    Modified Files:
    logon.js
    Log Message:
    Cache the avatar lib (in bbs.mods).
    Use the renamed ICE_COLOR -> USER_ICE_COLOR.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 11, 2019 14:05:40
    exec logon.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17515

    Modified Files:
    logon.js
    Log Message:
    Set the attribute to LIGHTGRAY before clearing the screen. This helps with
    the "darkgray" background issue when using xterm.
    Apparently if the foreground attribute has the high intensity attribute set
    and a CRLF or a clear-screen sequence is sent, the new (blank) lines (normally, black) will have the high intensity *background* attribute set (or it just looks that way). I don't understand why... yet.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 11, 2019 17:18:51
    exec logon.js 1.43 1.44
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv16122

    Modified Files:
    logon.js
    Log Message:
    Using the P_NOABORT to clear the abort flag before printing the last few callers list during logon.
    New modopts.ini [logon] option: last_few_callers (default: 4), so you can customize the number of callers displayed.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to digital man on Friday, July 12, 2019 02:33:08
    On 2019 Jul 11 16:05:40, rswindell wrote to CVS commit:

    exec logon.js 1.42 1.43
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17515

    Modified Files:
    logon.js
    Log Message:
    Set the attribute to LIGHTGRAY before clearing the screen. This helps with the "darkgray" background issue when using xterm.

    i just realized you are using xterm... i saw your video the other day and yeah,
    that light gray background could be real annoying... i don't see that problem with my konsole, terminal over here...

    Apparently if the foreground attribute has the high intensity
    attribute set and a CRLF or a clear-screen sequence is sent, the new (blank) lines (normally, black) will have the high intensity
    *background* attribute set (or it just looks that way). I don't
    understand why... yet.

    i hope you find it... could it be related to ICE color processing? i think that's the one that allows hibit oclors for the background, isn't it?

    )\/(ark

    And to this end they built themselves a stupendous super-computer which was
    so amazingly intelligent that even before its data banks had been connected
    up it had started from "I think therefore I am" and got as far as deducing
    the existence of rice pudding and income tax before anyone managed to turn
    it off.
    ... We feed our baby onions so we can find it in the dark.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to mark lewis on Friday, July 12, 2019 01:19:40
    Re: exec/logon.js
    By: mark lewis to digital man on Fri Jul 12 2019 04:33 am

    Apparently if the foreground attribute has the high intensity
    attribute set and a CRLF or a clear-screen sequence is sent, the new (blank) lines (normally, black) will have the high intensity *background* attribute set (or it just looks that way). I don't understand why... yet.

    i hope you find it... could it be related to ICE color processing? i think that's the one that allows hibit oclors for the background, isn't it?

    It appears to be unrelated to ICE colors.

    digital man

    Synchronet/BBS Terminology Definition #53:
    PETSCII = PET Standard Code of Information Interchange (a.k.a. CBM ASCII) Norco, CA WX: 64.9øF, 86.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 14, 2019 18:03:03
    exec logon.js 1.44 1.45
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv30369

    Modified Files:
    logon.js
    Log Message:
    If you're using emailval.js, you no longer need to modify your copy of logon.js to do so. Just set email_validation = true in the [logon] section of your ctrl/modopts.ini file instead.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 14, 2019 21:23:11
    exec logon.js 1.45 1.46
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28369

    Modified Files:
    logon.js
    Log Message:
    Fixed typo in previous commit. Oops.



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