1. 23 3月, 2017 1 次提交
    • K
      Make a dendrite-sync-server binary (#48) · e347aa05
      Kegsay 提交于
      Currently the HTTP handlers are attached to an API mux which is created inside
      Setup(). In the future, we'll want to split this out so a single mux can have
      both sync and clientapi handlers attached to it.
      e347aa05
  2. 22 3月, 2017 2 次提交
  3. 18 3月, 2017 2 次提交
  4. 17 3月, 2017 2 次提交
  5. 15 3月, 2017 4 次提交
  6. 13 3月, 2017 1 次提交
  7. 11 3月, 2017 3 次提交
  8. 10 3月, 2017 1 次提交
  9. 09 3月, 2017 2 次提交
  10. 08 3月, 2017 3 次提交
  11. 07 3月, 2017 3 次提交
  12. 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
  13. 01 3月, 2017 1 次提交
  14. 27 2月, 2017 1 次提交
  15. 24 2月, 2017 1 次提交
  16. 23 2月, 2017 2 次提交
  17. 21 2月, 2017 3 次提交
  18. 20 2月, 2017 1 次提交
  19. 15 2月, 2017 2 次提交
    • M
      Move the SQL into separate files for each table. (#7) · 450e0f15
      Mark Haines 提交于
      * Move partition offsets sql to a separate file
      
      * Move event types sql to a separate file
      
      * Move event state key sql to a separate file
      
      * Move room sql to a separate file
      
      * Move events sql to a separate file
      
      * Move event json sql to a separate file
      
      * Move state snapshot sql to a separate file
      
      * Move state block sql to a separate file
      450e0f15
    • M
      Calculate and store the state at each event (#6) · 39264cbf
      Mark Haines 提交于
      * Calculate and store the state at each event
      
      * Use type aliases for numeric IDs
      39264cbf
  20. 10 2月, 2017 2 次提交
  21. 08 2月, 2017 1 次提交
  22. 04 2月, 2017 1 次提交