1. 16 10月, 2017 1 次提交
  2. 22 9月, 2017 1 次提交
    • B
      Implement room state retrieval endpoint (#254) · 02180633
      Brendan Abolivier 提交于
      * Move prev event structure to component-wide types
      
      * Renamed key for better understandability
      
      * Implement /state endpoint
      
      * Change rowsToEvents() to return an empty slice instead of nil in case of empty result set
      
      * Doc
      
      * Fix forgotten comma
      
      * Specify HTTP method
      
      * Update comment
      
      * Remove debug fmt.Println
      02180633
  3. 13 6月, 2017 1 次提交
  4. 16 5月, 2017 1 次提交
  5. 15 5月, 2017 1 次提交
    • K
      Remove intermediary /sync response struct (#102) · 94e1c627
      Kegsay 提交于
      The logic required to populate the right bits of `RoomData` tends towards
      the complete `/sync` response struct, so just use the actual response struct
      and save the hassle of mapping between the two. It may not make much difference
      in its current form, but the next PR will make use of this.
      
      This PR has no functional changes.
      94e1c627
  6. 21 4月, 2017 2 次提交
  7. 19 4月, 2017 1 次提交
    • K
      Implement incremental sync (#71) · 92a03252
      Kegsay 提交于
      This has the following known shortcomings:
       - It doesn't handle missing events not in the from/to range.
       - It doesn't order events in the timeline correctly.
       - It doesn't handle invited/left rooms at all.
       - There is no intelligent wakeup logic: events for Bob will wake up Alice's stream.
      92a03252
  8. 18 4月, 2017 1 次提交
  9. 13 4月, 2017 1 次提交
  10. 12 4月, 2017 1 次提交
  11. 11 4月, 2017 1 次提交