summaryrefslogtreecommitdiffstats
path: root/src/MatrixClient.cc
AgeCommit message (Expand)Author
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
2017-12-06Catch deserialization exceptions on initial /syncKonstantinos Sideris
2017-12-06Prevent queue from getting blocked (#142)Konstantinos Sideris
2017-12-04Fix travis errorsKonstantinos Sideris
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris
2017-12-03Use std::exception for the login responseKonstantinos Sideris
2017-12-03Initial integration with matrix-structsKonstantinos 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-15Implement a per-room send queue. (#118)Jani Mustonen
2017-11-05Use C++11 braced list style (#121)Benjamin Saunders
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-21Remove cache updates from the main threadKonstantinos Sideris
2017-10-20Retry initial sync (#19)Konstantinos Sideris
2017-10-08Add /join command supportKonstantinos Sideris
2017-10-08Drop the loading screen if consensus can't be achievedKonstantinos Sideris
2017-10-05Resume sync when connectivity is establishedKonstantinos Sideris
2017-10-05Use string timeout parameterKonstantinos Sideris
2017-10-04Remove full_state from initial syncKonstantinos Sideris
2017-10-04Receive typing notifications (#88)Konstantinos Sideris