aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
AgeCommit message (Collapse)Author
2020-06-24Bump version to 0.1.2Tulir Asokan
2020-06-24Bump version to 0.1.1Tulir Asokan
2020-05-10Set different user agentTulir Asokan
2020-04-28Update mautrix-go and move crypto store to XDG_DATA_HOMETulir Asokan
2020-04-19Update copyright yearTulir Asokan
2020-04-08Use $HOME/Downloads as default download directoryTulir Asokan
TODO: Get the default directory properly with XDG
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir 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-05-17Move all cache to ~/.cache/gomuksTulir Asokan
Now `rm -rf ~/.cache/gomuks` has the same effect as `/clearcache`
2018-05-16Load config before initializing UITulir Asokan
Otherwise the user ID/homeserver values are ignored even though they're supposed to be prefilled in the UI. Thanks to @jevolk for noticing the mistake.
2018-04-30Move cache to ~/.cache/gomuks by default. Fixes #39Tulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-10Include error in pretty panic logTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-04-02Ignore errors in NewGomuks()Tulir Asokan
2018-04-02Improve debug output optionsTulir Asokan
2018-03-23Documentation and refactoringTulir Asokan
2018-03-22Save history to disk. Fixes #1Tulir Asokan
2018-03-21Refactoring and godocsTulir Asokan
2018-03-21Add external debug file, refactoring and push rule parserTulir Asokan
2018-03-19Switch forms to use advanced inputfields and use user-friendly panics for UI ↵Tulir Asokan
errors
2018-03-19Avoid showing panics directly if debug mode is not enabledTulir Asokan
2018-03-18Organize filesTulir Asokan
2018-03-18Move syncer/room store changes from gomatrix fork to here, refactor and ↵Tulir Asokan
improve stuff
2018-03-17Fix wide characters in input field and prepare for tab completionTulir Asokan
2018-03-15HAAAAAAAAANDSTulir Asokan
2018-03-15Switch to gomatrix forkTulir Asokan
2018-03-15Here have codeTulir Asokan
2018-03-15More codeTulir Asokan
2018-03-14Minor changes and switch to tview forkTulir Asokan
2018-03-13Code additions/editsTulir Asokan
2018-03-13Add initial login view and debug panel with tviewTulir Asokan