1. 25 9月, 2017 1 次提交
  2. 23 9月, 2017 2 次提交
  3. 22 9月, 2017 5 次提交
  4. 21 9月, 2017 5 次提交
  5. 20 9月, 2017 9 次提交
  6. 19 9月, 2017 2 次提交
  7. 18 9月, 2017 4 次提交
  8. 14 9月, 2017 1 次提交
  9. 13 9月, 2017 7 次提交
  10. 12 9月, 2017 4 次提交
    • M
      Explain when we should use SendEvents instead of SendInvite. · 82c82a34
      Mark Haines 提交于
      Because it's easy to get confused between the two methods.
      82c82a34
    • B
      Add config and checks for trusted ID servers (#206) · f1fce556
      Brendan Abolivier 提交于
      * Add config for trusted ID servers
      
      * Add new error
      
      * Implement check for trusted ID server
      
      * Complete unfinished comment
      
      * Make comment more explicit in the config file
      
      * Use go standard errors in membership.go
      
      * Use standard errors instead of JSON responses in threepid
      
      * Doc errors
      
      * Remove unused parameter
      f1fce556
    • B
      3PID invite exchange over federation (#222) · 28346b39
      Brendan Abolivier 提交于
      * Use federation to auth the event if the server isn't in the room
      
      * Use MakeAPI for 3pid onbind handler as it isn't a standard federation request
      
      * Error check
      
      * Temporarily disable tests
      
      * Fix return on 3PID invite
      
      * Re-enable tests
      
      * Remove useless else
      
      * gb vendor update github.com/matrix-org/gomatrixserverlib
      
      * gb vendor update github.com/matrix-org/gomatrixserverlib
      
      * Implement same behaviour as synapse
      
      * Fix condition and array initialisation
      
      * Log errors on iteration and throw one if no server could be reached
      
      * Fix err not being initialised
      
      * Fix lint
      
      * Fix import path
      28346b39
    • M
      Fix response to federation /invite to match the format expected by synapse (#221) · 6cb9d900
      Mark Haines 提交于
      * Fix response to /invite to match the format expected by synapse
      
      * gb vendor update github.com/matrix-org/gomatrixserverlib
      
      * Use gomatrixserverlib.RespInvite
      
      * gb vendor update github.com/matrix-org/gomatrixserverlib
      6cb9d900