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
Age
Commit message (
Collapse
)
Author
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Make time-based room list sorting persistent (ref #11)
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-24
Fix panic if replaceBuffer() is called with message not in buffer. Fixes #32
Tulir Asokan
2018-04-23
Show errors in login view. Fixes #14
Tulir Asokan
2018-04-23
Possibly fix firstMemberCache being invalid
Tulir Asokan
2018-04-23
Gofmt and enable a test
Tulir Asokan
2018-04-22
Remove impossible check and improve things for testing
Tulir Asokan
2018-04-22
Add tests for Room
Tulir Asokan
2018-04-22
Make room name from aliases calculation consistent
Tulir Asokan
2018-04-22
Switch to dep
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-22
Update README
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-21
Add doc.go to lib/util/
Tulir Asokan
2018-04-21
Update README
Tulir Asokan
2018-04-21
Allow clicking on room list entries to switch room. Fixes #30
Tulir Asokan
2018-04-21
Improve Markdown rendering
Tulir Asokan
* Remove paragraphs from output HTML * Remove mention link wrapper from text (leaving only mention name)
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-19
Fix golint issues
Tulir Asokan
2018-04-19
Add .codeclimate.yml
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
Remove debug prints
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-18
Fix panic handling
Tulir Asokan
2018-04-17
Add tests for config handling
Tulir Asokan
2018-04-17
Update preview
Tulir Asokan
2018-04-17
Add test file stubs to include them in coverage percentage
Tulir Asokan
2018-04-17
Remove unnecessary InitViews() from GomuksUI interface
Tulir Asokan
2018-04-16
Recover panics in ANSImage.Render()
Tulir Asokan
2018-04-16
Add tests for pushrule actions
Tulir Asokan
2018-04-16
Set initial device name to "gomuks"
Tulir Asokan
2018-04-16
Add coverage.html to gitignore
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 tests for pushrule conditions and fix bugs found when making tests
Tulir Asokan
2018-04-15
Refactor things
Tulir Asokan
2018-04-15
Add package docs
Tulir Asokan
2018-04-14
Merge pull request #18 from tulir/ui-refactor
Tulir Asokan
Refactor UI to use interfaces and add advanced message rendering
2018-04-14
Allow clicking names to mention them
Tulir Asokan
2018-04-14
Add 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
Also add Python-like HTML parser thing in lib/htmlparser
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
[prev]
[next]