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
/
matrix
/
matrix.go
Age
Commit message (
Expand
)
Author
2018-04-21
Improve Markdown rendering
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Remove debug prints
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-16
Set initial device name to "gomuks"
Tulir Asokan
2018-04-15
Refactor things
Tulir Asokan
2018-04-11
Allow clicking images and load images from cache
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
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-04-02
Stop sending notifications from first sync
Tulir Asokan
2018-03-26
Add sounds to notifications
Tulir Asokan
2018-03-26
Show notifications and highlights in room list. Fixes #8
Tulir Asokan
2018-03-25
Try to receive tags
Tulir Asokan
2018-03-25
Refactor things and add proper wheel scroll support
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
2018-03-23
Refactor PushRuleset#GetActions() and ViewMain event processing
Tulir Asokan
2018-03-22
Rename matrix/room/ to matrix/rooms/
Tulir Asokan
2018-03-22
Add support for m.emote. Fixes #6
Tulir Asokan
2018-03-21
Refactoring and godocs
Tulir Asokan
2018-03-21
Clear push rules when clearing cache and listen to push rule updates
Tulir Asokan
2018-03-21
Finish push rule parser and use it. Fixes #7
Tulir Asokan
2018-03-21
Add external debug file, refactoring and push rule parser
Tulir Asokan
2018-03-20
Improve notification data format
Tulir Asokan
2018-03-20
Add initial notification support that just spams about everything, prepare fo...
Tulir Asokan
2018-03-20
Show messages in message view while sending
Tulir Asokan
2018-03-20
Add support for loading more history
Tulir Asokan
2018-03-19
Avoid showing panics directly if debug mode is not enabled
Tulir Asokan
2018-03-18
Organize files
Tulir Asokan