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
/
config
/
config.go
Age
Commit message (
Expand
)
Author
2018-11-14
Fix things
Tulir Asokan
2018-07-02
Emojify message (#65)
Vishnunarayan K I
2018-06-30
Add option to disable typing notifications (#63)
Digital
2018-06-02
Gofmt
Tulir Asokan
2018-06-02
Add ui toggle for image rendering
Tulir Asokan
2018-05-24
Remove json tags from UserPreferences
Tulir Asokan
2018-05-24
Add UI preferences and simplify config save/load (ref #43)
Tulir Asokan
2018-05-22
Gofmt
Tulir Asokan
2018-05-17
Move all cache to ~/.cache/gomuks
Tulir Asokan
2018-05-10
Add command to log out
Tulir Asokan
2018-04-30
Move cache to ~/.cache/gomuks by default. Fixes #39
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-17
Add tests for config handling
Tulir Asokan
2018-04-10
Move event parsing to ui/messages and add image displaying
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan
2018-03-23
Refactoring and documentation
Tulir Asokan
2018-03-22
Save history to disk. Fixes #1
Tulir Asokan
2018-03-21
Refactoring and godocs
Tulir Asokan
2018-03-20
Don't panic if session loading fails
Tulir Asokan
2018-03-18
Organize files
Tulir Asokan