Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
    • Erik Johnston's avatar
      Refactor request sending to have better excpetions (#4358) · b970cb0e
      Erik Johnston authored
      * Correctly retry and back off if we get a HTTPerror response
      
      * Refactor request sending to have better excpetions
      
      MatrixFederationHttpClient blindly reraised exceptions to the caller
      without differentiating "expected" failures (e.g. connection timeouts
      etc) versus more severe problems (e.g. programming errors).
      
      This commit adds a RequestSendFailed exception that is raised when
      "expected" failures happen, allowing the TransactionQueue to log them as
      warnings while allowing us to log other exceptions as actual exceptions.
      b970cb0e
  2. Jan 07, 2019
  3. Jan 06, 2019
  4. Jan 04, 2019
  5. Jan 02, 2019
  6. Dec 29, 2018
  7. Dec 28, 2018
  8. Dec 24, 2018
  9. Dec 21, 2018
  10. Dec 20, 2018
  11. Dec 19, 2018
  12. Dec 18, 2018
  13. Dec 14, 2018
    • Neil Johnson's avatar
      create support user (#4141) · d2f7c4e6
      Neil Johnson authored
      Allow for the creation of a support user.
      
      A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
      Unverified
      d2f7c4e6
  14. Dec 13, 2018
  15. Dec 11, 2018
  16. Dec 10, 2018
Loading