• 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