• exec/load/presence_lib.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Tue Sep 22 22:48:54 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/85c57e8efa63af198a62aaa0
    Modified Files:
    exec/load/presence_lib.js
    Log Message:
    Node's "quiet mode" were not displayed to sysop in "active" node list

    e.g. Hitting Ctrl-U while online, any nodes in "quiet mode" would not
    be shown to the user even though that user was a sysop. This is not
    how sbbs_t::whos_online() from getnode.cpp behaves. Now changed to
    behave the same as whos_online().

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sun Sep 27 18:12:52 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/801ebd0c4687e75d74ab154b
    Modified Files:
    exec/load/presence_lib.js
    Log Message:
    Resolve TypeError: session is undefined

    If you can't open the *.web file, don't attempt to add that session data
    to the returned users array.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Dec 8 04:11:19 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5e2d0074ac70d740b35a0cce
    Modified Files:
    exec/load/presence_lib.js
    Log Message:
    Insert stats prefix after activity, in case it contains attr codes

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Mar 11 17:18:21 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2151ffda82e987cd14c27a0e
    Modified Files:
    exec/load/presence_lib.js
    Log Message:
    Fix cosmetic issue with Logging-out node vstatus display (NodeStatusLogout)

    When displaying this node vstatus, the user's alias shouldn't be appended to the node status, else you get something like this:

    16 Logging out Digital ManDigital Man

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Jul 3 01:03:49 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f93985a8e52b39cbe2bbc467
    Modified Files:
    exec/load/presence_lib.js
    Log Message:
    presence_lib: add set_node_ext_status() for waiting-room node status

    Set (or clear) a node's extended free-text "activity" -- the string the who's-online / node listings show for what the user is doing (e.g. a JS door's waiting-room state). Writes the node's 128-byte node.exb record and toggles NODE_EXT via system.node_list[].misc; for the caller's own node it also overrides the NodeActionXtrnMenu action text so the BBS's periodic nodesync(), which re-derives NODE_EXT from that string, keeps the flag set instead of clearing it on the next sync. Guarded on js.global.bbs so it no-ops without a bbs object -- safe to load from the web server. Used by the SyncDOOM/SyncDuke JS waiting rooms.

    Co-Authored-By: Claude Opus 4.8 <[email protected]>
    Claude-Session: https://claude.ai/code/session_01KYmBzSZGyRondAXevh9RJP

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