1. 26 10月, 2017 1 次提交
  2. 16 10月, 2017 1 次提交
  3. 13 10月, 2017 1 次提交
  4. 18 9月, 2017 1 次提交
  5. 07 9月, 2017 1 次提交
  6. 06 9月, 2017 1 次提交
    • E
      Use gometalinter (#210) · 2dcb3a11
      Erik Johnston 提交于
      * Remove unused struct field
      
      * Ignore unused test data
      
      * Remove unused variables
      
      * Remove deadcode
      
      * Fix up vetshadow warnings
      
      * Convert to using gometalinter
      
      * Update travis
      
      * Use vendored versions of gometalinter
      
      * Make gometalinter install its stuff
      
      * Vendor misspell
      2dcb3a11
  7. 22 8月, 2017 1 次提交
  8. 02 8月, 2017 1 次提交
    • B
      Make account data sync incremental (#170) · 0fbb8b78
      Brendan Abolivier 提交于
      * Clean roomserver consumer
      
      * Make account data sync incremental
      
      * Use a different name for the sync AD table
      
      * Improved error logging
      
      * Created missing topic in tests
      
      * Add client API topic to tests
      
      * Add client API topic to common
      
      * Move data batch retrieval
      
      * Add database index for data retrieval
      
      * Fix typo in table name
      
      * Fix indentation
      0fbb8b78
  9. 07 7月, 2017 1 次提交
  10. 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
  11. 17 5月, 2017 1 次提交
  12. 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