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
/
build
/
gobind-yggdrasil
Age
Commit message (
Expand
)
Author
2023-11-09
Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-12-01
Fix `dendrite-demo-pinecone`, `/_dendrite` namespace setup
Neil Alexander
2022-12-01
Expose `/_dendrite` and `/_synapse` on the P2P demo HTTP muxes
Neil Alexander
2022-09-12
P2P demo tweaks
Neil Alexander
2022-09-01
Update P2P demos
Neil Alexander
2022-09-01
Configuration tweaks (#2567)
Neil Alexander
2022-09-01
Refactor appservices component (#2687)
Neil Alexander
2022-06-07
Avoid panicking unnecessarily when shutting down the `gobind` P2P demos (#2520)
Neil Alexander
2022-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-29
Add restrictions for open registration (#2402)
Till
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-28
P2P demo tweaks
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-01
Fix JetStream paths for P2P demo builds
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-13
Fix keyring regressions in previous P2P demo
Neil Alexander
2021-11-25
Fixes for multiple Pinecone peers
Neil Alexander
2021-11-24
Don't populate config defaults where it doesn't make sense (#2058)
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-11-02
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
PiotrKozimor
2021-09-10
Added .well-known/matrix/server endpoint (#1988)
Ryan W
2021-08-04
Cross-signing groundwork (#1953)
Neil Alexander
2021-07-15
Update dendrite-demo-yggdrasil to Yggdrasil 0.4 (#1921)
Neil Alexander
2021-07-09
Implement /_synapse/admin/v1/register (#1911)
kegsay
2021-05-25
Update go.mod/go.sum
Neil Alexander
2021-05-24
Allow clearing federation blacklist at startup for P2P demos
Neil Alexander
2021-05-06
Pinecone P2P demo (#1856)
Neil Alexander