Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/mtxclient.git. Pull mirroring updated .
  1. Mar 07, 2023
  2. Mar 01, 2023
  3. Feb 22, 2023
  4. Feb 21, 2023
  5. Feb 20, 2023
  6. Feb 19, 2023
  7. Feb 15, 2023
  8. 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
  9. Feb 11, 2023
  10. Feb 10, 2023
  11. Feb 09, 2023
  12. Feb 01, 2023
  13. 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
    • Nicolas Werner's avatar
      Fix linting before comment · 156fe15f
      Nicolas Werner authored
      Verified
      156fe15f
    • Nicolas Werner's avatar
      Document PBKDF2 security · 219a2699
      Nicolas Werner authored
      Most password managers used 100k until recently for the weaker sha256
      version. We used 500k for the sha512 variant, so we should be good for a
      while. Hopefully Matrix switches to argon2 or something better at that
      point.
      Verified
      219a2699
  14. Jan 21, 2023
  15. Jan 18, 2023
  16. Jan 13, 2023
  17. Jan 12, 2023
  18. Jan 10, 2023
  19. Jan 02, 2023
  20. Dec 26, 2022
  21. Dec 16, 2022
  22. Dec 13, 2022
  23. Dec 12, 2022
  24. Dec 11, 2022
Loading