aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
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