• src/syncterm/webget.c web

    From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Jan 24 09:57:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/1f9fc410448c5f8c23d4005d
    Added Files:
    src/syncterm/webget.c webget.h
    Modified Files:
    src/syncterm/objects.mk
    Log Message:
    Start of a caching web client thingie

    In support of feature request 86.
    Now, there's no immediate plan for what 86 is actually asking for,
    but being able to point to things like the Synchronet BBS List and
    having them automatically show up in your dialing directory would
    be pretty nice.

    Actually doing 86 means being able to merge lists, which I'm not
    sure I want to deal with at this time.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Jan 24 23:53:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/91346ecf6f0b1eb88c6b8ca8
    Modified Files:
    src/syncterm/webget.c webget.h
    Log Message:
    Add TLS support and a cb_data field

    I think I fixed a bug or two too, but I can't remember and you can't
    run this code yet, so it doesn't matter.