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
/
internal
/
input
/
input.go
Age
Commit message (
Expand
)
Author
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2024-01-24
Update sentry reporting (#3305)
Till
2023-12-19
Use `AckExplicitPolicy` instead of `AckAllPolicy` (#3288)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-07-21
Fix event federation with pseudoID rooms (#3156)
devonh
2023-07-05
Fix metrics..
Till Faelligen
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-14
Set inactivity threshold on durable consumers in the roomserver input API (#2...
Neil Alexander
2022-09-14
Revert 482914aef4a7d637a8c468d46904fde9f478b5d1
Neil Alexander
2022-09-13
Use `AckNone` on the ephemeral room input consumer
Neil Alexander
2022-09-05
Improve Sentry reporting
Neil Alexander
2022-08-25
Tweak logging and Sentry reporting for roomserver input
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-05
Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554)
Till
2022-07-01
Roomserver producers package (#2546)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Don't log consumer errors on shutdown
Neil Alexander
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-03-23
Per-room consumers (#2293)
Neil Alexander
2022-03-16
Stream tweaks, use same codepath for sync vs async input room events, wait fo...
Neil Alexander
2022-02-23
Relax roomserver input transactional isolation (#2224)
Neil Alexander
2022-02-17
Use process context for roomserver input (#2198)
Neil Alexander
2022-02-04
Full roomserver input transactional isolation (#2141)
Neil Alexander
2022-02-02
Fix panic from closing the input channel before the workers complete (it'll g...
Neil Alexander
2022-01-31
Tweak some logging (#2130)
Neil Alexander
2022-01-31
Revert consumer change
Neil Alexander
2022-01-31
Only limit context for fetching missing auth/prev events (#2131)
Neil Alexander
2022-01-28
Move hook call when processing room events (#2118)
Neil Alexander
2022-01-28
Don't flood Sentry with context cancelled/deadline exceeded errors (#2115)
Neil Alexander
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-07
NATS JetStream tweaks (#2086)
Neil Alexander
2022-01-07
Fix panic at startup if roomserver was not given federation API reference by ...
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-07-13
Expose more data when outputting output room events (#1916)
kegsay
2021-07-02
Roomserver input backpressure metric
Neil Alexander
2021-06-28
Use a custom FIFO queue for the RS input API (#1888)
Neil Alexander
2021-03-24
Add Sentry support (#1803)
Kegsay
2020-12-14
Don't use request context for input room event queued tasks (#1640)
Neil Alexander
2020-12-14
Don't start more goroutines than needed on RS input, increase input worker bu...
Neil Alexander
2020-12-04
MSC2836 threading: part 2 (#1596)
Kegsay
[next]