This website requires JavaScript.
20de6f6aea
base_client: prev_content deserialization TODO for if/when to mutate the event
Devin R
2020-05-21 10:27:29 -0400
eedf4e72d1
base_client: if unsigned field contains prev_content pull out and add to MemberEvent
Devin R
2020-05-21 10:16:04 -0400
6ecf46abf7
crypto: Mark tracked users as changed if a sync tells us so.
Damir Jelić
2020-05-21 14:30:42 +0200
53876ea6e8
Make Client::send a public method, add a short doccomment
Emi Simpson
2020-05-20 14:24:35 -0400
8489be590a
state_store: clippy TODO question
Devin R
2020-05-18 16:37:28 -0400
0f6caec93d
state_store: move room file when room state changes, test room_state_change method, doc edits
Devin R
2020-05-18 16:26:27 -0400
1d9fccdc9f
crypto: Move the users for key query map into the store.
Damir Jelić
2020-05-15 15:33:30 +0200
e51e89d9d5
matrix-sdk: Re-enable joins by id or alias.
Damir Jelić
2020-05-15 12:32:36 +0200
458923d313
crypto: Add a method to mark a tracked user as dirt/changed.
Damir Jelić
2020-05-14 17:26:51 +0200
b2e48d8eae
sqlite: Store the tracked users in the database.
Damir Jelić
2020-05-14 17:25:46 +0200
8c6c34e01a
matrix-sdk: Don't require coverage for some debug implementations.
Damir Jelić
2020-05-14 15:26:22 +0200
77973f15ba
base: Disable a test that requires SystemTime under wasm.
Damir Jelić
2020-05-14 15:12:14 +0200
4972104f72
base: Make an unreadable numeric literal readable.
Damir Jelić
2020-05-14 14:52:32 +0200
e3c16a3aa0
base: Don't use random event ids, they don't work under wasm.
Damir Jelić
2020-05-14 14:50:20 +0200
269a01e480
matrix-sdk: Remove some unused imports.
Damir Jelić
2020-05-14 14:39:39 +0200
b1de56478d
matrix-sdk: Disable for now joins by roomid or alias.
Damir Jelić
2020-05-14 14:30:29 +0200
9884c0bb7a
base: The session sharing test only works if encryption is enabled.
Damir Jelić
2020-05-14 14:01:16 +0200
96cf90e47c
base: Store the whole encryption info for the room.
Damir Jelić
2020-05-14 13:58:09 +0200
c0ff782ea3
base: Remove an aditional looping through the joined state events.
Damir Jelić
2020-05-14 13:00:47 +0200
c9d38cdedb
base: Expire group sessions if the member list changes.
Damir Jelić
2020-05-14 12:59:36 +0200
ecbd801c70
crypto: Invalidate group sessions if they fail to be shared.
Damir Jelić
2020-05-14 11:55:12 +0200
77a8f1b1bc
base: Test the invited room creation.
Damir Jelić
2020-05-14 10:57:21 +0200
fff3abf985
bae: More room creation tests.
Damir Jelić
2020-05-13 16:25:42 +0200
f803c5be6d
Merge branch 'fail-fast-travis'
Damir Jelić
2020-05-13 15:58:32 +0200
e32af74be5
base: Add some initial test for room creation.
Damir Jelić
2020-05-13 15:57:09 +0200
0d12a5571f
matrix-sdk: VERSION isn't used for the wasm target
stoically
2020-05-13 15:02:28 +0200
c5a0803068
travis: fail-fast for wasm target
stoically
2020-05-13 14:48:36 +0200
51f0a487ce
base: Remove the stale rooms from the hashmaps.
Damir Jelić
2020-05-13 13:23:16 +0200
dc56063c67
base: Move the user tracking logic to the correct place.
Damir Jelić
2020-05-13 13:10:21 +0200
5b1188a38b
matrix-sdk: Add more strict lints.
Damir Jelić
2020-05-13 12:47:24 +0200
a8f94e2329
base: Add some missing debug implementations and add more strict lints.
Damir Jelić
2020-05-13 12:34:46 +0200
8a401d23e2
base: Always store the new sync token, even if nothing changed in the rooms.
Damir Jelić
2020-05-13 12:27:16 +0200
993dc8264a
base: Return early if we get a duplicate sync response.
Damir Jelić
2020-05-13 12:26:07 +0200
676633eec1
base: Rename the state store file since it's a specific implementation of it.
Damir Jelić
2020-05-13 10:58:30 +0200
e9b48b73d4
base: Move the AllRooms out of the state_store file.
Damir Jelić
2020-05-13 10:50:58 +0200
f1d12ff1f3
matrix-sdk: Remove all mentions of the AsyncClient.
Damir Jelić
2020-05-13 10:06:08 +0200
66620ab99a
base: Use the locks from our common crate.
Damir Jelić
2020-05-13 10:03:41 +0200
9b38033cec
Merge branch 'store-room'
Damir Jelić
2020-05-13 09:23:01 +0200
b35bea00f7
bump ruma-events@0.21.0 to 0.21.1 fixes MessageEvent (de)ser bug
Devin R
2020-05-12 18:12:58 -0400
21bf631f47
Merge branch 'master' into store-room
Devin R
2020-05-12 18:08:51 -0400
1241fd718e
base: Only disable sleep in WASM but still `continue`
stoically
2020-05-12 15:56:27 +0200
aa42951f15
matrix-sdk: Switch to upstream crates
stoically
2020-05-12 15:47:37 +0200
890dbdaa39
examples: Rename to wasm_command_bot and add note about encryption
stoically
2020-05-12 15:42:50 +0200
e84a3e417c
matrix-sdk: Add missing newlines at the end of some files.
Damir Jelić
2020-05-12 14:55:44 +0200
0bb1be94e2
examples: Modify the wasm example to be similar to the command bot.
Damir Jelić
2020-05-12 14:30:33 +0200
2a411bf5df
matrix-sdk: Use the instant crate so Instant works on wasm as well.
Damir Jelić
2020-05-12 14:28:01 +0200
19b8a1686d
client: Disable the sleeps on the wasm target for now.
Damir Jelić
2020-05-12 14:23:57 +0200
ef6104bc53
matrix-sdk: Support compiling to wasm32-unknown-unknown
stoically
2020-05-08 16:12:21 +0200
2c45513b97
remove tarpaulin skip attr
Devin R
2020-05-11 17:38:18 -0400
21712d0930
state_store: load/store each room type (invite, join, left), add type for returning 3 room maps
Devin R
2020-05-11 15:32:58 -0400
22c4a1f2e7
Merge branch 'master' of https://github.com/matrix-org/matrix-rust-sdk into store-room
Devin R
2020-05-11 14:17:31 -0400
0d0d8fca2d
client: add store_room_state method
Devin R
2020-05-09 07:33:57 -0400
b6c0d4e3bb
base: Rename the Client to BaseClient.
Damir Jelić
2020-05-11 10:43:21 +0200
9d09d19101
matrix-sdk: Rename the AsyncClient to just Client.
Damir Jelić
2020-05-08 14:02:49 +0200
4e0bef064f
matrix-sdk: More cleanup in the deps.
Damir Jelić
2020-05-08 13:54:46 +0200
8a7aefac3b
matrix-sdk: Split out the error types in our base and matrix-sdk crates.
Damir Jelić
2020-05-08 12:39:36 +0200
9461f08906
base: Rename the base client file.
Damir Jelić
2020-05-08 11:49:25 +0200
db26ae9027
matrix-sdk: Rename the async client file.
Damir Jelić
2020-05-08 11:40:33 +0200
720e45509a
matrix-sdk: Move all the async client tests into the async client file.
Damir Jelić
2020-05-08 11:27:33 +0200
ef6458c9cd
matrix-sdk: Fix the feature flags for real this time.
Damir Jelić
2020-05-08 11:07:08 +0200
f5ec1f93ed
matrix-sdk: Remove some unused deps now that we have stuff split out.
Damir Jelić
2020-05-08 10:18:29 +0200
e57ae2c4ef
matrix-sdk: Fix the feature flags.
Damir Jelić
2020-05-08 10:13:47 +0200
1e8ab74058
matrix-sdk: Use the EventBuilder in the async client tests.
Damir Jelić
2020-05-08 09:57:42 +0200
207fac2b49
matrix-sdk: Move the EventBuilder into a separate crate so it can be reused.
Damir Jelić
2020-05-08 09:49:55 +0200
d32172f74e
base_client: todo about room hashmaps
Devin R
2020-05-07 15:24:55 -0400
4f96ac96e2
async_client: add tests for all current endpoints, event emitter typeing/receipt events, set unread notifications
Devin R
2020-05-07 15:21:06 -0400
14580bc383
matrix_sdk: Fix most of the tests now that we have the big split.
Damir Jelić
2020-05-07 16:22:18 +0200
30f8ccd2de
matrix-sdk: Move the bulk of the sdk into a separate base crate.
Damir Jelić
2020-05-07 14:57:38 +0200
06707bd95e
Merge branch 'master' into invite-leave-sync
Devin R
2020-05-07 07:18:13 -0400
35afd65705
base/async_client: remove deadcode, remove get room name methods from AsyncClient
Devin R
2020-05-07 07:09:22 -0400
a4f5a93880
base: Move some test that use the async client out of the base.
Damir Jelić
2020-05-07 12:51:53 +0200
8a4cca3a85
Merge branch 'more-endpoints'
Damir Jelić
2020-05-07 11:01:24 +0200
b97e67c404
Merge branch 'messages'
Damir Jelić
2020-05-07 10:17:14 +0200
6cbdbdcd2f
matrix-sdk: Rename the types subproject to matrix-sdk-common.
Damir Jelić
2020-05-07 08:51:59 +0200
9939efe0e8
message: feature flag message queue storage in Room struct
Devin R
2020-05-06 21:17:21 -0400
fa4a99504e
room: receive AnyStrippedStateEvent and handle within Room struct
Devin R
2020-05-06 20:46:06 -0400
7b2ffd1f25
Merge branch 'master' into invite-leave-sync
Devin R
2020-05-06 20:35:15 -0400
8afac39611
async_client/event_emitter: use RoomState to differentiate joined, invited and left rooms when emitting
Devin R
2020-05-06 19:45:27 -0400
e9d6e28e13
matrix-sdk: Remove some unused deps.
Damir Jelić
2020-05-06 17:06:24 +0200
d8b9dc8519
base: Don't expose the client fields publicly.
Damir Jelić
2020-05-06 15:55:18 +0200
1639f0fdd8
async_client: Remove the lock around the base client.
Damir Jelić
2020-05-06 15:36:55 +0200
02013ac286
base: Move the state store behind a lock.
Damir Jelić
2020-05-06 15:20:20 +0200
6e9e817597
crypto: Use next() instead of nth(0).
Damir Jelić
2020-05-06 15:00:16 +0200
3d03f77dba
base: Lock the event emitter option.
Damir Jelić
2020-05-06 14:47:58 +0200
522a8435d0
async_client: add tests for enpoints, fix docs
Devin R
2020-05-06 08:36:28 -0400
3a30d53437
base_client: Move the session behind a lock.
Damir Jelić
2020-05-06 14:27:53 +0200
967544bab9
base_client: Make the base client a bit more threadsafe.
Damir Jelić
2020-05-06 13:57:58 +0200
c90eb6a938
message: resolve reviews, deserialization can fail, update for ruma removed PartialEq
Devin R
2020-05-06 06:58:42 -0400
f13189d154
Merge branch 'master' into messages
Devin R
2020-05-06 06:53:42 -0400
e0400bd4e6
event_emitter: romove events for another PR
Devin R
2020-05-06 06:27:27 -0400
7c7aaee22e
async_client/event_emitter: add tests for invited and left rooms
Devin R
2020-05-06 06:23:34 -0400
39e59792d2
crypto: Remove the session key in room key events again.
Damir Jelić
2020-05-06 12:15:15 +0200
e0477fa053
types: Use the released version of ruma-client-api.
Damir Jelić
2020-05-06 09:38:31 +0200
0e538a7c67
event_emitter/async_client: receive and emit events for invited and left rooms
Devin R
2020-05-05 16:13:14 -0400
5ce62c9b6c
async_client: rebase master onto more-endpoints, fix clippy warning
Devin R
2020-05-05 13:21:02 -0400
d8883a11c1
async_client: add endpoints for typing and read notice, ban user and forget room
Devin R
2020-05-05 08:33:31 -0400
7b6e030823
matrix-sdk: Fix the last Ruma incompatibilities.
Damir Jelić
2020-05-05 15:29:25 +0200
bd2d6b0fac
message: push message when queue isn't full, don't insert dup
Devin R
2020-05-05 07:04:39 -0400
bfa9c0fda9
Merge branch 'master' of https://github.com/matrix-org/matrix-rust-sdk into messages
Devin R
2020-05-05 06:57:37 -0400
a54fec7ac5
base: Fix another instance of missing PartialEq support.
Damir Jelić
2020-05-04 14:22:10 +0200