Damir Jelić
|
5fef444d61
|
matrix-sdk: Split out the crypto part of the sdk into a separate crate.
|
2020-04-29 09:48:00 +02:00 |
|
Devin R
|
07053cfe26
|
room/ev_emitter: add tombstone to emitted events
|
2020-04-23 07:05:59 -04:00 |
|
Devin R
|
3f9243a326
|
command-bot: add comments, use timestamp to filter old messages
|
2020-04-15 07:52:29 -04:00 |
|
Devin R
|
49e962e9c4
|
event_emitter: use Arc<RwLock<Room for EventEmitter and joined_rooms HashMap
|
2020-04-15 06:58:25 -04:00 |
|
Devin R
|
cf029b2e4f
|
make EventEmitter shared refs, in AsyncClient::sync lock only in inner most scope
|
2020-04-14 18:10:10 -04:00 |
|
Devin R
|
c2b3210cc9
|
cargo fmt/clippy, move power levels into Room
|
2020-04-05 12:41:00 -04:00 |
|
Devin R
|
e987a9006b
|
remove User and merge fields into RoomMember
|
2020-04-05 08:34:02 -04:00 |
|
Devin R
|
eff322c0c5
|
crypto compiles, tests pass
|
2020-04-03 11:00:37 -04:00 |
|
Devin R
|
187734f449
|
add test and docs for EventEmitter, fix review issues
|
2020-04-02 15:59:13 -04:00 |
|
Devin R
|
2ed152708c
|
use inner event type for EventEmitter methods
|
2020-04-01 16:36:20 -04:00 |
|
Devin R
|
5c418f3420
|
cargo fmt/clippy
|
2020-04-01 16:36:20 -04:00 |
|
Devin R
|
f2b50677b9
|
fix example, use tokio::Mutex for all types that could be passed
in async thread spawn envs
|
2020-04-01 16:36:17 -04:00 |
|
Devin R
|
5612825762
|
add EventEmitter trait, clean up imports so new warnings are easier to see
|
2020-04-01 16:35:50 -04:00 |
|