• src/syncterm/bbslist.c syncterm.c syncterm.h

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, September 22, 2024 16:04:21
    https://gitlab.synchro.net/main/sbbs/-/commit/86cca22cce37a30b4e36775a
    Modified Files:
    src/syncterm/bbslist.c syncterm.c syncterm.h
    Log Message:
    Fix up handling of -b option

    First, we need to parse it before load_settings() so we can deal
    with it there.

    Next, we need to keep the one from the config file available so it
    is edited from the program settings, and not the command line version

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, January 16, 2025 10:43:23
    https://gitlab.synchro.net/main/sbbs/-/commit/a0726fa8afeb4744263ad8d8
    Modified Files:
    src/syncterm/bbslist.c syncterm.c syncterm.h
    Log Message:
    Allow configuring audio output type

    Compile-time isn't the best time for configuration.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, January 24, 2025 23:53:18
    https://gitlab.synchro.net/main/sbbs/-/commit/e94ebe02f968edb9307a65df
    Modified Files:
    src/syncterm/bbslist.c syncterm.c syncterm.h
    Log Message:
    Add support for actually downloading files.

    Just add this to your syncterm.ini:

    [WebLists]
    Synchronet=http://synchro.net/syncterm.lst AtariAge=http://www.sfhqbbs.org/ataribbslist-syncterm.php

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 25, 2025 18:09:44
    https://gitlab.synchro.net/main/sbbs/-/commit/1a8107b05b6482d1aeac661a
    Modified Files:
    src/syncterm/bbslist.c syncterm.c syncterm.h
    Log Message:
    Have get_syncterm_filename() get the system cache path too

    Now we can easily try downloading a URI when it's configured.
    Still can't save the changes though.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 07:34:44
    https://gitlab.synchro.net/main/sbbs/-/commit/22c72fd3c7505f04936a43d7
    Modified Files:
    src/syncterm/bbslist.c syncterm.c syncterm.h
    Log Message:
    Allow the system list path to be an http:// or https:// URL

    As per feature request 86, now you can put an encrypted BBS list
    on the web somewhere and use it from anywhere.

    I expect how this would normally be used is that your "main" system
    would have a static IP and a web server on it, and you would set the
    BBS list path there to be somewhere in your web root, and encrypt
    your SyncTERM list with a hard to guess and unique password.

    Then, on other systems, you would just point it there.

    This does allow someone to do an offline attack against your list
    password and if they crack it, they'll get all your passwords from
    when they downloaded your list, so not exactly perfect security, but considerably better than nothing... and if we end up needing post-
    quantum cryptography you'll need to rotate all of your passwords.

    Another alternative of course is to use SSH public key auth and not
    store passwords in the file at all, but you'll still want to store
    them somewhere...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net