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
/
rooms
/
room.go
Age
Commit message (
Expand
)
Author
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2018-11-14
Fix tests
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-05-22
Gofmt
Tulir Asokan
2018-05-17
Move all cache to ~/.cache/gomuks
Tulir Asokan
2018-05-16
Handle m.direct and m.receipt events
Tulir Asokan
2018-05-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
2018-04-30
Stop showing rooms the user has left in the room list. Fixes #35
Tulir Asokan
2018-04-24
Fix/break/change things
Tulir Asokan
2018-04-24
Everything is no longer broken
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
Make room name from aliases calculation consistent
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-14
Add basic HTML rendering (ref #16)
Tulir Asokan
2018-03-26
Show notifications and highlights in room list. Fixes #8
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
2018-03-23
gofmt and govet
Tulir Asokan
2018-03-22
Rename matrix/room/ to matrix/rooms/
Tulir Asokan