Skip to content
Snippets Groups Projects
  1. Dec 24, 2023
    • 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
    • Deucе's avatar
      Remove debug output and fix get_type_name() · 2e769b62
      Deucе authored
      2e769b62
    • Deucе's avatar
      Start hacking up an sftp server. · 79572c40
      Deucе authored
      Just a proof-of-concept for right now, there's a couple major changes
      and some minor changes that will need to be made before this can
      actually be enabled.
      
      Not really testable without some seriously terrible hacks right now,
      but it has been verified with the sftp client that ships with openssh
      (which is based on a 20-year-old internet draft that is both expired
      and superceded).
      79572c40
  2. Dec 23, 2023
  3. Dec 22, 2023
  4. Dec 21, 2023
  5. Dec 20, 2023
Loading