dendrite/federationsender
alexfca fd7f25479b
Upgrade Dendrite 0.5.0 support for CosmosDB (#15)
* - Add CosmosDB back
- Add missing methods to blacklist_table.go
- Add missing methods to device_keys_table.go
- Add missing methods to events_table.go
- Add missing methods to membership_table.go
- Update state_block_table.go (due to reafctor SQL)
- Update state_snapshot_table.go (due to reafctor SQL)
- Add new key_backup_table.go
- Add new key_backup_version_table.go
- Code compiles but has runtime errors

* Message sending + receiving working
Rooms and DMs working
- Add CrossSigningKeys table
- Add CrossSigningSigs table
- Refactor DeviceKeys yable
- Fix OneTimeKeys
- Update the KeyServer storage.go to use a PartitionStorer instead of a specific SQL PartitionOffsetStatements
- Fix small issues from the previous commit
- Implement DeleteSendToDeviceMessages

Co-authored-by: alexf@example.com <alexf@example.com>
2021-09-10 16:04:17 +10:00
..
api fedsender: try to satisfy all notary key requests from the cache first (#1925) 2021-07-16 11:35:42 +01:00
consumers Cross-signing fixes, notifications via sync, federation (#1974) 2021-08-17 13:44:30 +01:00
internal fedsender: try to satisfy all notary key requests from the cache first (#1925) 2021-07-16 11:35:42 +01:00
inthttp fedsender: add cache tables for notary keys (#1923) 2021-07-15 17:45:37 +01:00
queue Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
statistics Refactor backoff again (#1431) 2020-09-21 13:30:37 +01:00
storage Upgrade Dendrite 0.5.0 support for CosmosDB (#15) 2021-09-10 16:04:17 +10:00
types Remove rooms table from federation sender (#1751) 2021-02-04 11:52:49 +00:00
federationsender.go Allow clearing federation blacklist at startup for P2P demos 2021-05-24 11:43:24 +01:00