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
/
ui
/
messages
/
htmlmessage.go
Age
Commit message (
Collapse
)
Author
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Update stuff and move pushrules to mautrix-go
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
2019-06-17
Wrap events in custom struct to add gomuks-specific fields
Tulir Asokan
2019-06-16
Fix message text color. Fixes #82
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-05-12
Fix go 1.11 and go get compatibility
Tulir Asokan
2019-04-13
Add better stringification for UI message types for debugging
Tulir Asokan
2019-04-10
Use already parsed events for replies if possible
Tulir Asokan
2019-04-10
Re-add reply rendering
Tulir Asokan
2019-04-09
Start refactoring various things in message rendering and sending
Tulir Asokan
2019-04-09
Refactor message parsing things
Tulir Asokan
2019-04-09
Fix non-syntax-highlighted code block newline rendering
Tulir Asokan
2019-04-07
Improve handling of multiple linebreaks
Tulir Asokan
2019-04-07
Move special list/blockquote prefixing to renderer
Tulir Asokan
2019-04-07
Add syntax highlighting. Fixes #28
Tulir Asokan
2019-04-07
Remove commented code
Tulir Asokan
2019-04-07
More changes to do #91
Tulir Asokan
2019-04-07
Initial changes to do #91
Tulir Asokan