Comment: | Initial support for sync
Only sends the sync, does not do anything with the response yet. Handling the response will be implemented in the next several commits, piece by piece. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
17e299f073f39e55dfe0b8a4bd1b34c8 |
User & Date: | js on 2020-10-03 21:56:23 |
Other Links: | manifest | tags |
2020-10-03
| ||
22:32 | Store next batch check-in: 6ab44895eb user: js tags: trunk | |
21:56 | Initial support for sync check-in: 17e299f073 user: js tags: trunk | |
19:47 | Add support for storage check-in: 3c84d235e5 user: js tags: trunk | |
Modified src/MTXClient.h from [2463af8d3c] to [a9c991a2fb]. [diff]
Modified src/MTXClient.m from [a5246fd62c] to [348fd1db0b]. [diff]
Modified src/MTXRequest.h from [c05bb8879a] to [9c39efc51b]. [diff]
Modified src/MTXRequest.m from [3b4c617815] to [88ddaafdca]. [diff]
Modified src/ObjMatrix.h from [45c5ea7f4a] to [0c8f4f9aec]. [diff]
Modified src/exceptions/MTXFetchRoomListFailedException.m from [48606353c7] to [ed85cc2a2b]. [diff]
Modified src/exceptions/MTXJoinRoomFailedException.m from [f939691250] to [6d2b4b0f4f]. [diff]
Modified src/exceptions/MTXLeaveRoomFailedException.m from [4b628c276b] to [1ab07a8b06]. [diff]
Modified src/exceptions/MTXLoginFailedException.m from [900a59b5fd] to [9df3447195]. [diff]
Modified src/exceptions/MTXLogoutFailedException.m from [6372c5e6df] to [1b0abaa340]. [diff]
Modified src/exceptions/MTXSendMessageFailedException.m from [2c6af4070c] to [4d0e5a29bd]. [diff]
Added src/exceptions/MTXSyncFailedException.h version [f96dda2973].
Added src/exceptions/MTXSyncFailedException.m version [ddf381e4b2].
Modified src/exceptions/Makefile from [21b2ee299e] to [3d8ea75409]. [diff]
Modified tests/tests.m from [9a4477a98b] to [247888a299]. [diff]