aboutsummaryrefslogtreecommitdiff
path: root/interface/matrix.go
AgeCommit message (Expand)Author
2020-06-17Update mautrix-goTulir Asokan
2020-05-10Move loaded history pointer to message viewTulir Asokan
2020-05-07Add command to get e2ee fingerprintTulir Asokan
2020-04-29Add support for encrypted filesTulir Asokan
2020-04-19Update copyright yearTulir 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-03-20Support formatting in rainbowsTulir Asokan
2020-03-01Implement sending redactionsTulir Asokan
2020-03-01Add support for replying and reacting to messagesTulir Asokan
2020-02-22Enable lazy loading of membersTulir Asokan
2020-02-19Add support for editing messagesTulir Asokan
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-06-14Remove room alias argument and switch to room after creatingTulir Asokan
2019-04-10It compiles. Ship it!Tulir Asokan
2019-04-05Move history storage to matrix package. Fixes #90Tulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-05-24Add UI preferences and simplify config save/load (ref #43)Tulir Asokan
2018-05-22Add bare mode and fix terminal resize bug. Fixes #48Tulir Asokan
2018-05-16Handle m.direct and m.receipt eventsTulir Asokan
2018-05-10Don't parse room IDTulir Asokan
2018-05-10Add command to log outTulir Asokan
2018-05-01RefactoringTulir Asokan
2018-04-30Fix room list updating when joining/leavingTulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-11Allow clicking images and load images from cacheTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-03-22Rename matrix/room/ to matrix/rooms/Tulir Asokan
2018-03-22Add support for m.emote. Fixes #6Tulir Asokan
2018-03-21Add external debug file, refactoring and push rule parserTulir Asokan
2018-03-20Show messages in message view while sendingTulir Asokan
2018-03-18Organize filesTulir Asokan