summaryrefslogtreecommitdiffstats
path: root/src/MatrixClient.cc
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-06-04Include mtxclient in the buildKonstantinos Sideris
2018-05-11Use the correct avatar size for HiDPI displaysKonstantinos 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-02Move access token to headerKonstantinos Sideris
2018-05-02Handle invalid access tokenKonstantinos Sideris
2018-04-28Remove old/unused codeKonstantinos Sideris
2018-04-21Implement media cacheKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-27Add environment variable to allow insecure connections (self-signed certs)Konstantinos Sideris
2018-03-25Fix CI errorsKonstantinos Sideris
2018-03-25Show avatars in the completion popupKonstantinos Sideris
2018-03-18Update matrix-structs libraryKonstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-12Implement user registration with reCAPTCHAKonstantinos Sideris
2018-03-10Remove unused variablesKonstantinos 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-03-01Handle empty matrix ID (regression from 9de1ec1)Konstantinos Sideris
2018-02-28Propagate errors during /login & /versionsKonstantinos Sideris
2018-02-28Add some missing referencesKonstantinos Sideris
2018-02-23Replace login request with the one from matrix-structsKonstantinos Sideris
2018-02-20Be explicit about the captured parameters in lambdasKonstantinos 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-15Implement server-side notification countKonstantinos Sideris
2018-02-08Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris
2018-01-22Fix ciKonstantinos Sideris
2018-01-22Remove Accept-Encoding headerKonstantinos Sideris
2018-01-21Refactor avatar fetching in one functionKonstantinos Sideris
2018-01-21Fix iterator crashKonstantinos Sideris
2018-01-21Use the Accept-Content header to enable response compressionKonstantinos Sideris
2018-01-13Keep syncing regardless of connectivity (#93)Konstantinos 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-10Remove Connection headerKonstantinos Sideris
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-16Improve logging on event parsing failureKonstantinos Sideris
2017-12-11Add dialog to create roomsKonstantinos Sideris
2017-12-10Add menu to invite usersKonstantinos Sideris