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-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
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-24
Fix panic if replaceBuffer() is called with message not in buffer. Fixes #32
Tulir Asokan
2018-04-23
Show errors in login view. Fixes #14
Tulir Asokan
2018-04-23
Possibly fix firstMemberCache being invalid
Tulir Asokan
2018-04-23
Gofmt and enable a test
Tulir Asokan
2018-04-22
Remove impossible check and improve things for testing
Tulir Asokan
2018-04-22
Add tests for Room
Tulir Asokan
2018-04-22
Make room name from aliases calculation consistent
Tulir Asokan
2018-04-22
Switch to dep
Tulir Asokan
2018-04-22
Add room alias autocompletion
Tulir Asokan
2018-04-22
Update README
Tulir Asokan
2018-04-22
Fix golint warnings
Tulir Asokan
2018-04-21
Add doc.go to lib/util/
Tulir Asokan
2018-04-21
Update README
Tulir Asokan
2018-04-21
Allow clicking on room list entries to switch room. Fixes #30
Tulir Asokan
2018-04-21
Improve Markdown rendering
Tulir Asokan
* Remove paragraphs from output HTML * Remove mention link wrapper from text (leaving only mention name)
2018-04-21
Improve tab completion system
Tulir Asokan
2018-04-19
Fix golint issues
Tulir Asokan
2018-04-19
Add .codeclimate.yml
Tulir Asokan
2018-04-19
Gofmt
Tulir Asokan
2018-04-18
Disconnect UI from main Gomuks struct. Fixes #21
Tulir Asokan
2018-04-18
Fix nick coloring
Tulir Asokan
2018-04-18
Remove debug prints
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
2018-04-18
Fix panic handling
Tulir Asokan
2018-04-17
Add tests for config handling
Tulir Asokan
[prev]
[next]