1. 13 10月, 2017 1 次提交
  2. 29 9月, 2017 1 次提交
  3. 20 9月, 2017 1 次提交
  4. 04 8月, 2017 1 次提交
  5. 28 7月, 2017 2 次提交
  6. 18 7月, 2017 1 次提交
  7. 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
  8. 21 4月, 2017 2 次提交
  9. 27 3月, 2017 1 次提交
  10. 23 3月, 2017 1 次提交
  11. 22 3月, 2017 2 次提交
  12. 17 3月, 2017 1 次提交
  13. 06 3月, 2017 1 次提交
    • M
      Add a query API to the roomserver for getting the latest events in a room. (#23) · 9a8a8aed
      Mark Haines 提交于
      * Start implementing a query API for go using net/rpc
      
      * Use a conventional JSON POST API rather than go net/rpc
      
      net/rpc doesn't automatically handle reconnecting and we have better
      logging and metrics infrastructure for monitoring HTTP apis.
      
      * Implement the query API and add it to the integration tests
      
      * Increase the timeout, travis seems to be a bit slow
      
      * Clarify that state events are the things that are not returned if they are not requested
      
      * Add utility function for converting arrays of numeric event IDs to pq Int64Arrays
      
      * Warn people against requesting empty state keys by accident
      9a8a8aed
  14. 27 2月, 2017 1 次提交
  15. 03 2月, 2017 1 次提交
    • M
      A kafkaesque room event consumer for the roomserver. (#1) · 41c6a373
      Mark Haines 提交于
      * A kafkaesque room event consumer for the roomserver.
      
      Implement the main input loop for the roomserver.
      
      It will receive events from a kafkaesque event source and track
      where it is in the stream.
      
      It currently does nothing with the events it consumes.
      41c6a373