Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'develop' into markjh/v2_sync_receipts | Mark Haines | 2015-11-03 | 1 | -10/+57 | |
| |\ | | | | | | | | | | | | | Conflicts: synapse/handlers/sync.py | |||||
| | * | Include room tags in v2 /sync | Mark Haines | 2015-11-02 | 1 | -11/+58 | |
| | | | ||||||
| * | | Include read receipts in v2 sync | Mark Haines | 2015-11-02 | 1 | -15/+30 | |
| |/ | ||||||
* | | Remove more unused parameters | Daniel Wagner-Hall | 2015-11-02 | 1 | -1/+0 | |
| | | ||||||
* | | Remove unused arguments and code | Daniel Wagner-Hall | 2015-11-02 | 1 | -14/+1 | |
|/ | ||||||
* | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | Don't mark newly joined room timelines as limited in an incremental sync | Mark Haines | 2015-10-29 | 1 | -3/+5 | |
| | ||||||
* | Implement full_state incremental sync | Richard van der Hoff | 2015-10-26 | 1 | -17/+34 | |
| | | | | | | | | A hopefully-complete implementation of the full_state incremental sync, as specced at https://github.com/matrix-org/matrix-doc/pull/133. This actually turns out to be a relatively simple modification to the initial sync implementation. | |||||
* | Merge branch 'develop' into markjh/v2_sync_typing | Mark Haines | 2015-10-21 | 1 | -3/+127 | |
|\ | | | | | | | | | Conflicts: synapse/handlers/sync.py | |||||
| * | Include banned rooms in the archived section of v2 sync | Mark Haines | 2015-10-21 | 1 | -6/+9 | |
| | | ||||||
| * | Fix pep8 | Mark Haines | 2015-10-19 | 1 | -1/+0 | |
| | | ||||||
| * | Add rooms that the user has left under archived in v2 sync. | Mark Haines | 2015-10-19 | 1 | -3/+125 | |
| | | ||||||
* | | Doc string for the SyncHandler.typing_by_room method | Mark Haines | 2015-10-21 | 1 | -0/+12 | |
| | | ||||||
* | | Include typing events in initial v2 sync | Mark Haines | 2015-10-20 | 1 | -14/+29 | |
|/ | ||||||
* | Amalgamate _filter_events_for_client | Erik Johnston | 2015-10-16 | 1 | -47/+1 | |
| | ||||||
* | Merge pull request #305 from matrix-org/markjh/v2_sync_api | Mark Haines | 2015-10-14 | 1 | -92/+105 | |
|\ | | | | | Update the v2 sync API to work as specified in the current spec. | |||||
| * | Fix v2 sync polling | Mark Haines | 2015-10-14 | 1 | -3/+3 | |
| | | ||||||
| * | Add a get_invites_for_user method to the storage to find out the rooms a ↵ | Mark Haines | 2015-10-13 | 1 | -6/+2 | |
| | | | | | | | | user is invited to | |||||
| * | Include invites in incremental sync | Mark Haines | 2015-10-13 | 1 | -6/+25 | |
| | | ||||||
| * | Include invited rooms in the initial sync | Mark Haines | 2015-10-13 | 1 | -10/+6 | |
| | | ||||||
| * | Start spliting out the rooms into joined and invited in v2 sync | Mark Haines | 2015-10-13 | 1 | -18/+40 | |
| | | ||||||
| * | Update the filters to match the latest spec. | Mark Haines | 2015-10-12 | 1 | -3/+3 | |
| | | | | | | | | | | Apply the filter the 'timeline' and 'ephemeral' keys of rooms. Apply the filter to the 'presence' key of a sync response. | |||||
| * | Update the v2 room sync format to match the current v2 spec | Mark Haines | 2015-10-08 | 1 | -14/+11 | |
| | | ||||||
| * | Move the rooms out into a room_map mapping from room_id to room. | Mark Haines | 2015-10-05 | 1 | -18/+9 | |
| | | ||||||
| * | Start updating the sync API to match the specification | Mark Haines | 2015-10-01 | 1 | -36/+28 | |
| | | ||||||
* | | Remove unused room_id arg | Erik Johnston | 2015-10-14 | 1 | -1/+1 | |
|/ | ||||||
* | 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 ↵ | Erik Johnston | 2015-03-09 | 1 | -2/+4 | |
| | | | | uses the a storage api that is cached. | |||||
* | 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 ↵ | Mark Haines | 2015-02-06 | 1 | -1/+3 | |
| | | | | topological token to a stream token before passing it to get_recent_events_for_room | |||||
* | Return empty list rather than None when there are no emphemeral events for a ↵ | Mark Haines | 2015-01-30 | 1 | -1/+1 | |
| | | | | room | |||||
* | Add doc string for __nonzero__ overrides for sync results, raise not ↵ | Mark Haines | 2015-01-30 | 1 | -1/+8 | |
| | | | | implemented if the client attempts to do a gapless sync | |||||
* | 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 | |
| | | | | sync with a gap | |||||
* | 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 ↵ | Mark Haines | 2015-01-29 | 1 | -11/+45 | |
| | | | | changes is small | |||||
* | 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 | |