aboutsummaryrefslogtreecommitdiff
path: root/matrix
AgeCommit message (Expand)Author
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
2018-03-21Clear push rules when clearing cache and listen to push rule updatesTulir Asokan
2018-03-21Finish push rule parser and use it. Fixes #7Tulir Asokan
2018-03-21Add external debug file, refactoring and push rule parserTulir Asokan
2018-03-21Refactor some things and format everythingTulir Asokan
2018-03-20Improve notification data formatTulir Asokan
2018-03-20Add initial notification support that just spams about everything, prepare fo...Tulir Asokan
2018-03-20Finish spec-compliant room naming and add docs for room.goTulir Asokan
2018-03-20Show messages in message view while sendingTulir Asokan
2018-03-20Add support for loading more historyTulir Asokan
2018-03-19Avoid showing panics directly if debug mode is not enabledTulir Asokan
2018-03-18Organize filesTulir Asokan