| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up one more reference | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+0 |
* | Don't get apservice interested rooms in RoomHandler.get_joined_rooms_for_users | Erik Johnston | 2015-08-19 | 1 | -3/+21 |
* | Fix _filter_events_for_client | Erik Johnston | 2015-08-12 | 1 | -3/+1 |
* | Use list comprehension instead of filter | Erik Johnston | 2015-08-12 | 1 | -10/+3 |
* | Remove debug loggers | Erik Johnston | 2015-08-11 | 1 | -3/+0 |
* | Fix application of ACLs | Erik Johnston | 2015-08-11 | 1 | -4/+13 |
* | Speed up event filtering (for ACL) logic | Erik Johnston | 2015-08-04 | 1 | -1/+5 |
* | Rename key and values for m.room.history_visibility. Support 'invited' value | Erik Johnston | 2015-07-06 | 1 | -5/+20 |
* | Respect m.room.history_visibility in v2_alpha sync API | Erik Johnston | 2015-07-03 | 1 | -0/+33 |
* | Fix v2 sync, update the last_notified_ms only if there was an active listener | Mark Haines | 2015-05-14 | 1 | -1/+1 |
* | Change room handlers get_rooms_for_user to get_joined_rooms_for_user. This us... | Erik Johnston | 2015-03-09 | 1 | -2/+4 |
* | Fix code-style | Mark Haines | 2015-02-10 | 1 | -1/+1 |
* | During room intial sync, only calculate current state once. | Erik Johnston | 2015-02-09 | 1 | -3/+6 |
* | SYN-258: get_recent_events_for_room only accepts stream tokens, convert the t... | Mark Haines | 2015-02-06 | 1 | -1/+3 |
* | Return empty list rather than None when there are no emphemeral events for a ... | Mark Haines | 2015-01-30 | 1 | -1/+1 |
* | Add doc string for __nonzero__ overrides for sync results, raise not implemen... | Mark Haines | 2015-01-30 | 1 | -1/+8 |
* | Check if the user has joined the room between incremental syncs | Mark Haines | 2015-01-30 | 1 | -4/+27 |
* | Pass client info to the sync_config | Mark Haines | 2015-01-30 | 1 | -2/+3 |
* | Fix token formatting | Mark Haines | 2015-01-30 | 1 | -3/+3 |
* | Filter the recent events before applying the limit when doing an initial sync | Mark Haines | 2015-01-30 | 1 | -11/+10 |
* | Filter the recent events before applying the limit when doing an incremental ... | Mark Haines | 2015-01-30 | 1 | -15/+38 |
* | Update todo for the filtering on sync | Mark Haines | 2015-01-29 | 1 | -1/+2 |
* | Fix indent | Mark Haines | 2015-01-29 | 1 | -1/+1 |
* | Move typing notifs to an "emphermal" event list on the room object | Mark Haines | 2015-01-29 | 1 | -5/+7 |
* | Fix check for empty room update | Mark Haines | 2015-01-29 | 1 | -1/+1 |
* | Fix v2 initial sync | Mark Haines | 2015-01-29 | 1 | -1/+2 |
* | Use get_room_events_stream to get changes to the rooms if the number of chang... | Mark Haines | 2015-01-29 | 1 | -11/+45 |
* | Remove typing TODO | Mark Haines | 2015-01-29 | 1 | -1/+0 |
* | Add typing notifications to sync | Mark Haines | 2015-01-29 | 1 | -9/+21 |
* | Fix Formatting | Mark Haines | 2015-01-27 | 1 | -8/+5 |
* | Wait for events if the incremental sync is empty and a timeout is given | Mark Haines | 2015-01-27 | 1 | -7/+12 |
* | Start implementing incremental initial sync | Mark Haines | 2015-01-27 | 1 | -25/+208 |
* | Start implementing the non-incremental sync portion of the v2 /sync API | Mark Haines | 2015-01-26 | 1 | -25/+62 |
* | Add handler for /sync API | Mark Haines | 2015-01-26 | 1 | -0/+110 |