Skip to content
Snippets Groups Projects
  1. Feb 12, 2022
  2. Jan 19, 2022
  3. Dec 23, 2021
  4. Dec 15, 2021
  5. Oct 13, 2021
  6. Sep 13, 2021
  7. Aug 31, 2021
  8. Aug 27, 2021
  9. Aug 03, 2021
  10. Jul 20, 2021
  11. Jul 14, 2021
  12. 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
  13. Jun 09, 2021
  14. May 28, 2021
  15. May 21, 2021
  16. May 04, 2021
  17. Mar 02, 2021
  18. Dec 05, 2020
  19. Oct 23, 2020
  20. Oct 18, 2020
  21. Sep 08, 2020
  22. 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
  23. Aug 12, 2020
  24. Jul 30, 2020
Loading