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
Age
Commit message (
Collapse
)
Author
2019-03-26
Change more things
Tulir Asokan
2019-03-26
Start moving to mauview
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2019-01-11
Switch to Go modules and make other changes
Tulir Asokan
2018-11-14
Fix named colors and remove HTML from plaintext body when sending
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-06-11
Add font tag support and /rainbow command
Tulir Asokan
2018-06-02
Gofmt
Tulir Asokan
2018-06-02
Improve newlines in HTML parser
Tulir Asokan
2018-05-31
Rewrite HTML parser
Tulir Asokan
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-22
Re-enable coloring of new name in name change events
Tulir Asokan
2018-05-22
Split up getMembershipEventContent()
Tulir Asokan
2018-05-15
Display ban/unban events
Tulir Asokan
2018-05-15
Fix displayname in leave messages
Tulir Asokan
2018-05-15
Don't colorize new name in name change message
Tulir Asokan
2018-04-30
Fix room list updating when joining/leaving
Tulir Asokan
2018-04-24
Replace tabs with spaces so that they get rendered
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-19
Fix golint issues
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Fix nick coloring
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-16
Fix another nil pointer panic in the HTML parser (ref #20)
Tulir Asokan
2018-04-15
Fix panic in HTML parser (#20)
Tulir Asokan
2018-04-15
Add package docs
Tulir Asokan
2018-04-14
Fix typo in newline stripping
Tulir Asokan
2018-04-14
Move message parsing to parser subpackage
Tulir Asokan