summaryrefslogtreecommitdiffstats
path: root/include/MatrixClient.h
AgeCommit message (Expand)Author
2018-07-17Move all files under src/Konstantinos Sideris
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris
2018-07-14Re-enable groupsKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-17Add missing headerKonstantinos Sideris
2018-05-16Add menu to modify the name & topic of the roomKonstantinos Sideris
2018-05-11Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-05-02Add missing headerKonstantinos Sideris
2018-05-02Move access token to headerKonstantinos Sideris
2018-05-02Handle invalid access tokenKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-27Add environment variable to allow insecure connections (self-signed certs)Konstantinos Sideris
2018-03-25Show avatars in the completion popupKonstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-12Implement user registration with reCAPTCHAKonstantinos Sideris
2018-03-07Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris
2018-03-04Retry initial sync only on specific errorsKonstantinos Sideris
2018-02-19Minor adjustmentsKonstantinos Sideris
2018-02-19Notify the user on upload failuresKonstantinos Sideris
2018-02-18 Support audio, video, generic file for pasting (#220)christarazi
2018-02-08Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris
2018-01-22Remove Accept-Encoding headerKonstantinos Sideris
2018-01-21Refactor avatar fetching in one functionKonstantinos Sideris
2018-01-21Use the Accept-Content header to enable response compressionKonstantinos Sideris
2018-01-13Upload filter automatically and use filter_id (#201)krombel
2018-01-11LintKonstantinos Sideris
2018-01-11Filter out content in sync that is currently unhandled (#198)krombel
2018-01-10Add support for pasting images into a room (#180)christarazi
2018-01-09Communities (#195)Max Sandholm
2017-12-22Cache room avatars (#139)Konstantinos Sideris
2017-12-11Add dialog to create roomsKonstantinos Sideris
2017-12-10Add menu to invite usersKonstantinos Sideris
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris
2017-12-01Allow audio clip uploadsKonstantinos Sideris
2017-11-29Implement file uploadsKonstantinos Sideris
2017-11-28Add read support for m.file messages (#24)Konstantinos Sideris
2017-11-24Send read receiptsKonstantinos Sideris
2017-11-15LintKonstantinos Sideris
2017-11-15Implement a per-room send queue. (#118)Jani Mustonen
2017-10-31Implemented sending of typing notifications (#105)Thomas Herzog
2017-10-28Add missing headersKonstantinos Sideris
2017-10-28Clean up headersKonstantinos Sideris
2017-10-22Use callbacks on MatrixClientKonstantinos Sideris
2017-10-22Remove extra inline keywordsKonstantinos Sideris
2017-10-20Retry initial sync (#19)Konstantinos Sideris
2017-10-15Fix icons for retina displaysKonstantinos Sideris
2017-10-08Add /join command supportKonstantinos Sideris