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
2020-02-22
Enable lazy loading of members
Tulir Asokan
2020-02-20
Hide tombstoned rooms from room list
Tulir Asokan
2019-06-21
Possibly fix displaying displaynames of left users
Tulir Asokan
2019-06-18
Cache canonical alias in room list so tab completing wouldn't load state from...
Tulir Asokan
2019-06-16
Make displayname pushrule check possible without loading room state
Tulir Asokan
2019-06-16
Fix reply rendering infinite loop bug
Tulir Asokan
2019-06-15
Add call trace command
Tulir Asokan
2019-06-15
Fix infinite recursion
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-27
Add partial deadlock detection in debug mode
Tulir Asokan
2019-04-27
Add locks and other sync stuff
Tulir Asokan
2019-04-13
Fix user list
Tulir Asokan
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