Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. Feb 21, 2024
  2. Jan 25, 2024
  3. Nov 01, 2023
  4. Sep 24, 2023
  5. Sep 15, 2023
  6. Aug 09, 2023
  7. Jul 05, 2023
  8. Jul 02, 2023
  9. Jun 10, 2023
  10. Apr 10, 2023
  11. Apr 07, 2023
  12. Apr 01, 2023
  13. Mar 12, 2023
  14. Mar 01, 2023
  15. Feb 22, 2023
  16. Feb 21, 2023
  17. 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
  18. Feb 09, 2023
  19. Feb 01, 2023
  20. 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
  21. Jan 21, 2023
  22. Jan 02, 2023
  23. Dec 13, 2022
  24. Dec 10, 2022
  25. Dec 09, 2022
  26. Dec 06, 2022
  27. Dec 03, 2022
  28. Nov 03, 2022
  29. Nov 02, 2022
  30. Oct 28, 2022
  31. Oct 25, 2022
  32. Oct 17, 2022
  33. Oct 12, 2022
  34. Sep 29, 2022
Loading