aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Enable v5 rooms (#992)Neil Alexander
2020-04-29Honour history_visibility when backfilling (#990)Kegsay
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Dependency inject the federation client so p2p binaries work as expected (#987)Kegsay
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-24More invite support (#979)Neil Alexander
2020-04-24Use a single storage.Database interface (#978)Kegsay
2020-04-22Fix sarama import URLs (#856)Neil Alexander
2020-04-22LRU cache for room versions in RS query API (#976)Neil Alexander
2020-04-16Set default room version to 4 (#957)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-04-03use custom http client instead of the http DefaultClient (#823)Ben B
2020-03-30Ensure state res results are uniqueNeil Alexander
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-24Implement backfill over federation (#938)Kegsay
2020-03-19Room server changes for room versions (#930)Neil Alexander
2020-03-19HeaderedEvents in sync API (#922)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-03-17Get room versions from database (#918)Neil Alexander
2020-03-17bugfix: Fix a bug which caused failures to join rooms over federation (#917)Kegsay
2020-03-17Add room version to room create request, persist in storage (#915)Neil Alexander
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16bugfix: Fix #908 by setting the correct state after the event (#913)Kegsay
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-16Update room version descriptors, add error handling (#906)Neil Alexander
2020-03-06bugfix: fix sytest 155 by actually returning depth+1 and not 0Kegan Dougal
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-02-05Implement room version capabilities in CS API (#866)Neil Alexander
2020-02-05Room version abstractions (#865)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-10Federation fixes (#845)Neil Alexander
2020-01-09Fix #842 - again...Neil Alexander
2020-01-09Fall back to postgres when database connection string parsing fails (#842)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-12-20Fix copy & paste error (#812)S7evinK
2019-08-24Associate transactions with session IDs instead of device IDs (#789)Alex Chen
2019-08-07Fix permission and 404 response for alias deletion - #654 (#706)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-09Fix getAliasesForRoomID has no HTTP handler in aliasAPI (#705)Alex Chen
2019-06-25rommserver/alias: Do not call appserviceAPI in GetRoomIDForAlias if local ali...Serra Allgood
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben