1. 12 7月, 2017 1 次提交
  2. 27 6月, 2017 2 次提交
    • M
      Set depth of events and whether they need to be federated. (#145) · 54e7e304
      Mark Haines 提交于
      * Set depth of events and whether they need to be federated.
      
      Set the depth of each new event to one greater than the maximum depth
      of it's direct ancestors.
      
      Add a flag to each event passing through the roomserver that tells us
      whether the event needs to be sent over federation.
      
      We do this by passing the name of the server to send the event as.
      We will need this capability if we want to support vhosting as it is
      not possible to tell from the event alone which server to send it as.
      
      (The reason for this is that sometimes a event needs to be sent on
      behalf of a different remote matrix server)
      
      * Update roomserver integration tests
      
      * More comments
      
      * Constants and comments
      
      * Fix comments
      
      * Document the int64 returned by LatestEventIDs
      54e7e304
    • M
      Include the state before the event in roomserver output (#143) · 572f6c39
      Mark Haines 提交于
      * Include the state before the event in roomserver output
      
      * Fix roomserver integration test
      
      * Remove VisibilityEventIDs from the JSON
      
      * More comments
      
      * Remove spurious TODO
      572f6c39
  3. 26 5月, 2017 1 次提交
  4. 21 4月, 2017 1 次提交
  5. 08 3月, 2017 1 次提交
  6. 07 3月, 2017 1 次提交
    • M
      Track the current state of the room (#24) · 96fc9294
      Mark Haines 提交于
      * Add method for calculating the room state after a list of events
      
      * Fill out AddsState and RemovesState fields in the output event
      
      * comment on return value
      
      * Fix whitespace
      
      * Clarify the meaning of LastEventIDSent
      
      * Be more explicit on what the snapshot is
      
      * Fix comments
      
      * Comment on why we want the state after the previous events
      96fc9294
  7. 27 2月, 2017 1 次提交
  8. 23 2月, 2017 1 次提交
  9. 21 2月, 2017 1 次提交