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-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
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-11
Move notification package to lib/ and add open package
Tulir Asokan
2018-04-10
Add go.mod file
Tulir Asokan
2018-04-10
Add build status badge
Tulir Asokan
2018-04-10
Enable travis for codeclimate coverage reports
Tulir Asokan
2018-04-10
Add a simple push rule parsing test
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-10
Include error in pretty panic log
Tulir Asokan
2018-04-09
Refactor UI to use interfaces everywhere
Tulir Asokan
2018-04-02
Gofmt
Tulir Asokan
2018-04-02
Ignore errors in NewGomuks()
Tulir Asokan
2018-04-02
Improve debug output options
Tulir Asokan
2018-04-02
Stop sending notifications from first sync
Tulir Asokan
2018-04-02
Document needed go version (#17)
Jan Christian Grünhage
2018-03-27
Update badge URLs
Tulir Asokan
2018-03-26
Update preview
Tulir Asokan
2018-03-26
Don't wrap user list
Tulir Asokan
2018-03-26
Don't send notifications for current room
Tulir Asokan
2018-03-26
Add sounds to notifications
Tulir Asokan
2018-03-26
Show notifications and highlights in room list. Fixes #8
Tulir Asokan
2018-03-26
Fix and/or break scroll bar
Tulir Asokan
2018-03-25
Try to receive tags
Tulir Asokan
2018-03-25
Move room list to custom widget
Tulir Asokan
2018-03-25
Refactor things and add proper wheel scroll support
Tulir Asokan
2018-03-24
Add mouse handler stub and keep track of focus
Tulir Asokan
2018-03-24
Possibly speed up syncs with filters
Tulir Asokan
2018-03-23
Refactoring and documentation
Tulir Asokan
2018-03-23
Adjust macOS notification durations
Tulir Asokan
2018-03-23
Remove panic when sending message if GetSessionOwner() returns nil
Tulir Asokan
2018-03-23
Render scroll position and indicate if at end/beginning of history. Fixes #9
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
[prev]
[next]