aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-02-14Remove polylith/API mode (#2967)Till
This removes most of the code used for polylith/API mode. This removes the `/api` internal endpoints entirely. Binary size change roughly 5%: ``` 51437560 Feb 13 10:15 dendrite-monolith-server # old 48759008 Feb 13 10:15 dendrite-monolith-server # new ```
2023-02-08Update coverage (#2964)ShalokShalom
### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `Matthias Gramberg <ShalokShalom@riseup.net>`
2022-10-07Update READMETill Faelligen
2022-09-20Update readmeNeil Alexander
2022-08-12Update example in readmeNeil Alexander
2022-08-12Update READMETill Faelligen
2022-08-05Update readmeNeil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
* Try Ristretto cache * Tweak * It's beautiful * Update GMSL * More strict keyable interface * Fix that some more * Make less panicky * Don't enforce mutability checks for now * Determine mutability using deep equality * Tweaks * Namespace keys * Make federation caches mutable * Update cost estimation, add metric * Update GMSL * Estimate cost for metrics better * Reduce counters a bit * Try caching events * Some guards * Try again * Try this * Use separate caches for hopefully better hash distribution * Fix bug with admitting events into cache * Try to fix bugs * Check nil * Try that again * Preserve order jeezo this is messy * thanks VS Code for doing exactly the wrong thing * Try this again * Be more specific * aaaaargh * One more time * That might be better * Stronger sorting * Cache expiries, async publishing of EDUs * Put it back * Use a shared cache again * Cost estimation fixes * Update ristretto * Reduce counters a bit * Clean up a bit * Update GMSL * 1GB * Configurable cache sizees * Tweaks * Add `config.DataUnit` for specifying friendly cache sizes * Various tweaks * Update GMSL * Add back some lazy loading caching * Include key in cost * Include key in cost * Tweak max age handling, config key name * Only register prometheus metrics if requested * Review comments @S7evinK * Don't return errors when creating caches (it is better just to crash since otherwise we'll `nil`-pointer exception everywhere) * Review comments * Update sample configs * Update GHA Workflow * Update Complement images to Go 1.18 * Remove the cache test from the federation API as we no longer guarantee immediate cache admission * Don't check the caches in the renewal test * Possibly fix the upgrade tests * Update to matrix-org/gomatrixserverlib#322 * Update documentation to refer to Go 1.18
2022-05-30Update readmeNeil Alexander
2022-05-13Update README.mdNeil Alexander
2022-05-12Separate sample configs for monolith and polylith (#2456)Neil Alexander
* Update sample configs * Update references * Remove sections that are dead in the monolith sample
2022-05-11New documentation: https://matrix-org.github.io/dendrite/Neil Alexander
2022-04-29Add create-account to Getting startedTill Faelligen
2022-04-24Update READMETill Faelligen
2022-04-06Update README.mdNeil Alexander
2022-03-24Update README.mdNeil Alexander
2022-03-04Version 0.6.5 (#2254)v0.6.5Neil Alexander
* Version and changelog * Update changelog * Update changelog * Update readme * Update readme some more * Fix date in changelog
2022-01-28Require Go 1.16 (#2122)Neil Alexander
2022-01-24Update bridge FAQ & README (#2106)S7evinK
* Update bridge FAQ Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Update README
2021-10-25Update README.md (#2012)cofob
2021-08-03Minimum version Go 1.15 (#1957)Neil Alexander
2021-06-07Link to Synapse (#1863)Ben Langfeld
Not everyone is very familiar.
2020-12-07Update FAQNeil Alexander
2020-11-18Fix paths in quickstartNeil Alexander
2020-11-17Update README to remove mention that read receipts are not implemented (#1586)Aaron Raimist
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-11-16Version 0.3.0v0.3.0Neil Alexander
2020-11-15Update README.mdNeil Alexander
2020-10-26Update documentation (#1569)Neil Alexander
* Update dendrite-config.yaml * Update README.md * Update INSTALL.md * Update INSTALL.md
2020-10-20Update development percentages (#1553)Vladislav Povalyaev
2020-10-08Version 0.1.0v0.1.0Kegsay
Beta README (#1466) * Beta docs * More tweaks * More docs * Update README.md (#1497) * Call out missing features * Add CHANGES * Call out CHANGES * Update INSTALL.md * Update README.md Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-10-01Update README.mdNeil Alexander
2020-10-01Update README.md (#1461)Neil Alexander
* Update README.md * Maybe bullet points * Tweaks * Put the shields back, use text instead, less OCD problems * One more tweak
2020-09-10Add hardware requirements; fixes #324 (#1420)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
Initial implementation of MSC2753, as tested by https://github.com/matrix-org/sytest/pull/944. Doesn't yet handle unpeeks, peeked EDUs, or history viz changing during a peek - these will follow. https://github.com/matrix-org/dendrite/pull/1370 has full details.
2020-08-25Update README.mdKegsay
2020-08-25Update README/CONTRIBUTING/sytest for AWSY issues (#1333)Kegsay
* Update README/CONTRIBUTING/sytest for AWSY issues * More docs
2020-08-12Bugfixes for 'If remote user leaves room we no longer receive device ↵Kegsay
updates' (#1262) * Bugfixes for 'If remote user leaves room we no longer receive device updates' * Update whitelist and README
2020-07-14Update README/docs (#1199)Kegsay
* Update README * Update docs
2020-05-14Update INSTALL.md, move docs (#1034)Neil Alexander
* Update INSTALL.md * Move some things * Clean up * Move some more things * Don't build all the things for the monolith * Update INSTALL.md * Nuke hooks
2020-02-28Kick CIKegan Dougal
2020-02-06Update documentation for Go 1.13 (#867)Neil Alexander
2019-10-02Clean up CircleCI leftovers (#801)Alex Chen
2019-08-06Scope the buildkite build badge only to tests running on master (#779)Andrew Morgan
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
Fixes #697 Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters.
2019-05-29Fix CircleCI badge (#711)Brendan Abolivier
The current one is directed towards @anoadragon453's repo, not the main Matrix.org one.
2019-05-29Add CircleCI build statusAndrew Morgan
2019-05-21use go module for dependencies (#594)ruben
2019-03-27Add #dendrite-dev to the README (#699)Andrew Morgan
I suspect this is why we're getting a lot of people coming in to #dendrite asking dev-related questions.
2019-01-28Add matrix chatroom badge to readme (#689)Andrew Morgan
* Add matrix chatroom badge to readme * Update URLs and add dendrite:matrix.org
2019-01-28Fix PR templates and use matrix.to instead of riot.im/develop (#687)Aaron Raimist
* Use absolute links in pull request template Relative links don't work in most places Signed-off-by: Aaron Raimist <aaron@raim.ist> * Use matrix.to (for now) instead of linking to riot.im/develop Signed-off-by: Aaron Raimist <aaron@raim.ist>