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
2020-06-18
Call EncryptMegolmEvent with pointer to content
Tulir Asokan
2020-06-17
Update mautrix-go
Tulir Asokan
2020-06-04
Improve errors in crypto stuff
Tulir Asokan
2020-05-10
Set different user agent
Tulir Asokan
2020-05-10
Move loaded history pointer to message view
Tulir Asokan
When it was in the history manager, it wouldn't get unloaded when the room was unloaded. Hopefully fixes #136
2020-05-10
Send read receipts asynchronously. Hopefully fixes #141
Tulir Asokan
2020-05-07
Add command to get e2ee fingerprint
Tulir Asokan
2020-05-06
Parse event content when getting single event from server
Tulir Asokan
2020-05-06
Random changes
Tulir Asokan
2020-05-06
Use structs for parsing read receipts and direct chat lists
Tulir Asokan
2020-05-06
Prevent blocking when trying to stop matrix container
Tulir Asokan
2020-05-06
Fix potential double locking when finding shared rooms
Tulir Asokan
2020-05-05
Random changes
Tulir Asokan
2020-05-05
Make e2ee optional
Tulir Asokan
2020-05-05
Update mautrix-go
Tulir Asokan
2020-05-05
Don't encrypt outgoing reactions
Tulir Asokan
2020-05-05
Update mautrix-go and give crypto module access to state store
Tulir Asokan
2020-04-29
Add support for encrypted files
Tulir Asokan
2020-04-28
Update mautrix-go and move crypto store to XDG_DATA_HOME
Tulir Asokan
2020-04-28
Add initial support for encrypting messages
Tulir Asokan
2020-04-27
Add support for decrypting messages
Tulir Asokan
2020-04-22
Use mautrix-go methods for downloading media
Tulir Asokan
2020-04-22
Fix media download endpoint version
Tulir Asokan
2020-04-20
Fix loading member events
Tulir Asokan
2020-04-19
Only show syncing modal for initial syncs
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Add progress bar for first sync
Tulir Asokan
2020-04-19
Strip event content Raw fields before storing
Tulir Asokan
2020-04-19
Process different rooms in sync responses in goroutines
Tulir Asokan
2020-04-19
Update mautrix-go content stuff
Tulir Asokan
2020-04-19
Update Encrypted boolean when receiving m.room.encryption event
Tulir Asokan
2020-04-19
Make sure own messages don't cause notifications
Tulir Asokan
2020-04-19
Update stuff and move pushrules to mautrix-go
Tulir Asokan
2020-04-08
Display thumbnail for all files and add commands to download and open files
Tulir Asokan
2020-04-04
Move room away from invites list when invite is accepted from other client
Tulir Asokan
May not actually work, I didn't test it
2020-04-04
Add toggles for disabling markdown and HTML
Tulir Asokan
2020-03-20
Support formatting in rainbows
Tulir Asokan
Fixes #119
2020-03-03
Properly ignore presence in sync filter
Tulir Asokan
2020-03-03
Don't send typing stop event if not necessary
Tulir Asokan
2020-03-01
Implement sending redactions
Tulir Asokan
2020-03-01
Update mautrix-go
Tulir Asokan
2020-03-01
Add support for replying and reacting to messages
Tulir Asokan
2020-02-22
Fix duplicate locking case
Tulir Asokan
2020-02-22
Make invites mostly work
Tulir Asokan
2020-02-22
Improve tags and add initial invite handling
Tulir Asokan
2020-02-22
Enable lazy loading of members
Tulir Asokan
2020-02-20
Add support for displaying reactions
Tulir Asokan
2020-02-20
Hide tombstoned rooms from room list
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
[next]