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
/
base.go
Age
Commit message (
Collapse
)
Author
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
command toggle downloads
Simon Magnin-Feysot
2020-03-01
Implement selecting message to reply/react to with keyboard
Tulir Asokan
2020-02-21
Add initial message selecting stuff
Tulir Asokan
2020-02-20
Fix compilation error
Tulir Asokan
2020-02-20
Add background color for reactions
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
Fix reply rendering infinite loop bug
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-13
Minor UI changes
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
Fix m.emote rendering
Tulir Asokan
2019-04-10
Re-add reply rendering
Tulir Asokan
2019-04-10
Fix date change messages and input submit handling
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-07
More changes to do #91
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-06-02
Gofmt
Tulir Asokan
2018-06-02
Add ui toggle for image rendering
Tulir Asokan
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-15
Fix sender color in membership events
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-18
Create pills when tab-completing or clicking nicks
Tulir Asokan
2018-04-14
Add basic HTML rendering (ref #16)
Tulir Asokan
2018-04-13
Unknown changes that possibly fix and/or break things
Tulir Asokan