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

    From Deucе@VERT to Git commit to main/sbbs/master on Sun Sep 22 16:04:21 2024
    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 Thu Jan 16 10:43:23 2025
    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 Fri Jan 24 23:53:18 2025
    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 Sat Jan 25 18:09:44 2025
    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