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
/
lib
Age
Commit message (
Expand
)
Author
2020-02-18
Update deps
Tulir Asokan
2019-05-12
Fix go 1.11 and go get compatibility
Tulir Asokan
2019-03-28
Maybe fix windows
Tulir Asokan
2019-03-26
Change more things
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-05-31
Rewrite HTML parser
Tulir Asokan
2018-05-02
Add tests for PushRule.Match and fork glob to make it compatible with the spec
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-21
Add doc.go to lib/util/
Tulir Asokan
2018-04-21
Improve Markdown rendering
Tulir Asokan
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-19
Gofmt
Tulir Asokan
2018-04-18
Fix panic handling
Tulir Asokan
2018-04-16
Recover panics in ANSImage.Render()
Tulir Asokan
2018-04-14
Add docs
Tulir Asokan
2018-04-14
Make HTML rendering more advanced
Tulir Asokan
2018-04-13
Unknown changes that possibly fix and/or break things
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-11
Move notification package to lib/ and add open package
Tulir Asokan