Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. Nov 01, 2023
  2. Oct 31, 2023
  3. Oct 30, 2023
  4. Oct 11, 2023
  5. Oct 09, 2023
  6. Sep 24, 2023
  7. Sep 15, 2023
  8. Aug 09, 2023
  9. Jul 08, 2023
  10. Jul 05, 2023
  11. Jul 04, 2023
  12. Jul 02, 2023
  13. Jun 10, 2023
  14. Jun 09, 2023
  15. Jun 02, 2023
  16. Apr 10, 2023
  17. Apr 07, 2023
  18. Apr 01, 2023
  19. Mar 12, 2023
  20. Mar 08, 2023
    • Loren Burkholder's avatar
      Don't throw error if content is empty · b1a978ab
      Loren Burkholder authored
      If an Unknown message is being constructed for sending, the content
      may be empty, since the msgtype and body are exposed as C++ properties.
      Previously, the to_json function assumed that the content could be
      parsed as valid json, when in fact an empty content would throw an error.
      b1a978ab
  21. Mar 07, 2023
  22. Mar 01, 2023
  23. Feb 22, 2023
  24. Feb 21, 2023
  25. Feb 20, 2023
  26. Feb 19, 2023
  27. Feb 15, 2023
  28. 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
Loading