aboutsummaryrefslogtreecommitdiff
path: root/matrix
AgeCommit message (Expand)Author
2020-02-20Add support for displaying reactionsTulir Asokan
2020-02-20Hide tombstoned rooms from room listTulir 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-19Update mautrix-go to separate unmarshaling sync response and event contentTulir 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-21Possibly fix displaying displaynames of left usersTulir Asokan
2019-06-21Fix or break some history related thingsTulir Asokan
2019-06-18Cache canonical alias in room list so tab completing wouldn't load state from...Tulir 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-16Only ping if displayname has spaces/punctuation characters around it. Fixes #96Tulir Asokan
2019-06-16Fix panic in redaction handlingTulir Asokan
2019-06-16Add support for redactions. Fixes #19Tulir Asokan
2019-06-16Add support for editing room tagsTulir Asokan
2019-06-16Use https by default if scheme is not providedTulir Asokan
2019-06-16Add/change commandsTulir Asokan
2019-06-16Re-enable downloading imagesTulir Asokan
2019-06-16Make displayname pushrule check possible without loading room stateTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Add call trace commandTulir Asokan
2019-06-15Fix infinite recursionTulir 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 partial deadlock detection in debug modeTulir Asokan
2019-04-27Add locks and other sync stuffTulir Asokan
2019-04-13Fix user listTulir Asokan
2019-04-10Fix testsTulir Asokan
2019-04-10Fix last cached message not showing up when loading historyTulir 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-07Add timeout to opening history dbTulir 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-26Minor changesTulir Asokan
2019-03-26Change more thingsTulir Asokan
2019-03-26Change thingsTulir Asokan
2019-03-26Fix normal events being handled as state eventsTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2019-01-11Switch to Go modules and make other changesTulir Asokan
2018-11-14Fix testsTulir Asokan
2018-11-14Fix named colors and remove HTML from plaintext body when sendingTulir Asokan