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
/
matrix
Age
Commit message (
Collapse
)
Author
2018-05-11
Add tests for downloading invalid URLs and getting history
Tulir Asokan
2018-05-10
Update dependencies
Tulir Asokan
2018-05-10
Add tests for JoinRoom, LeaveRoom and Download
Tulir Asokan
2018-05-10
Don't parse room ID
Tulir Asokan
2018-05-10
Add tests for sending stuff to Matrix
Tulir Asokan
2018-05-10
Add command to log out
Tulir Asokan
2018-05-04
Fix room tag tests
Tulir Asokan
2018-05-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
Fixes #41
2018-05-02
Fix go vet warnings
Tulir Asokan
2018-05-02
Add more session and config tests
Tulir Asokan
2018-05-02
Add PushRuleCollection tests
Tulir Asokan
2018-05-02
Add tests for PushRule.Match and fork glob to make it compatible with the spec
Tulir Asokan
2018-05-01
Re-add function that was accidentally removed
Tulir Asokan
2018-05-01
Refactoring
Tulir Asokan
2018-04-30
Update ui AddRoom and RemoveRoom parameters
Tulir Asokan
2018-04-30
Fix room list updating when joining/leaving
Tulir Asokan
2018-04-30
Stop showing rooms the user has left in the room list. Fixes #35
Tulir Asokan
2018-04-24
Add tests for syncer and fix some bugs
Tulir Asokan
2018-04-24
Disable initial history fetch (comes with initial sync)
Tulir Asokan
2018-04-24
Fix/break/change things
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Initial move to initial sync. Everything broke :(
Tulir Asokan
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Make time-based room list sorting persistent (ref #11)
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
Add room alias autocompletion
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-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
Remove debug prints
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-17
Add test file stubs to include them in coverage percentage
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-15
Add tests for pushrule conditions and fix bugs found when making tests
Tulir Asokan
2018-04-15
Refactor things
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
Add basic HTML rendering (ref #16)
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
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-09
Refactor UI to use interfaces everywhere
Tulir Asokan
2018-04-02
Stop sending notifications from first sync
Tulir Asokan
2018-03-26
Add sounds to notifications
Tulir Asokan
[next]