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
/
ui
/
view-main.go
Age
Commit message (
Expand
)
Author
2019-04-05
Move history storage to matrix package. Fixes #90
Tulir Asokan
2019-03-30
Change even more things
Tulir Asokan
2019-03-28
Even more changes
Tulir Asokan
2019-03-26
Change more things
Tulir Asokan
2019-03-26
Change things
Tulir Asokan
2019-03-26
Start moving to mauview
Tulir Asokan
2019-01-23
Update license and sort imports
Tulir Asokan
2018-11-14
Merge branch 'master' into update
Tulir Asokan
2018-11-14
Fix things
Tulir Asokan
2018-10-18
Alt-a to jump to next channel with unread messages.
Ville Ranki
2018-09-05
Update to latest gomatrix. Things are broken
Tulir Asokan
2018-07-02
Emojify message (#65)
Vishnunarayan K I
2018-06-30
Add support for more key events (#64)
Digital
2018-06-30
Add option to disable typing notifications (#63)
Digital
2018-06-02
Gofmt
Tulir Asokan
2018-06-02
Add ui toggle for image rendering
Tulir Asokan
2018-05-27
Split command system from main view
Tulir Asokan
2018-05-24
Add UI preferences and simplify config save/load (ref #43)
Tulir Asokan
2018-05-23
Add real bare view
Tulir Asokan
2018-05-22
Add bare mode and fix terminal resize bug. Fixes #48
Tulir Asokan
2018-05-22
Clean up code
Tulir Asokan
2018-05-21
fuzzy search prototype
evan
2018-05-17
Move all cache to ~/.cache/gomuks
Tulir Asokan
2018-05-16
Fix notifications about own messages
Tulir Asokan
2018-05-16
Handle m.direct and m.receipt events
Tulir Asokan
2018-05-16
Fix user list after initial sync. Fixes #36
Tulir Asokan
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-04
Add support for explicit ordering and limiting rooms shown under a tag
Tulir Asokan
2018-05-02
Fix panic adding new room views from MainView.GetRoom()
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
Add mouse scrolling support to room list (ref #34)
Tulir Asokan
2018-04-25
Fix People tag
Tulir Asokan
2018-04-24
Fix First(), Last(), Next() and Previous() of RoomList
Tulir Asokan
2018-04-24
Disable initial history fetch (comes with initial sync)
Tulir Asokan
2018-04-24
Everything is no longer broken
Tulir Asokan
2018-04-24
Handle tag events
Tulir Asokan
2018-04-24
Make time-based room list sorting persistent (ref #11)
Tulir Asokan
2018-04-24
Organize room list by last received message (ref #11)
Tulir Asokan
2018-04-23
Gofmt and enable a test
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-21
Allow clicking on room list entries to switch room. Fixes #30
Tulir Asokan
2018-04-21
Improve tab completion system
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-18
Create pills when tab-completing or clicking nicks
Tulir Asokan
[next]