aboutsummaryrefslogtreecommitdiff
path: root/matrix
AgeCommit message (Expand)Author
2018-05-01RefactoringTulir Asokan
2018-04-30Update ui AddRoom and RemoveRoom parametersTulir Asokan
2018-04-30Fix room list updating when joining/leavingTulir Asokan
2018-04-30Stop showing rooms the user has left in the room list. Fixes #35Tulir Asokan
2018-04-24Add tests for syncer and fix some bugsTulir Asokan
2018-04-24Disable initial history fetch (comes with initial sync)Tulir Asokan
2018-04-24Fix/break/change thingsTulir Asokan
2018-04-24Everything is no longer brokenTulir Asokan
2018-04-24Initial move to initial sync. Everything broke :(Tulir Asokan
2018-04-24Handle tag eventsTulir Asokan
2018-04-24Make time-based room list sorting persistent (ref #11)Tulir Asokan
2018-04-23Possibly fix firstMemberCache being invalidTulir Asokan
2018-04-23Gofmt and enable a testTulir Asokan
2018-04-22Remove impossible check and improve things for testingTulir Asokan
2018-04-22Add tests for RoomTulir Asokan
2018-04-22Make room name from aliases calculation consistentTulir Asokan
2018-04-22Add room alias autocompletionTulir Asokan
2018-04-21Improve Markdown renderingTulir Asokan
2018-04-19Fix golint issuesTulir Asokan
2018-04-19GofmtTulir Asokan
2018-04-18Disconnect UI from main Gomuks struct. Fixes #21Tulir Asokan
2018-04-18Remove debug printsTulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-17Add test file stubs to include them in coverage percentageTulir Asokan
2018-04-16Add tests for pushrule actionsTulir Asokan
2018-04-16Set initial device name to "gomuks"Tulir Asokan
2018-04-15Add tests for pushrule conditions and fix bugs found when making testsTulir Asokan
2018-04-15Refactor thingsTulir Asokan
2018-04-14Merge pull request #18 from tulir/ui-refactorTulir Asokan
2018-04-14Add basic HTML rendering (ref #16)Tulir Asokan
2018-04-11Allow clicking images and load images from cacheTulir Asokan
2018-04-11Rename UIString to TString, move ansimage to lib/ and switch to tcell forkTulir Asokan
2018-04-10Add a simple push rule parsing testTulir Asokan
2018-04-10Move event parsing to ui/messages and add image displayingTulir Asokan
2018-04-09Refactor UI to use interfaces everywhereTulir Asokan
2018-04-02Stop sending notifications from first syncTulir Asokan
2018-03-26Add sounds to notificationsTulir Asokan
2018-03-26Show notifications and highlights in room list. Fixes #8Tulir Asokan
2018-03-25Try to receive tagsTulir Asokan
2018-03-25Refactor things and add proper wheel scroll supportTulir Asokan
2018-03-24Possibly speed up syncs with filtersTulir Asokan
2018-03-23Refactoring and documentationTulir Asokan
2018-03-23Documentation and refactoringTulir Asokan
2018-03-23gofmt and govetTulir Asokan
2018-03-23Refactor PushRuleset#GetActions() and ViewMain event processingTulir Asokan
2018-03-22Rename matrix/room/ to matrix/rooms/Tulir Asokan
2018-03-22Add doc.go filesTulir Asokan
2018-03-22Add support for m.emote. Fixes #6Tulir Asokan
2018-03-22Move history mutex to rooms.RoomTulir Asokan
2018-03-21Refactoring and godocsTulir Asokan