Skip to content
Snippets Groups Projects
  1. Jan 26, 2025
  2. Jan 25, 2025
  3. Jan 24, 2025
    • Deucе's avatar
      Allow "reserving" names · a71d6b2c
      Deucе authored
      The SyncTERM cache uses the BBS name as the directory name, so any
      system-level caching needs to either be in the cache root directory
      or in a directory whose name is guaranteed to not collide with an
      entry name.
      
      This leaves two options... either prevent a list of suffixes from
      being used on BBS names, or have a separate system cache whose name
      cannot be used as a BBS name.
      
      I've taken the second route here... SyncTERM will not load a BBS
      entry with the (case insensitive) name "syncterm-system-cache" and
      will not allow creating one.  This is the directory where "global"
      cache files will be stored (ie: scripts, internet dialing
      directories, etc.)
      a71d6b2c
    • Deucе's avatar
      Add silly check to make coverity happy. · a172bd4d
      Deucе authored
      This is in the fastpath, but it's on the slow side where I don't
      mind the occasional extra silly check.
      a172bd4d
    • Deucе's avatar
      Fix path · d1f8b8df
      Deucе authored
      d1f8b8df
    • Deucе's avatar
      Add webget.c to more build systems. · 46df5f2c
      Deucе authored
      46df5f2c
    • Deucе's avatar
      88ffba7b
    • Deucе's avatar
      Fix warnings and errors on Windows. · 619fa080
      Deucе authored
      Apparently, Windows doesn't have a MSG_DONTWAIT flag to recv().
      619fa080
Loading