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
Age
Commit message (
Collapse
)
Author
2018-05-15
Fix room ordering after initial sync (ref #36)
Tulir Asokan
2018-05-15
Display ban/unban events
Tulir Asokan
2018-05-15
Fix displayname in leave messages
Tulir Asokan
2018-05-15
Fix sender color in membership events
Tulir Asokan
2018-05-15
Don't colorize new name in name change message
Tulir Asokan
2018-05-15
Update state event handling
Tulir Asokan
2018-05-15
Update room list Previous/Next handling when selected room is not visible
Tulir Asokan
2018-05-11
Add tests for downloading invalid URLs and getting history
Tulir Asokan
2018-05-11
Add test for DeleteSession() and fix potential bug in roomlist CheckTag()
Tulir Asokan
2018-05-10
Add logout command to readme
Tulir Asokan
2018-05-10
Update dependencies
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 tests for sending stuff to Matrix
Tulir Asokan
2018-05-10
Add command to log out
Tulir Asokan
2018-05-04
Fix room tag tests
Tulir Asokan
2018-05-04
Highlight whole room list row even if room name is short
Tulir Asokan
2018-05-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
Fixes #41
2018-05-03
Add debian packaging and some build scripts
Tulir Asokan
2018-05-02
Fix go vet warnings
Tulir Asokan
2018-05-02
Add more session and config tests
Tulir Asokan
2018-05-02
Add some basic Session tests
Tulir Asokan
2018-05-02
Add PushRuleCollection tests
Tulir Asokan
2018-05-02
Add tests for PushRule.Match and fork glob to make it compatible with the spec
Tulir Asokan
2018-05-02
Fix panic adding new room views from MainView.GetRoom()
Tulir Asokan
2018-05-01
Re-add function that was accidentally removed
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-30
Re-render UI after printing message send error
Tulir Asokan
2018-04-30
Stop showing rooms the user has left in the room list. Fixes #35
Tulir Asokan
2018-04-30
Fix config tests
Tulir Asokan
2018-04-30
Fix autoscrolling in room list when using keyboard. Fixes #34
Tulir Asokan
2018-04-30
Add mouse scrolling support to room list (ref #34)
Tulir Asokan
2018-04-30
Move cache to ~/.cache/gomuks by default. Fixes #39
Tulir Asokan
2018-04-30
Fix splitting long messages without spaces. Fixes #38
Tulir Asokan
2018-04-30
Move defer and add a debug print
Tulir Asokan
2018-04-30
Fix native terminal paste and custom form widgets
Tulir Asokan
2018-04-30
Update dependencies
Tulir Asokan
2018-04-25
Fix People tag
Tulir Asokan
2018-04-24
Add tests for syncer and fix some bugs
Tulir Asokan
2018-04-24
Merge pull request #33 from tulir/initial-sync
Tulir Asokan
Use initial sync data instead of fetching room list, state, history, etc manually
2018-04-24
Flatten calculateBufferWithText() and gofmt
Tulir Asokan
2018-04-24
Fix First(), Last(), Next() and Previous() of RoomList
Tulir Asokan
2018-04-24
Replace tabs with spaces so that they get rendered
Tulir Asokan
2018-04-24
Disable initial history fetch (comes with initial sync)
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-24
Handle tag events
Tulir Asokan
[prev]
[next]