Conduit - Your own chat server
Conduit is a simple, fast and reliable chat server powered by Matrix. Conduit is an alternative to Synapse and tries to be lightweight and easy to install, but it is still in development.conduit.rs
Conduit is a simple, fast and reliable chat server powered by Matrix. Conduit is an alternative to Synapse and tries to be lightweight and easy to install, but it is still in development.conduit.rs
The next release of the js sdk is planning to bump the supported #matrix spec version to 1.5 or 1.6. This means it and as a result also Element Web will refuse to start on current versions of #conduit and #dendrite. This is an intentional decision resulting from a discussion between several SCT members.
I think that approach is bad and it should check for a range of supported versions instead of arbitrarily bumping the minor version to make the ecosystem move, but this is a heads up, that now is the time to contribute to both of those servers, if you use them and want to use the Element Web client on them going forward. (I already had my discussion with the SCT and I won't tell other projects, what they should do.)
JS-SDK change: github.com/matrix-org/matrix-j…Dendrite supported versions: github.com/matrix-org/dendrite…Conduit supported versions: gitlab.com/famedly/conduit/-/b…
We only claim to support a year of spec releases, so this should be fine. Part of: #3915 Here's what your changelog entry will look like: ✨ Features Bump minimum spec version to v1.5 (#3970).GitHub
#FluffyChat is now given a proper #IntegrationTests setup via MR gitlab.com/famedly/fluffychat/….
The changes include:
- testing full features against all homeservers (#Synapse, #Conduit & #Dendrite)
- normalize the app's behavior independent of platform (currently Android FLOSS, Android proprietary and Linux supported)
- set of built-in helpers in order to simplify user login, logout or bootstrap processes in all future test cases
Platform-specific workarounds just took around 30 h of work.
Description Fixes # Please mark on which platform you have tested the changes:GitLab