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
/
parser.go
Age
Commit message (
Expand
)
Author
2020-06-17
Add alias management command and alt_aliases rendering
Tulir Asokan
2020-05-05
Make e2ee optional
Tulir Asokan
2020-04-29
Add support for encrypted files
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Update mautrix-go content stuff
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
refactor to allow every file message to be downloaded
Simon Magnin-Feysot
2020-04-07
add text for video message
smagnin
2020-03-01
Add support for replying and reacting to messages
Tulir Asokan
2020-02-22
Add separate messages for invite reject/accept
Tulir Asokan
2020-02-20
Add support for displaying reactions
Tulir Asokan
2020-02-19
Add support for editing messages
Tulir Asokan
2019-06-17
Add initial support for rendering replies
Tulir Asokan
2019-06-17
Wrap events in custom struct to add gomuks-specific fields
Tulir Asokan
2019-06-16
Add support for redactions. Fixes #19
Tulir Asokan
2019-06-16
Fix reply rendering infinite loop bug
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-10
Split container/text HTML entities and add support for <hr>
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-10
It compiles. Ship it!
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