1. 13 6月, 2017 1 次提交
  2. 16 5月, 2017 1 次提交
  3. 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
  4. 21 4月, 2017 2 次提交
  5. 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
  6. 18 4月, 2017 1 次提交
  7. 13 4月, 2017 1 次提交
  8. 12 4月, 2017 1 次提交
  9. 11 4月, 2017 1 次提交