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
/
command-processor.go
Age
Commit message (
Expand
)
Author
2020-08-14
Add /upload command to upload image/video (jpeg, png, webm and mp4)
dec05eba
2020-07-25
Add toggle to only send to verified devices
Tulir Asokan
2020-07-24
Add device list and legacy verification commands
Tulir Asokan
2020-06-17
Add alias management command and alt_aliases rendering
Tulir Asokan
2020-05-10
Merge remote-tracking branch 'julianuu/master'
Tulir Asokan
2020-05-07
Add command to get e2ee fingerprint
Tulir Asokan
2020-04-26
Implement copying to clipboard
Julian Weigt
2020-04-19
Update copyright year
Tulir Asokan
2020-04-08
Display thumbnail for all files and add commands to download and open files
Tulir Asokan
2020-03-01
Add support for replying and reacting to messages
Tulir Asokan
2020-02-22
Improve tags and add initial invite handling
Tulir Asokan
2019-06-16
Add support for editing room tags
Tulir Asokan
2019-06-16
Add/change commands
Tulir Asokan
2019-06-15
Add call trace command
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
2019-06-14
Add pm command
Tulir Asokan
2019-06-13
Users can now create a new room directly in Gomuks
Jaron Swab
2019-04-07
More changes to do #91
Tulir Asokan
2019-03-19
adds kick, ban, unban and invite command
Pascal Abresch
2019-03-19
adds /msetstate
Pascal Abresch
2019-03-19
adds /msend
Pascal Abresch
2019-01-23
Update license and sort imports
Tulir Asokan
2018-06-30
Add option to disable typing notifications (#63)
Digital
2018-06-11
Add font tag support and /rainbow command
Tulir Asokan
2018-06-02
Gofmt
Tulir Asokan
2018-05-27
Add very basic arbitrary message/state event sending commands
Tulir Asokan
2018-05-27
Split command system from main view
Tulir Asokan