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
Age
Commit message (
Expand
)
Author
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
Add ui toggle for image rendering
Tulir Asokan
2018-06-02
Improve newlines in HTML parser
Tulir Asokan
2018-05-31
Rewrite HTML parser
Tulir Asokan
2018-05-27
Fix m.emote messages in bare message views
Tulir Asokan
2018-05-23
Add real bare view
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-22
Clean up code
Tulir Asokan
2018-05-16
Fix notifications about own messages
Tulir Asokan
2018-05-15
Display ban/unban events
Tulir Asokan
2018-05-15
Fix displayname in leave messages
Tulir Asokan
2018-05-15
Fix sender color in membership events
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-30
Fix splitting long messages without spaces. Fixes #38
Tulir Asokan
2018-04-30
Move defer and add a debug print
Tulir Asokan
2018-04-24
Merge pull request #33 from tulir/initial-sync
Tulir Asokan
2018-04-24
Flatten calculateBufferWithText() and gofmt
Tulir Asokan
2018-04-24
Replace tabs with spaces so that they get rendered
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-19
Fix golint issues
Tulir Asokan
2018-04-19
Gofmt
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
2018-04-14
Make HTML rendering more advanced
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
2018-04-11
Cache TString version of UITextMessage.MsgText
Tulir Asokan
2018-04-11
Allow clicking images and load images from cache
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-10
Move event parsing to ui/messages and add image displaying
Tulir Asokan
2018-04-10
Convert message buffer to use custom colorable strings
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan
[prev]