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
/
matrix.go
Age
Commit message (
Expand
)
Author
2020-02-22
Enable lazy loading of members
Tulir Asokan
2020-02-20
Add support for displaying reactions
Tulir Asokan
2020-02-20
Improve login view and add .well-known resolution
Tulir Asokan
2020-02-19
Fix some issues when logging out
Tulir Asokan
2020-02-19
Only initialize history manager if not initialized
Tulir Asokan
2020-02-19
Add support for editing messages
Tulir Asokan
2020-02-18
Fix panic when joining new room
Tulir Asokan
2020-02-18
Update readme a bit and add SSO support
Tulir Asokan
2020-02-18
Update deps
Tulir Asokan
2019-06-21
Fix or break some history related things
Tulir Asokan
2019-06-17
Add initial support for rendering replies
Tulir Asokan
2019-06-17
Wrap events in custom struct to add gomuks-specific fields
Tulir Asokan
2019-06-16
Fix panic in redaction handling
Tulir Asokan
2019-06-16
Add support for redactions. Fixes #19
Tulir Asokan
2019-06-16
Use https by default if scheme is not provided
Tulir Asokan
2019-06-16
Re-enable downloading images
Tulir Asokan
2019-06-16
Fix reply rendering infinite loop bug
Tulir Asokan
2019-06-15
Fix bumping unloaded rooms in room list when receiving messages
Tulir Asokan
2019-06-15
Unbreak more things
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-06-13
Users can now create a new room directly in Gomuks
Jaron Swab
2019-04-27
Add locks and other sync stuff
Tulir Asokan
2019-04-10
It compiles. Ship it!
Tulir Asokan
2019-04-09
Start refactoring various things in message rendering and sending
Tulir Asokan
2019-04-07
Fix syncing preferences from account data
Tulir Asokan
2019-04-06
Don't add events from state stream to timeline
Tulir Asokan
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-03-28
Even more changes
Tulir Asokan
2019-03-26
Change things
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 named colors and remove HTML from plaintext body when sending
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-07-02
Emojify message (#65)
Vishnunarayan K I
2018-06-02
Gofmt
Tulir Asokan
2018-05-24
Add UI preferences and simplify config save/load (ref #43)
Tulir Asokan
2018-05-23
Change name of environment variable to disable TLS verification to match the ...
Tulir Asokan
2018-05-23
Add environment variable to disable TLS verification
Tulir Asokan
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-22
Gofmt
Tulir Asokan
2018-05-22
Clean up code
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-15
Fix room ordering after initial sync (ref #36)
Tulir Asokan
2018-05-15
Update state event handling
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 command to log out
Tulir Asokan
2018-05-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
[next]