Pop-Up Thingie

Jacob's Hideout BBS
  • Home
  • Forum
  • Files
  • 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

    • Wang Bu
      Monday, March 16, 2026 06:53:45
      from Manila, Philippines via Telnet
    • Guest
      Friday, March 13, 2026 06:14:59
      from Frankfurt, Germnay via SSH
    • Guest
      Friday, March 06, 2026 23:05:31
      from Q via Telnet
    • Guest
      Friday, March 06, 2026 22:57:52
      from Amsterdam via Telnet
  • System Info

    Sysop: Jacob Catayoc
    Location: Pasay City, Metro Manila, Philippines
    Users: 5
    Nodes: 4 (0 / 4)
    Uptime: 119:29:38
    Calls: 125
    Calls today: 125
    Files: 489
    D/L today: 859 files
    (365M bytes)
    Messages: 76,550
    Posted today: 26

© Jacob's Hideout BBS, 2026