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
/
setup
Age
Commit message (
Expand
)
Author
2024-09-10
add option for credentials file for NATS; more info: https://docs.nat… (#3415)
Paige Thompson
2024-09-10
Update NATS to 2.10.20, use `SyncAlways` (#3418)
Neil
2024-08-16
Implement MSC3916 (#3397)
Till
2024-05-01
Take advantage of changes in recent Go versions (#3361)
0x1a8510f2
2024-03-22
Reuse existing NATS connection (#3345)
Till
2024-02-28
Make usage of relays optional, avoid DB roundtrips (#3337)
Till
2024-02-03
Modernize appservice paths and authentication (#3316)
Tulir Asokan
2024-01-17
Add login fallback (#3302)
Till
2023-12-12
Introduce a new stream for the appservice consumer (#3277)
Till
2023-11-25
added a warning log , for well_known_server_name,well_known_server_name whe...
Joseph Alvarenga Beech
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-10-25
clean up dead links, fix typo (#3130)
CicadaCinema
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-24
Add configuration option for sliding sync when hosting /.well-known/matrix/cl...
devonh
2023-08-08
Add config key for default room version (#3171)
Sam Wedgwood
2023-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-21
Don't quit if unknown msc in config, log it and keep going
Devon Hudson
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-07
Set max age for roomserver input stream to avoid excessive interior deletes (...
Neil
2023-07-06
Increase NATS server startup timeout
Till Faelligen
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
2023-05-03
Fix flaky test in process context
Devon Hudson
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-27
Add some roomserver UTs (#3067)
Till
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-14
Update GMSL: use static Check functions (#3052)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-04-04
app service unix socket support (#3022)
Boris Rybalkin
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-16
simplify unix socket permission format (#3014)
Boris Rybalkin
2023-03-10
Change default stats reporting endpoint (#3007)
Till
2023-03-01
unix socket support (#2974)
Boris Rybalkin
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Unify logging by using logrus for jetstream logs (#2976)
David Schneider
[next]