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