Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. May 07, 2024
  2. Mar 04, 2024
  3. Feb 23, 2024
  4. Feb 21, 2024
  5. Jan 25, 2024
  6. Nov 01, 2023
  7. Sep 24, 2023
  8. Sep 15, 2023
  9. Aug 09, 2023
  10. Jul 05, 2023
  11. Jul 02, 2023
  12. Jun 10, 2023
  13. Apr 10, 2023
  14. Apr 07, 2023
  15. Apr 01, 2023
  16. Mar 12, 2023
  17. Mar 01, 2023
  18. Feb 22, 2023
  19. Feb 21, 2023
  20. Feb 13, 2023
    • Nicolas Werner's avatar
      Fix compiling tests with LTO · 6daf2162
      Nicolas Werner authored
      We do retain some template instantiations by default, but only for types
      actually used in the public API. If anyone wants to use the other ones,
      they will need to import the "*_impl.hpp" defining their respective from
      and to json functions. Everyone else should just try to parse only the
      types we use in our variants and such.
      
      fixes #93
      fixes #80
      Verified
      6daf2162
  21. Feb 09, 2023
  22. Feb 01, 2023
  23. Jan 24, 2023
    • Nicolas Werner's avatar
      Fix double invokation of callback if callback returns an error · 31f2af61
      Nicolas Werner authored
      This is partially based on the report and patch from
      Jason Volk <jason@zemos.net>, however it actually fixes the issue
      properly in both cases and doesn't rethrow the callbacks own exception
      for error handling... It also improves the error message for aborted
      callbacks by hardcoding the curl error code. This regularly happens when
      you close Nheko and it cancels the sync request.
      Verified
      31f2af61
  24. Jan 21, 2023
  25. Jan 02, 2023
  26. Dec 13, 2022
  27. Dec 10, 2022
  28. Dec 09, 2022
  29. Dec 06, 2022
  30. Dec 03, 2022
  31. Nov 03, 2022
  32. Nov 02, 2022
  33. Oct 28, 2022
Loading