Skip to content
Snippets Groups Projects
  1. Feb 18, 2025
  2. Feb 13, 2025
  3. 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
  4. Jan 28, 2025
  5. Dec 20, 2024
  6. Dec 16, 2024
  7. Dec 07, 2024
  8. Dec 06, 2024
  9. Nov 26, 2024
  10. 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
  11. Nov 15, 2024
  12. Nov 14, 2024
  13. Nov 13, 2024
Loading