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
/
sync.go
Age
Commit message (
Expand
)
Author
2020-02-22
Enable lazy loading of members
Tulir Asokan
2020-02-19
Update mautrix-go to separate unmarshaling sync response and event content
Tulir Asokan
2019-06-16
Add support for editing room tags
Tulir Asokan
2019-06-16
Add/change commands
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-04-27
Add locks and other sync stuff
Tulir Asokan
2019-04-13
Fix user list
Tulir Asokan
2019-03-26
Minor changes
Tulir Asokan
2019-03-26
Change more things
Tulir Asokan
2019-03-26
Fix normal events being handled as state events
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2019-01-11
Switch to Go modules and make other changes
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-05-24
Add UI preferences and simplify config save/load (ref #43)
Tulir Asokan
2018-05-22
Gofmt
Tulir Asokan
2018-05-16
Handle m.direct and m.receipt events
Tulir Asokan
2018-05-15
Update state event handling
Tulir Asokan
2018-05-10
Update dependencies
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
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-22
Remove impossible check and improve things for testing
Tulir Asokan
2018-04-02
Stop sending notifications from first sync
Tulir Asokan
2018-03-25
Try to receive tags
Tulir Asokan
2018-03-24
Possibly speed up syncs with filters
Tulir Asokan
2018-03-23
Refactoring and documentation
Tulir Asokan
2018-03-23
Documentation and refactoring
Tulir Asokan
2018-03-21
Refactoring and godocs
Tulir Asokan
2018-03-21
Clear push rules when clearing cache and listen to push rule updates
Tulir Asokan
2018-03-18
Organize files
Tulir Asokan