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
/
interface
Age
Commit message (
Collapse
)
Author
2020-06-17
Update mautrix-go
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-07
Add command to get e2ee fingerprint
Tulir Asokan
2020-04-29
Add support for encrypted files
Tulir Asokan
2020-04-19
Update copyright year
Tulir Asokan
2020-04-19
Add progress bar for first sync
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-03-20
Support formatting in rainbows
Tulir Asokan
Fixes #119
2020-03-01
Implement sending redactions
Tulir Asokan
2020-03-01
Add support for replying and reacting to messages
Tulir Asokan
2020-02-22
Enable lazy loading of members
Tulir Asokan
2020-02-20
Add support for displaying reactions
Tulir Asokan
2020-02-19
Add support for editing messages
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-15
Fix bumping unloaded rooms in room list when receiving messages
Tulir Asokan
2019-06-15
Unbreak things
Tulir Asokan
2019-06-14
Remove room alias argument and switch to room after creating
Tulir Asokan
2019-04-10
Use already parsed events for replies if possible
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-05
Move history storage to matrix package. Fixes #90
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
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-16
Fix notifications about own messages
Tulir Asokan
2018-05-16
Handle m.direct and m.receipt events
Tulir Asokan
Fixes #12 Fixes #45
2018-05-15
Fix room ordering after initial sync (ref #36)
Tulir Asokan
2018-05-10
Don't parse room ID
Tulir Asokan
2018-05-10
Add command to log out
Tulir Asokan
2018-05-01
Refactoring
Tulir Asokan
2018-04-30
Update ui AddRoom and RemoveRoom parameters
Tulir Asokan
2018-04-30
Fix room list updating when joining/leaving
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-19
Gofmt
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Add support for sending Markdown messages
Tulir Asokan
2018-04-17
Remove unnecessary InitViews() from GomuksUI interface
Tulir Asokan
2018-04-13
Unknown changes that possibly fix and/or break things
Tulir Asokan
2018-04-11
Allow clicking images and load images from cache
Tulir Asokan
2018-04-11
Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
Tulir Asokan
2018-04-10
Move event parsing to ui/messages and add image displaying
Tulir Asokan
[next]