Pop-Up Thingie

MSmac BBS
  • Home
  • Forum
  • Files
  • Register
  • Log in

  1. Forum
  2. DOVE-Net
  3. Synchronet Sysops Only
  • Initial addition of last10logins.js

    From Rob Swindell@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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:

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • Who's Online

  • Recent Visitors

    • Jcurtis
      Saturday, March 14, 2026 19:02:39
      from Florence, Sc via Raw
    • Jcurtis
      Saturday, March 14, 2026 18:29:54
      from Florence, Sc via Raw
    • Jcurtis
      Sunday, March 15, 2026 16:39:23
      from Florence, Sc via Raw
    • Jcurtis
      Sunday, March 15, 2026 00:52:37
      from Florence, Sc via Raw
  • System Info

    Sysop: Luis Silva
    Location: Lisbon
    Users: 768
    Nodes: 10 (0 / 10)
    Uptime: 57:48:12
    Calls: 621
    Calls today: 2
    Files: 46,973
    Messages: 14,010

© MSmac BBS, 2026