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 (
Expand
)
Author
2020-06-24
Bump version to 0.1.2
Tulir Asokan
2020-06-24
Bump version to 0.1.1
Tulir Asokan
2020-05-10
Set different user agent
Tulir Asokan
2020-04-28
Update mautrix-go and move crypto store to XDG_DATA_HOME
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-08
Use $HOME/Downloads as default download directory
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
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
2018-05-16
Load config before initializing UI
Tulir Asokan
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
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 impro...
Tulir Asokan
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