Pop-Up Thingie

Starbase Beta
  • Home
  • Forum
  • Files
  • Log in

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

    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)
  • 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:50
    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:22
    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:28
    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:44
    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:36
    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)
  • Who's Online

  • Recent Visitors

    • Guest
      Friday, March 06, 2026 03:47:46
      from System via Raw
    • Guest
      Wednesday, March 04, 2026 22:28:44
      from System via Telnet
    • Guest
      Sunday, March 01, 2026 04:35:52
      from System via Telnet
    • Guest
      Saturday, February 28, 2026 13:44:34
      from System via Raw
  • System Info

    Sysop: Tj Barlow
    Location: Colorado Springs, CO.
    Users: 8
    Nodes: 10 (0 / 10)
    Uptime: 01:50:44
    Calls: 53
    Calls today: 53
    Messages: 56,658

© Starbase Beta, 2026