summary refs log tree commit diff
path: root/include/MatrixClient.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-1/+4
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-276/+14
* Add missing headerKonstantinos Sideris2018-05-171-1/+2
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-0/+63
* Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris2018-05-111-1/+1
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-1/+11
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-0/+2
* Add missing headerKonstantinos Sideris2018-05-021-0/+1
* Move access token to headerKonstantinos Sideris2018-05-021-0/+4
* Handle invalid access tokenKonstantinos Sideris2018-05-021-0/+2
* Cache refactoringKonstantinos Sideris2018-04-211-0/+2
* Add environment variable to allow insecure connections (self-signed certs)Konstantinos Sideris2018-03-271-4/+5
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-5/+4
* Add ability to redact messagesKonstantinos Sideris2018-03-171-0/+4
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-1/+6
* Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris2018-03-071-4/+11
* Retry initial sync only on specific errorsKonstantinos Sideris2018-03-041-1/+1
* Minor adjustmentsKonstantinos Sideris2018-02-191-8/+8
* Notify the user on upload failuresKonstantinos Sideris2018-02-191-0/+1
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-12/+30
* Add a timeout timer for initial sync (#223, #222)Konstantinos Sideris2018-02-081-1/+1
* Remove Accept-Encoding headerKonstantinos Sideris2018-01-221-1/+0
* Refactor avatar fetching in one functionKonstantinos Sideris2018-01-211-3/+4
* Use the Accept-Content header to enable response compressionKonstantinos Sideris2018-01-211-0/+1
* Upload filter automatically and use filter_id (#201)krombel2018-01-131-0/+1
* LintKonstantinos Sideris2018-01-111-2/+2
* Filter out content in sync that is currently unhandled (#198)krombel2018-01-111-0/+3
* Add support for pasting images into a room (#180)christarazi2018-01-101-5/+14
* Communities (#195)Max Sandholm2018-01-091-0/+8
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-1/+4
* Add dialog to create roomsKonstantinos Sideris2017-12-111-0/+3
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+2
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-10/+5
* Allow audio clip uploadsKonstantinos Sideris2017-12-011-0/+6
* Implement file uploadsKonstantinos Sideris2017-11-291-0/+2
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+2
* Send read receiptsKonstantinos Sideris2017-11-241-0/+1
* LintKonstantinos Sideris2017-11-151-1/+1
* Implement a per-room send queue. (#118)Jani Mustonen2017-11-151-1/+3
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-311-0/+2
* Add missing headersKonstantinos Sideris2017-10-281-0/+1
* Clean up headersKonstantinos Sideris2017-10-281-4/+5
* Use callbacks on MatrixClientKonstantinos Sideris2017-10-221-42/+0
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-42/+9
* Retry initial sync (#19)Konstantinos Sideris2017-10-201-0/+1
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-1/+2
* Add /join command supportKonstantinos Sideris2017-10-081-0/+1
* Resume sync when connectivity is establishedKonstantinos Sideris2017-10-051-1/+1
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+8
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-2/+10
* Add write support for m.emote eventsKonstantinos Sideris2017-09-031-101/+109
* Small style changeKonstantinos Sideris2017-08-201-6/+12
* Improve login flow (#35)jansol2017-07-081-0/+2
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-1/+1
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-0/+4
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-1/+6
* Save the user defined domain instead of the one provided by login responseKonstantinos Sideris2017-05-091-4/+4
* Use strongly typed enumsKonstantinos Sideris2017-05-081-1/+1
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+4
* Initial implementation for local echoKonstantinos Sideris2017-04-131-1/+7
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-0/+9
* Make the timer single shotKonstantinos Sideris2017-04-111-0/+1
* Remove exception specificationsKonstantinos Sideris2017-04-091-9/+9
* Add logout buttonKonstantinos Sideris2017-04-091-1/+7
* Implement initial registration stageKonstantinos Sideris2017-04-081-3/+3
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-12/+11
* Initial commitKonstantinos Sideris2017-04-061-0/+134