Pop-Up Thingie

Unleashed
  • 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 Sun Feb 15 21:41:12 2026
    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 Sun Feb 15 21:41:51 2026
    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 Sun Feb 15 21:42:23 2026
    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 Sun Feb 15 21:42:29 2026
    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 Sun Feb 15 21:42:45 2026
    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 Sun Feb 15 21:43:37 2026
    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 Sun Feb 15 21:50:06 2026
    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 Sun Feb 15 21:50:12 2026
    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 Sun Feb 15 21:53:16 2026
    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 Sun Feb 15 22:00:56 2026
    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 Sun Feb 15 22:01:16 2026
    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 Mon Feb 16 10:22:42 2026
    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 Mon Feb 16 10:27:16 2026
    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

    • Bigdaddy123
      Sun Apr 5 13:25:58 2026
      from London via Telnet
    • Guest
      Sun Mar 15 22:23:44 2026
      from Why via Telnet
    • Guest
      Sun Jan 18 16:08:59 2026
      from Xz Xzx via Telnet
    • Guest
      Sat Jan 17 22:24:30 2026
      from New York, N Y via Telnet
  • System Info

    Sysop: Daphantom
    Location: Washington, IL.
    Users: 5
    Nodes: 4 (0 / 4)
    Uptime: 67:58:56
    Calls: 25
    Files: 21,932
    D/L today: 32 files
    (4,485K bytes)
    Messages: 25,111

© Unleashed, 2026