Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -1/+4 |
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -276/+14 |
* | Add missing header | Konstantinos Sideris | 2018-05-17 | 1 | -1/+2 |
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 1 | -0/+63 |
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 1 | -1/+1 |
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -1/+11 |
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -0/+2 |
* | Add missing header | Konstantinos Sideris | 2018-05-02 | 1 | -0/+1 |
* | Move access token to header | Konstantinos Sideris | 2018-05-02 | 1 | -0/+4 |
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 1 | -0/+2 |
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -0/+2 |
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 1 | -4/+5 |
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -5/+4 |
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -0/+4 |
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -1/+6 |
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 1 | -4/+11 |
* | Retry initial sync only on specific errors | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 |
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -8/+8 |
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 1 | -0/+1 |
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -12/+30 |
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 1 | -1/+1 |
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -1/+0 |
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 1 | -3/+4 |
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -0/+1 |
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+1 |
* | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -2/+2 |
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -0/+3 |
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -5/+14 |
* | Communities (#195) | Max Sandholm | 2018-01-09 | 1 | -0/+8 |
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -1/+4 |
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 1 | -0/+3 |
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -0/+2 |
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -10/+5 |
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+6 |
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -0/+2 |
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+2 |
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+1 |
* | Lint | Konstantinos Sideris | 2017-11-15 | 1 | -1/+1 |
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -1/+3 |
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 1 | -0/+2 |
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+1 |
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -4/+5 |
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -42/+0 |
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -42/+9 |
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -0/+1 |
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -1/+2 |
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -0/+1 |
* | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -1/+1 |
* | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 1 | -0/+8 |
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -2/+10 |
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -101/+109 |
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -6/+12 |
* | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -0/+2 |
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -1/+1 |
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -0/+4 |
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -1/+6 |
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -4/+4 |
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -1/+1 |
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+4 |
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -1/+7 |
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -0/+9 |
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -0/+1 |
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 1 | -9/+9 |
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -1/+7 |
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 1 | -3/+3 |
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -12/+11 |
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+134 |