1. 07 7月, 2017 1 次提交
  2. 13 6月, 2017 1 次提交
  3. 24 5月, 2017 1 次提交
  4. 18 5月, 2017 1 次提交
    • K
      Minor refactoring (#106) · 917c433f
      Kegsay 提交于
      - `s/Server/OutputRoomEvent/` in `consumers` to accurately reflect what is being consumed.
      - `s/set/userIDSet/` in `notifier.go` for clarity.
      - Removed lying comments.
      917c433f
  5. 17 5月, 2017 1 次提交
  6. 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
  7. 12 5月, 2017 1 次提交
  8. 10 5月, 2017 1 次提交
    • K
      Split out notifying /sync requests and calculating sync responses (#96) · 04f3c154
      Kegsay 提交于
      * Split out notifying /sync requests and calculating sync responses
      
      The logic for notifying /sync requests is about to get really
      complicated as we optimise when to wake up requests, so split
      out that code into a separate struct to isolate it and make
      it easier to unit test.
      04f3c154
  9. 21 4月, 2017 2 次提交