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
Age
Commit message (
Expand
)
Author
2020-07-25
Add toggle to only send to verified devices
Tulir Asokan
2020-04-28
Update mautrix-go and move crypto store to XDG_DATA_HOME
Tulir Asokan
2020-04-28
Add initial support for encrypting messages
Tulir Asokan
2020-04-27
Add support for decrypting messages
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Add progress bar for first sync
Tulir Asokan
2020-04-19
Process different rooms in sync responses in goroutines
Tulir Asokan
2020-04-19
Add toggle for desktop notifications
Tulir Asokan
2020-04-19
Update stuff and move pushrules to mautrix-go
Tulir Asokan
2020-04-08
Use $HOME/Downloads as default download directory
Tulir Asokan
2020-04-08
Display thumbnail for all files and add commands to download and open files
Tulir Asokan
2020-04-07
command toggle downloads
Simon Magnin-Feysot
2020-04-04
Add toggles for disabling markdown and HTML
Tulir Asokan
2020-03-01
add notify_sound config option
evan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-10
Fix tests
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-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-11
Add test for DeleteSession() and fix potential bug in roomlist CheckTag()
Tulir Asokan
2018-05-10
Add command to log out
Tulir Asokan
2018-05-02
Add more session and config tests
Tulir Asokan
2018-05-02
Add some basic Session tests
Tulir Asokan
2018-04-30
Fix config tests
Tulir Asokan
2018-04-30
Move cache to ~/.cache/gomuks by default. Fixes #39
Tulir Asokan
2018-04-24
Fix/break/change things
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Initial move to initial sync. Everything broke :(
Tulir Asokan
2018-04-22
Remove impossible check and improve things for testing
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-17
Add tests for config handling
Tulir Asokan
2018-04-17
Add test file stubs to include them in coverage percentage
Tulir Asokan
2018-04-17
Remove unnecessary InitViews() from GomuksUI interface
Tulir Asokan
2018-04-14
Merge pull request #18 from tulir/ui-refactor
Tulir Asokan
2018-04-10
Enable travis for codeclimate coverage reports
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
Rename matrix/room/ to matrix/rooms/
Tulir Asokan
2018-03-22
Add doc.go files
Tulir Asokan
2018-03-22
Save history to disk. Fixes #1
Tulir Asokan
[next]