index
:
gomuks
master
A terminal based matrix client written in go. Modified to support uploading files (using /upload command) and greentext.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gomuks.go
Age
Commit message (
Collapse
)
Author
2019-06-15
Unbreak things
Tulir Asokan
2019-04-06
Use XDG config and cache home
Tulir Asokan
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2018-05-17
Move all cache to ~/.cache/gomuks
Tulir Asokan
Now `rm -rf ~/.cache/gomuks` has the same effect as `/clearcache`
2018-05-16
Load config before initializing UI
Tulir 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-30
Move cache to ~/.cache/gomuks by default. Fixes #39
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-10
Include error in pretty panic log
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan
2018-04-02
Ignore errors in NewGomuks()
Tulir Asokan
2018-04-02
Improve debug output options
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
2018-03-22
Save history to disk. Fixes #1
Tulir Asokan
2018-03-21
Refactoring and godocs
Tulir Asokan
2018-03-21
Add external debug file, refactoring and push rule parser
Tulir Asokan
2018-03-19
Switch forms to use advanced inputfields and use user-friendly panics for UI ↵
Tulir Asokan
errors
2018-03-19
Avoid showing panics directly if debug mode is not enabled
Tulir Asokan
2018-03-18
Organize files
Tulir Asokan
2018-03-18
Move syncer/room store changes from gomatrix fork to here, refactor and ↵
Tulir Asokan
improve stuff
2018-03-17
Fix wide characters in input field and prepare for tab completion
Tulir Asokan
2018-03-15
HAAAAAAAAANDS
Tulir Asokan
2018-03-15
Switch to gomatrix fork
Tulir Asokan
2018-03-15
Here have code
Tulir Asokan
2018-03-15
More code
Tulir Asokan
2018-03-14
Minor changes and switch to tview fork
Tulir Asokan
2018-03-13
Code additions/edits
Tulir Asokan
2018-03-13
Add initial login view and debug panel with tview
Tulir Asokan