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-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-24
Pass join errors through internal API boundaries (#1157)
Kegsay
2020-06-12
Minor perf/debugging improvements (#1121)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-11
Remove unused internal APIs (#1117)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-05
More flexible caching (#1101)
Neil Alexander
2020-06-05
General cleanup when making components (#1098)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-02
Delegate responsibility for marking room versions as supported/stable to goma...
Neil Alexander
2020-05-28
Merge Updater structs (#1069)
Kegsay
2020-05-27
Convert remaining roomserver tables (#1065)
Kegsay
2020-05-27
Convert room_aliases previous_events state_block and state_snapshot tables (#...
Kegsay
2020-05-26
Convert transactions/rooms table to share more code (#1063)
Kegsay
2020-05-26
Convert events/event_json tables to share code (#1062)
Kegsay
2020-05-26
roomserver: start refactoring storage layer (#1061)
Kegsay
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
Use memberships to determine whether to reset latest events/state on room joi...
Neil Alexander
2020-05-20
sytest: Make 'Inbound federation can backfill events' pass (#1051)
Kegsay
2020-05-19
Make "Outbound federation can backfill events" pass sytest (#1049)
Kegsay
2020-05-18
Tweaks to latest events updater (#1045)
Neil Alexander
2020-05-18
Add -api flag to monolith (#1044)
Neil Alexander
2020-05-14
Fix some cases where accepting invites over federation doesn't work (#1028)
Neil Alexander
2020-05-12
Implement /get_missing_events (#1022)
Kegsay
2020-05-11
Prevent panic in membership updater (#1021)
Neil Alexander
2020-05-07
Direct messages (#1012)
Neil Alexander
2020-05-07
Improve federation sender performance, implement backoff and blacklisting, fi...
Neil Alexander
2020-05-05
Remove debug line
Kegan Dougal
2020-05-05
Prefer /state_ids when missing state across federation (#1008)
Kegsay
2020-05-04
Roomserver perform leave (#1004)
Neil Alexander
2020-05-04
Roomserver perform join (#1001)
Neil Alexander
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-29
Enable v5 rooms (#992)
Neil Alexander
2020-04-29
Honour history_visibility when backfilling (#990)
Kegsay
2020-04-29
Federation sender API remodel (#988)
Neil Alexander
2020-04-28
Dependency inject the federation client so p2p binaries work as expected (#987)
Kegsay
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-24
Use a single storage.Database interface (#978)
Kegsay
2020-04-22
Fix sarama import URLs (#856)
Neil Alexander
2020-04-22
LRU cache for room versions in RS query API (#976)
Neil Alexander
2020-04-16
Set default room version to 4 (#957)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
[next]