index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roomserver
Age
Commit message (
Expand
)
Author
2020-03-17
Get room versions from database (#918)
Neil Alexander
2020-03-17
bugfix: Fix a bug which caused failures to join rooms over federation (#917)
Kegsay
2020-03-17
Add room version to room create request, persist in storage (#915)
Neil Alexander
2020-03-17
Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)
Neil Alexander
2020-03-16
bugfix: Fix #908 by setting the correct state after the event (#913)
Kegsay
2020-03-16
Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)
Neil Alexander
2020-03-16
Update room version descriptors, add error handling (#906)
Neil Alexander
2020-03-06
bugfix: fix sytest 155 by actually returning depth+1 and not 0
Kegan Dougal
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-02-20
sqlite: fixes from sytest (#872)
Kegsay
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Always defer *sql.Rows.Close and consult with Err (#844)
Kiril Vladimiroff
2020-02-05
Implement room version capabilities in CS API (#866)
Neil Alexander
2020-02-05
Room version abstractions (#865)
Neil Alexander
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander
2020-01-10
Federation fixes (#845)
Neil Alexander
2020-01-09
Fix #842 - again...
Neil Alexander
2020-01-09
Fall back to postgres when database connection string parsing fails (#842)
Neil Alexander
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2019-12-20
Fix copy & paste error (#812)
S7evinK
2019-08-24
Associate transactions with session IDs instead of device IDs (#789)
Alex Chen
2019-08-07
Fix permission and 404 response for alias deletion - #654 (#706)
Alex Chen
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-07-09
Fix getAliasesForRoomID has no HTTP handler in aliasAPI (#705)
Alex Chen
2019-06-25
rommserver/alias: Do not call appserviceAPI in GetRoomIDForAlias if local ali...
Serra Allgood
2019-06-19
Fix pipeline, emoji and syntax (#713)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben