aboutsummaryrefslogtreecommitdiff
path: root/matrix/rooms
AgeCommit message (Expand)Author
2020-07-24Add device list and legacy verification commandsTulir Asokan
2020-05-06Random changesTulir Asokan
2020-05-06Fix potential double locking when finding shared roomsTulir Asokan
2020-05-05Update mautrix-go and give crypto module access to state storeTulir Asokan
2020-04-28Add initial support for encrypting messagesTulir Asokan
2020-04-27Add support for decrypting messagesTulir Asokan
2020-04-20Fix loading member eventsTulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-19Process different rooms in sync responses in goroutinesTulir Asokan
2020-04-19Update mautrix-go content stuffTulir Asokan
2020-04-19Update Encrypted boolean when receiving m.room.encryption eventTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-02-22Fix duplicate locking caseTulir Asokan
2020-02-22Improve tags and add initial invite handlingTulir Asokan
2020-02-22Enable lazy loading of membersTulir Asokan
2020-02-20Hide tombstoned rooms from room listTulir Asokan
2019-06-21Possibly fix displaying displaynames of left usersTulir Asokan
2019-06-18Cache canonical alias in room list so tab completing wouldn't load state from...Tulir 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-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
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-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-11-14Fix testsTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-05-22GofmtTulir Asokan
2018-05-17Move all cache to ~/.cache/gomuksTulir Asokan
2018-05-16Fix testsTulir Asokan
2018-05-16Handle m.direct and m.receipt eventsTulir Asokan
2018-05-15Display ban/unban eventsTulir Asokan
2018-05-04Fix room tag testsTulir Asokan
2018-05-04Add support for explicit ordering and limiting rooms shown under a tagTulir Asokan
2018-05-02Fix go vet warningsTulir Asokan
2018-05-02Add more session and config testsTulir Asokan
2018-04-30Stop showing rooms the user has left in the room list. Fixes #35Tulir Asokan
2018-04-24Fix/break/change thingsTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-24Handle tag eventsTulir Asokan
2018-04-24Make time-based room list sorting persistent (ref #11)Tulir Asokan
2018-04-23Possibly fix firstMemberCache being invalidTulir Asokan
2018-04-23Gofmt and enable a testTulir Asokan
2018-04-22Remove impossible check and improve things for testingTulir Asokan
2018-04-22Add tests for RoomTulir Asokan