Skip to content
Snippets Groups Projects
  1. May 13, 2025
  2. May 09, 2025
  3. Apr 08, 2025
  4. Feb 18, 2025
  5. Feb 13, 2025
  6. Jan 30, 2025
    • Thierry Lelegard's avatar
      Fixed include strings.h in yamlparse.c · 11e0f155
      Thierry Lelegard authored
      The header <strings.h> is not standard. It is specific to most UNIX
      and is a superset of <string.h> (without 's'). On Windows with Visual
      Studio, the compilation fails with <strings.h>. Fixed as <string.h>.
      11e0f155
  7. Jan 28, 2025
  8. Dec 20, 2024
  9. Dec 16, 2024
  10. Dec 07, 2024
  11. Dec 06, 2024
  12. Nov 26, 2024
  13. Nov 21, 2024
    • Sergio Ammirata's avatar
      Add config file support for ristsender and ristreceiver. · e43303fa
      Sergio Ammirata authored
      The file needs to be in yaml format, here is an example:
      ---
      secret: blarg
      buffer: 0
      encryption-type: 256
      profile: <simple/main/advanced>
      stats: 1000
      inputurl:
        - <URL A>
        - <URL B>
        - ...
      outputurl:
        - <URL A>
        - <URL B>
        - ...
      We used a built-in very simplistic native yaml parser and not a yaml library to not introduce a new dependency. The key-value pairs are the same ones used in the long-options of the command line (all are supported).
      e43303fa
  14. Nov 15, 2024
  15. Nov 14, 2024
Loading