by Oddvar Lovaas | Dec 14, 2015 | Events, General |
Matrix will again be represented at the WebRTC Conference & Expo in Paris. Daniel and myself are catching the Eurostar tomorrow afternoon, and the conference will start early Wednesday morning with a panel about WebRTC for Mobile, where Daniel is one of the participants.
I’m sure we will have three days full of interesting talks and discussions (see the full schedule here). There will be demos as well, and Matrix is (of course!) also joining the demo competition. We hope to see many familiar faces – and hopefully meet some new ones as well!
If you are going to the conference, please come and say hello – we will have a stand at the expo (we’re table #6 – see map here). And don’t miss Daniel’s Matrix One-year Status Report at 11.10am on Friday!
See you there!
by Oddvar Lovaas | Dec 1, 2015 | Events, General, Tech |

Matrix will be represented at the 32nd Chaos Computer Club, Dec 27th-30th, 2015. We hope to be arranging an assembly, where people can come along to learn about Matrix and our recent work on end-to-end encryption, find out what they can use Matrix for – and also do some hacking at the same time!
UPDATE: We’ve snagged a table for the assembly at: “hackcenter room with C-base, a table along the pathway”. In practice only Mjark is there from Matrix and may be moving around, so may be easiest to coordinate meetups via #32C3:matrix.org
The session is free of charge, although you do need a ticket to the Congress itself.
If you are interested, please register by sending an email to mark@matrix.org. All you need for the session is curiosity – but do bring your own laptop if you want to hack as well!
Anyone is welcome to join – it will basically be a fairly open-ended chat about all things relating to Matrix, and a good chance to do some deep digging into Matrix itself.
Hope to see you there!
by Oddvar Lovaas | Nov 22, 2015 | Tech |
In addition to the Android release a couple of days ago, we also released a new version of Matrix Console iOS: v0.5.6!
This release includes a new version of MatrixKit (v0.2.7) that you can take advantage of in your MatrixKit powered app. There are several changes in MatrixKit since the last release, including improved performance, better handling of unrecognized certificates and fixes of reported crash issues. We have also introduced read receipts, improved the chat history display, made room invites more obvious, and fixed a whole lot of JIRA issues.
You can find the full list of changes in the MatrixKit CHANGES.rst and the Matrix Console iOS CHANGES.rst files.
by Oddvar Lovaas | Nov 20, 2015 | Tech |
The Android Matrix Console app v0.5.2 is currently in the queue to go live on the Play store!
This release includes:
- Read receipts!
- Call ring volume is now based on device ring volume
- Accessibility tweaks from Peter Vágner – thanks!
- Better SSL support for older devices
- We fixed an echo problem in Android<->Android VOIP calls
- A ringback tone for placing outbound calls was added
- Lots of small improvements, e.g. better recent message display and add account dialog
- Fixed several reported issues/crashes – for the full list look at the CHANGES files in the console and SDK projects
Get it RSN from the Google play store!
Enjoy! And please do let us know your feedback in #matrix:matrix.org!
by Oddvar Lovaas | Nov 17, 2015 | General, Tech |
Today, we are releasing Synapse version 0.11.0. In the last week, we have had two release candidates, and this release also includes changes in v0.10.1-rc1 from October.
New features include a new Search API and better options for logging in (CAS and login fallback support) – thanks to Steven for contributing CAS support. We also introduce room tagging and as usual, there are plenty of improvements and fixes. For the full info, see the changelog below.
To upgrade, go read https://github.com/matrix-org/synapse/blob/master/UPGRADE.rst – to install for the first time, go to https://github.com/matrix-org/synapse/blob/master/README.rst.
Changes in synapse v0.11.0 (2015-11-17)
=======================================
* Change CAS login API (PR #349)
Changes in synapse v0.11.0-rc2 (2015-11-13)
===========================================
* Various changes to /sync API response format (PR #373)
* Fix regression when setting display name in newly joined room over federation (PR #368)
* Fix problem where /search was slow when using SQLite (PR #366)
Changes in synapse v0.11.0-rc1 (2015-11-11)
===========================================
* Add Search API (PR #307, #324, #327, #336, #350, #359)
* Add 'archived' state to v2 /sync API (PR #316)
* Add ability to reject invites (PR #317)
* Add config option to disable password login (PR #322)
* Add the login fallback API (PR #330)
* Add room context API (PR #334)
* Add room tagging support (PR #335)
* Update v2 /sync API to match spec (PR #305, #316, #321, #332, #337, #341)
* Change retry schedule for application services (PR #320)
* Change retry schedule for remote servers (PR #340)
* Fix bug where we hosted static content in the incorrect place (PR #329)
* Fix bug where we didn't increment retry interval for remote servers (PR #343)
Changes in synapse v0.10.1-rc1 (2015-10-15)
===========================================
* Add support for CAS, thanks to Steven Hammerton (PR #295, #296)
* Add support for using macaroons for access_token (PR #256, #229)
* Add support for m.room.canonical_alias (PR #287)
* Add support for viewing the history of rooms that they have left. (PR #276, #294)
* Add support for refresh tokens (PR #240)
* Add flag on creation which disables federation of the room (PR #279)
* Add some room state to invites. (PR #275)
* Atomically persist events when joining a room over federation (PR #283)
* Change default history visibility for private rooms (PR #271)
* Allow users to redact their own sent events (PR #262)
* Use tox for tests (PR #247)
* Split up syutil into separate libraries (PR #243)
Recent Comments