Pop-Up Thingie

RetroDigital BBS
  • Home
  • Forum
  • Files
  • FTN Node Search
  • BBS Status
  • Telnet Access
  • Fidonet
    • Join Fidonet Net342
  • Games
    • Games
    • BBSLink Scores
      • Arcadian Legends
      • Assassin
      • BRE
      • Bordello
      • FW Fishing
      • Falcons Eye
      • Falcons Honor
      • JunkYard
      • LORD 1
      • LORD 2
      • Lemonade
      • MZK LORD
      • Mega Slots
      • Mega_Slots
      • NetRunner
      • OOII
      • TEOS
      • USURPER
  • Register
  • Log in

  1. Forum
  2. DOVE-Net
  3. Synchronet Programming
  • Initial changes to support MODE7 graphics natively

    From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:17 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6376

    typo: terminal
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:17 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6377

    I'm not seeing the string Mode7TerminalQ used in the C++ source files, so we should remove this (if unused).
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6378

    Remove this line
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6379

    I'm uneasy about all this copy-pasta. Now we've got 2 places that someone (me) has to update anytime we need to update these defaults. Please move to a common source file or .ini file or something.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6381

    Similar to chat_sec.js, this is almost identical to exec/chat_sec.js, so let's merge the differences and get rid of this almost-identical copy/variant.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6380

    This file looks almost identical to chat_sec.js, so let's merge the differences and get rid of this file.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6383

    Delete extraneous white-space change.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6382

    On second thought, this should be a module option. :-)
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6385

    Update comments
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6384

    Delete extraneous white-space change.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6386

    I'm thinking that yesnobar.js and noyesbar.js should use the same set of options from modopts.ini - so just pass "yesnobar" here.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:18 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6387

    So this would be changed `options.yesno_question`
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6388

    This function doesn't appear to do anything - so not needed?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6389

    What are we using from mode7defs.h in this file?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6390

    Is there a reason to over-ride the default_term_height here? Is a 24 row mode7 terminal just never possible?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6391

    What are we using from mode7defs.h here?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6392

    is .m7 the best file suffix/extension to use for BBC mode7 encoded files? I don't know, just curious/asking.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6393

    I noticed this conversion isn't happening in the Windows version of this function, but it's not happening for PETSCII or UTF-8 either, so we'll have to deal with all 3 of those charset conversion together someday.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:19 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6394

    Update comment.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:20 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6395

    Typo
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:20 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6396

    Remove cruft. :-)
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:50 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6398

    This file appears to be identical to system.msg just with the Ctrl-A codes stripped. If we're stripping Ctrl-A codes from display files already, why do we need this file (the result is the same)?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:50 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6397

    Why's there a date in this file?
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:45:54 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6399

    Extraneous '/' in this string.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:01 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6400

    Maybe "BBC" instead? It's a little weird the charset and the terminal type are the same string value.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:03 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6401

    Something wonky here with tabs vs spaces.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:05 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6402

    Something weird going on here with tabs vs. spaces.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:06 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6403

    tabs vs spaces
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:10 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6404

    tabs vs spaces
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:13 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6405

    Nice! It could be merged as is but it'd be nice if it was cleaned-up a bit first.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:46:55 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6406

    Now that I think about it... where is the change to ignore/strip Ctrl-A codes? I'm not seeing that.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 20:55:16 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6407

    I see now, none of the values from mode7defs.h appear to be used, so I'm guessing this branch isn't as far along as I assumed. Hopefully the comments so far are at least helpful in some regard.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to GitLab note in main/sbbs on Tue Feb 11 21:01:27 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6408

    Fixed at my end.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to GitLab note in main/sbbs on Tue Feb 11 21:02:51 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6409

    This will be added per my comment. I've not finished the autoterm stuff where it goes through and asks what sort of terminal you're using. I wanted to put these in so you're aware of them when adding to text.dat.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to GitLab note in main/sbbs on Tue Feb 11 21:03:57 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6410

    Removed. I can remove any others I come cross in the future since we're not longer using CVS.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Tue Feb 11 21:06:29 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6411

    Yup, but if we can unify chat_sec.js, that becomes N/A anyway.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to GitLab note in main/sbbs on Tue Feb 11 21:09:52 2025
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/499#note_6412

    OK. I will have to think about how I want to do that. I'll put it on my todo list.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • Who's Online

  • Recent Visitors

    • Dextile
      Fri Jun 6 19:27:19 2025
      from Calgary, Ab via Telnet
    • Dextile
      Thu Jun 5 21:03:15 2025
      from Calgary, Ab via Telnet
    • Dextile
      Thu Jun 5 19:56:47 2025
      from Calgary, Ab via Telnet
    • Dextile
      Thu Jun 5 05:51:52 2025
      from Calgary, Ab via Telnet
  • System Info

    Sysop: deepend
    Location: Calgary, Alberta
    Users: 269
    Nodes: 10 (0 / 10)
    Uptime: 18:21:35
    Calls: 2,166
    Calls today: 1
    Files: 4,573
    D/L today: 26 files
    (12,332K bytes)
    Messages: 420,155
  • Synchronet Oneliners

    • Vintagegeek@rdbbs
      Mon Apr 7 15:00:43 2025
      Britbox
    • Vintagegeek@rdbbs
      Tue Apr 29 06:11:59 2025
      My life is Murder TV
    • Vintagegeek@rdbbs
      Sat May 3 05:08:46 2025
      Go Stampede
    • Darknetgirl@rdbbs
      Tue May 6 02:09:48 2025
      Greetings from London/Milan. Getting back to real stuff
    • Vintagegeek@rdbbs
      Wed May 14 09:34:53 2025
      Greetings from the ISS
    • Guest@rdbbs
      Sun May 18 09:30:17 2025
      greetings from Poland / Europe

© RetroDigital BBS, 2025