aboutsummaryrefslogtreecommitdiff
path: root/matrix/matrix.go
AgeCommit message (Expand)Author
2020-04-28Add initial support for encrypting messagesTulir Asokan
2020-04-27Add support for decrypting messagesTulir Asokan
2020-04-22Use mautrix-go methods for downloading mediaTulir Asokan
2020-04-22Fix media download endpoint versionTulir Asokan
2020-04-20Fix loading member eventsTulir Asokan
2020-04-19Only show syncing modal for initial syncsTulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-19Add progress bar for first syncTulir Asokan
2020-04-19Update mautrix-go content stuffTulir Asokan
2020-04-19Make sure own messages don't cause notificationsTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-04-08Display thumbnail for all files and add commands to download and open filesTulir Asokan
2020-04-04Move room away from invites list when invite is accepted from other clientTulir Asokan
2020-04-04Add toggles for disabling markdown and HTMLTulir Asokan
2020-03-20Support formatting in rainbowsTulir Asokan
2020-03-03Don't send typing stop event if not necessaryTulir Asokan
2020-03-01Implement sending redactionsTulir Asokan
2020-03-01Update mautrix-goTulir Asokan
2020-03-01Add support for replying and reacting to messagesTulir Asokan
2020-02-22Make invites mostly workTulir Asokan
2020-02-22Improve tags and add initial invite handlingTulir Asokan
2020-02-22Enable lazy loading of membersTulir Asokan
2020-02-20Add support for displaying reactionsTulir Asokan
2020-02-20Improve login view and add .well-known resolutionTulir Asokan
2020-02-19Fix some issues when logging outTulir Asokan
2020-02-19Only initialize history manager if not initializedTulir Asokan
2020-02-19Add support for editing messagesTulir Asokan
2020-02-18Fix panic when joining new roomTulir Asokan
2020-02-18Update readme a bit and add SSO supportTulir Asokan
2020-02-18Update depsTulir Asokan
2019-06-21Fix or break some history related thingsTulir Asokan
2019-06-17Add initial support for rendering repliesTulir Asokan
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-16Fix panic in redaction handlingTulir Asokan
2019-06-16Add support for redactions. Fixes #19Tulir Asokan
2019-06-16Use https by default if scheme is not providedTulir Asokan
2019-06-16Re-enable downloading imagesTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Fix bumping unloaded rooms in room list when receiving messagesTulir Asokan
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-06-13Users can now create a new room directly in GomuksJaron Swab
2019-04-27Add locks and other sync stuffTulir Asokan
2019-04-10It compiles. Ship it!Tulir Asokan
2019-04-09Start refactoring various things in message rendering and sendingTulir Asokan
2019-04-07Fix syncing preferences from account dataTulir Asokan
2019-04-06Don't add events from state stream to timelineTulir Asokan
2019-04-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-03-28Even more changesTulir Asokan
2019-03-26Change thingsTulir Asokan