aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2020-07-25Add toggle to only send to verified devicesTulir Asokan
2020-04-28Update mautrix-go and move crypto store to XDG_DATA_HOMETulir Asokan
2020-04-28Add initial support for encrypting messagesTulir Asokan
2020-04-27Add support for decrypting messagesTulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-19Add progress bar for first syncTulir Asokan
2020-04-19Process different rooms in sync responses in goroutinesTulir Asokan
2020-04-19Add toggle for desktop notificationsTulir Asokan
2020-04-19Update stuff and move pushrules to mautrix-goTulir Asokan
2020-04-08Use $HOME/Downloads as default download directoryTulir Asokan
2020-04-08Display thumbnail for all files and add commands to download and open filesTulir Asokan
2020-04-07command toggle downloadsSimon Magnin-Feysot
2020-04-04Add toggles for disabling markdown and HTMLTulir Asokan
2020-03-01add notify_sound config optionevan
2019-06-15Unbreak thingsTulir Asokan
2019-04-10Fix testsTulir Asokan
2019-04-06Use XDG config and cache homeTulir 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-07-02Emojify message (#65)Vishnunarayan K I
2018-06-30Add option to disable typing notifications (#63)Digital
2018-06-02GofmtTulir Asokan
2018-06-02Add ui toggle for image renderingTulir Asokan
2018-05-24Remove json tags from UserPreferencesTulir Asokan
2018-05-24Add UI preferences and simplify config save/load (ref #43)Tulir Asokan
2018-05-22GofmtTulir Asokan
2018-05-17Move all cache to ~/.cache/gomuksTulir Asokan
2018-05-11Add test for DeleteSession() and fix potential bug in roomlist CheckTag()Tulir Asokan
2018-05-10Add command to log outTulir Asokan
2018-05-02Add more session and config testsTulir Asokan
2018-05-02Add some basic Session testsTulir Asokan
2018-04-30Fix config testsTulir Asokan
2018-04-30Move cache to ~/.cache/gomuks by default. Fixes #39Tulir Asokan
2018-04-24Fix/break/change thingsTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-24Initial move to initial sync. Everything broke :(Tulir Asokan
2018-04-22Remove impossible check and improve things for testingTulir Asokan
2018-04-22Fix golint warningsTulir Asokan
2018-04-17Add tests for config handlingTulir Asokan
2018-04-17Add test file stubs to include them in coverage percentageTulir Asokan
2018-04-17Remove unnecessary InitViews() from GomuksUI interfaceTulir Asokan
2018-04-14Merge pull request #18 from tulir/ui-refactorTulir Asokan
2018-04-10Enable travis for codeclimate coverage reportsTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-03-23Refactoring and documentationTulir Asokan
2018-03-22Rename matrix/room/ to matrix/rooms/Tulir Asokan
2018-03-22Add doc.go filesTulir Asokan
2018-03-22Save history to disk. Fixes #1Tulir Asokan