1. 13 10月, 2017 1 次提交
  2. 29 9月, 2017 1 次提交
  3. 20 9月, 2017 1 次提交
  4. 13 9月, 2017 1 次提交
  5. 04 8月, 2017 1 次提交
  6. 03 8月, 2017 1 次提交
  7. 18 7月, 2017 1 次提交
  8. 25 6月, 2017 1 次提交
  9. 19 6月, 2017 1 次提交
    • M
      Replace the cmd specific config with common config. (#144) · e67f9401
      Mark Haines 提交于
      * Move all the dendrite config in to a single place
      
      * Add tests for config parsing
      
      * replace syncserver config with common config
      
      * Replace client API config with common config
      
      * Replace federation API config with common config
      
      * Replace media api config with common config
      
      * Replace room server config with common config
      
      * Remove unused readKey function
      
      * Fix the integration tests
      
      * Comment on hardcoding roomserver to HTTP
      
      * Add a method for getting RoomServerURL
      
      This moves the hardcoding of HTTPs into one place.
      e67f9401
  10. 10 6月, 2017 1 次提交
  11. 07 6月, 2017 1 次提交
    • M
      Add support for receiving room events over federation. (#130) · 515cce1a
      Mark Haines 提交于
      * Add API for querying events by ID.
      
      * Fix tense
      
      * Start implementing federation ingress
      
      * More stuff
      
      * Hook up federation event receiving
      
      * Handle the case where we are missing state
      
      * Fix docstring and comments
      
      * Fix infinite loop when printing unknownRoomError
      515cce1a
  12. 02 6月, 2017 2 次提交
  13. 25 5月, 2017 1 次提交
    • M
      Start implementing /join for room aliases for rooms the server is not in. (#115) · 84ad4ff9
      Mark Haines 提交于
      * Start implementing the join room API
      
      * Hacks to get join room working
      
      * Make the TLS fingerprint configurable
      
      * Fix the client API proxy to handle '#' correctly
      
      * Return a 200 OK response
      
      * Write the join event along with current state to the room server
      
      * Comment on the error handling
      
      * Fix typos
      
      * Fix tab
      
      * Add TODO for moving authEventIDs to gomatrixserverlib
      
      * Comment on why we ignore the key ID argument for local keys
      
      * Avoid 'preceeded'
      
      * Neaten the control flow
      
      * Neaten the control flow even more
      
      * Return pointers
      
      * Rename err to lastErr for the loop
      84ad4ff9
  14. 19 5月, 2017 1 次提交