Pop-Up Thingie

The Gate BBS
  • Home
  • Forum
  • Files
  • Games
  • More
    • User List
  • Register
  • Log in

  1. Forum
  2. FidoNet
  3. SYNC SYSOPS
  • Initial addition of last10logins.js

    From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:41:12
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8315

    `gettext("Usage: jsexec lastlogins.js [options]"` seems excessive
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:41:51
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8316

    Calling `system.lastuser` in a loop is slow, better to save the system.lastuser value make *that* the loop limit.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:42:23
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8317

    Absolute paths are not portable to other systems. Use system.data_dir instead. --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:42:29
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8318

    Same.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:42:45
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8318

    Use sytem.text_dir instead.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:43:37
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8319

    Not going to use the sysop-configured preferred date output format? use system.datestr() instead.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:50:06
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8320

    Fixed. Should have caught that. Thanks.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:50:12
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8321

    and that.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 21:53:16
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8322

    Gemini obviously doesn't respect the jsobj model! It has been spanked and corrected :smile:
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 22:00:56
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8323

    Velieve this is fixed.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sunday, February 15, 2026 22:01:16
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8323

    Believe this is fixed. Removed gettext for sysop facing messages.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to GitLab note in main/sbbs on Monday, February 16, 2026 10:22:42
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8334

    I've used AI to help code some JS stuff for Synchronet, and in my AI prompts, I usually tell it I'm writing for Synchronet's JavaScript object model and point it to this documentation page:
    https://www.synchro.net/docs/jsobjs.html
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Monday, February 16, 2026 10:27:16
    https://gitlab.synchro.net/main/sbbs/-/commit/af8193a891cbf067c5f277f25e47ed3c58782ccc#note_8335

    I also do that, well, I've pointed Gemini at the documentation a few times but I tell it to use the synchronet object model. I've not personally touched any of the code, all the corrections I passed to Gemini to fix. Only thing I added was the comments on top so I hope it's slowly learning.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • Who's Online

  • Recent Visitors

    • John F Kennedy
      Saturday, March 14, 2026 10:35:50
      from Quebec, Canada via Telnet
    • Dell Man
      Saturday, March 14, 2026 10:01:19
      from Los Angeles, CA via Telnet
    • Boxoskulz
      Saturday, March 14, 2026 09:35:06
      from Glendale, AZ via Telnet
    • Greg Meckel
      Saturday, March 14, 2026 08:22:30
      from Anchorage, AK via Telnet
    • Dr. What
      Saturday, March 14, 2026 07:59:05
      from Rockford, MI via Telnet
  • System Info

    Sysop: Gate Keeper
    Location: Shelby, NC
    Users: 831
    Nodes: 20 (0 / 20)
    Uptime: 203:44:52
    Calls: 14,143
    Calls today: 5
    Files: 5,294
    D/L today: 81 files
    (34,312K bytes)
    Messages: 635,147

© The Gate BBS, 2026