1. 28 9月, 2017 1 次提交
  2. 21 9月, 2017 1 次提交
  3. 18 9月, 2017 1 次提交
  4. 13 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. 31 8月, 2017 1 次提交
  8. 22 8月, 2017 1 次提交
    • B
      Implement public rooms APIs (#185) · b15ce900
      Brendan Abolivier 提交于
      * Move events contents to common
      
      * Basic database structure
      
      * Complete database update
      
      * Support visibility update and retrieval
      
      * Add HTTP methods for visibility update and retrieval
      
      * Add the database for the new component
      
      * Add a listener for the new component
      
      * Fix attribute update statements
      
      * Create public rooms component
      
      * Fix failing test
      
      * Add roomserver consumer
      
      * Fix a bug in aliases creation
      
      * Add a check on type
      
      * Implement public rooms directory
      
      * Use auth API for visibility update
      
      * Support filtering
      
      * Add component to monolith
      
      * Various fixes
      
      * Fix computation of next public rooms batch
      
      * Retrieve state events from the roomserver query API + avoid dupes on join
      
      * Split update of string or boolean attribute in two separate functions
      
      * Use event type to detect duplicate joins
      
      * Improve the joined members counter computation
      
      * Use event.RoomID()
      b15ce900
  9. 16 8月, 2017 2 次提交
    • M
      Fix kafka consumer setup in monolith. (#184) · ba8b5d8b
      Mark Haines 提交于
      We can't consume the same topic on a single kafka consumer more than
      once. So when using kafka we have to create a new consumer for each
      component in the monolith.
      ba8b5d8b
    • M
      Optionally use naffka in the monolithic server (#183) · c27d1fdf
      Mark Haines 提交于
      * dependency injection for the kafka consumers/producers
      
      * Optionally use naffka in the monolithic server
      
      * remember to call setupKafka()
      
      * tweak imports
      
      * fix integration tests
      
      * Add use_naffka to the example config
      
      * Update comment on the listen APIs
      c27d1fdf
  10. 07 8月, 2017 1 次提交
  11. 04 8月, 2017 2 次提交