Skip to content
Snippets Groups Projects
  1. Dec 28, 2023
  2. Dec 27, 2023
  3. Dec 26, 2023
  4. Dec 25, 2023
  5. Dec 24, 2023
    • Rob Swindell's avatar
      The latest cryptlib 3.4.5 patched by Deuce · 4b25afd6
      Rob Swindell authored
      How I accomplished this (since I tend for forget):
      
      1. Copy the 3rdp/src/cl from a current *nix build to a system w/MSVC2022
      2. Remove the I/O/eap*.c files from the project (don't exist, not needed)
      3. Change the build configuration to Win32 Release
      4. Resolve misc\int_api.c(700,16): error C2099: initializer is not a constant
      
         misc\int_api.c int_api.c
         697a698,700
         > #undef CURRENT_TIME_VALUE
         > #define CURRENT_TIME_VALUE 0x6588BADC
      
      I guess this version of MSVC isn't "tough enough",  though apparently MSVC2017
      was.
      
      This should fix CI builds.
      4b25afd6
    • Deucе's avatar
      Add apple font to fonts directory. · 0dddb85a
      Deucе authored
      This one is hand-crafted for CP437.  Ideally, I'd find the actual
      Apple ROM fonts and compile those in.
      0dddb85a
    • Deucе's avatar
      As I was starting to add support for detecting non-interactive · b99d161b
      Deucе authored
      SSH channels, I noticed that I hand't ever finished the terminal
      type/size "stuff", and while fixing that, I noticed that the hack
      for SyncTERM was done wrong.
      
      Fix the whole thing, and now Synchronet and SyncTERM both properly
      support terminal type and size over SSH.  It also looks trivial to
      support the SSH window size change message, but I'm not doing that
      tonight.
      
      Unfortunately, this is a patch on a patch, so is a bit fragile.
      It should really have the patches merged at some point.
      b99d161b
    • Deucе's avatar
      Remove obsolete comment · e694a466
      Deucе authored
      e694a466
    • Rob Swindell's avatar
      Fix mem leak reported by cppcheck · d98add44
      Rob Swindell authored
      d98add44
    • Rob Swindell's avatar
      Address cppcheck error - not an actual bug · fddbd721
      Rob Swindell authored
      netmail.cpp:411:25: error: Invalid strchr() argument nr 2. The value is -29
        but the valid values are '0:255'. [invalidFunctionArg]
        char* tp = strchr(to, QWK_NEWLINE);  /* chop off at first CR */
      fddbd721
Loading