Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. Apr 07, 2022
  3. Feb 18, 2022
  4. Feb 12, 2022
  5. Jan 19, 2022
  6. Dec 23, 2021
  7. Dec 15, 2021
  8. Oct 13, 2021
  9. Sep 13, 2021
  10. Aug 31, 2021
  11. Aug 27, 2021
  12. Aug 03, 2021
  13. Jul 20, 2021
  14. Jul 14, 2021
  15. Jul 11, 2021
    • Kurt Roeckx's avatar
      Return proper error in case of invalid UTF-8 in json_body · 699f7767
      Kurt Roeckx authored
      json_body is used in places that need authentication. In
      case an unknown field is set, Ruma doesn't parse the field
      and so doesn't give an error on invalid UTF-8. But Conduit
      has parsed and on error makes json_body None. Return an
      error to the client instead of generating an internal error.
      699f7767
  16. Jun 09, 2021
  17. May 28, 2021
  18. May 21, 2021
  19. May 04, 2021
  20. Mar 02, 2021
  21. Dec 05, 2020
  22. Oct 23, 2020
  23. Oct 18, 2020
  24. Sep 08, 2020
  25. Aug 23, 2020
    • Devin Ragotzy's avatar
      Keep track of State at event for state resolution · c4f5a0a6
      Devin Ragotzy authored
      feat: first steps towards joining rooms over federation
      Add state-res as a dependency of conduit
      Add reverse_topological_power_sort before append_pdu
      Implement statehashstatid_pduid tree for keeping track of state
      Clean up implementation of state_hash as key for tracking state
      c4f5a0a6
  26. Aug 12, 2020
  27. Jul 30, 2020
Loading