- Sep 12, 2020
-
-
Timo Kösters authored
-
- Sep 08, 2020
-
-
Timo Kösters authored
-
- Aug 30, 2020
-
-
Devin Ragotzy authored
-
- Aug 28, 2020
-
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
- Aug 25, 2020
-
-
Devin Ragotzy authored
Replace None with Some("") for state_key
-
- Aug 23, 2020
-
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
Timo authored
The only situation that isn't working yet is sending `left` events for users when the sender leaves the room
-
Timo authored
-
Devin Ragotzy authored
-
Devin Ragotzy authored
This fixes the panic from ruma "index out of bounds"
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
Devin Ragotzy authored
-
Devin Ragotzy authored
Move all state event appending to append_state_pdu.
-
Devin Ragotzy authored
-
Devin Ragotzy authored
feat: first steps towards joining rooms over federation Add state-res as a dependency of conduit Add reverse_topological_power_sort before append_pdu Implement statehashstatid_pduid tree for keeping track of state Clean up implementation of state_hash as key for tracking state
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/181
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
The only situation that isn't working yet is sending `left` events for users when the sender leaves the room
-
Timo authored
-
timokoesters authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
Timo authored
-
timokoesters authored
-
- Aug 18, 2020
-
-
Timo Kösters authored
Merge pull request 'Make default server name more obvious' (#192) from spaetz/conduit:master into master Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/192 Reviewed-by:
Timo Kösters <timo@koesters.xyz>
-
Sebastian Spaeth authored
Too many people fell into the trap and left conduit.rs in the deployment configuration, wondering why users are all listed as @conduit.rs. Make the default server name really easy to identify and make it obvious that this needs to be changed.
-
- Aug 17, 2020
-
-
Timo Kösters authored
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/190 Reviewed-by:
Timo Kösters <timo@koesters.xyz>
-
Faelar authored
-