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 (
Collapse
)
Author
2019-04-10
Misc changes
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-09
Refactor message parsing things
Tulir Asokan
2019-04-09
Move stripLinebreak to a struct field in the HTML parser
Tulir Asokan
2019-04-09
Fix non-syntax-highlighted code block newline rendering
Tulir Asokan
2019-04-07
Improve handling of multiple linebreaks
Tulir Asokan
2019-04-07
Move special list/blockquote prefixing to renderer
Tulir Asokan
2019-04-07
Add syntax highlighting. Fixes #28
Tulir Asokan
2019-04-07
Remove commented code
Tulir Asokan
2019-04-07
More changes to do #91
Tulir Asokan
2019-04-07
Initial changes to do #91
Tulir Asokan
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-03-26
Change more things
Tulir Asokan
2019-03-26
Change 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
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
Use initial sync data instead of fetching room list, state, history, etc manually
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
[next]