| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 1 | -1/+1 |
| * | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 1 | -0/+43 |
| * | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -0/+30 |
| * | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 |
| * | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 1 | -1/+0 |
| * | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 1 | -1/+1 |
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -41/+15 |
| * | Use std::exception for the login response | Konstantinos Sideris | 2017-12-03 | 1 | -1/+1 |
| * | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 1 | -30/+18 |
| * | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -36/+79 |
| * | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -0/+60 |
| * | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+26 |
| * | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+28 |
| * | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -5/+8 |
| * | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -12/+12 |
| * | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 1 | -0/+50 |
| * | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -1/+0 |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+3 |
| * | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -545/+409 |
| * | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 1 | -3/+3 |
| * | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -1/+1 |
| * | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -4/+14 |
| * | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -1/+1 |
| * | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -0/+7 |
| * | Use string timeout parameter | Konstantinos Sideris | 2017-10-05 | 1 | -1/+3 |
| * | Remove full_state from initial sync | Konstantinos Sideris | 2017-10-04 | 1 | -17/+7 |
| * | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 1 | -2/+3 |
| * | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 1 | -1/+77 |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -6/+6 |
| * | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -19/+90 |
| * | Allow port number as part of the hostname | Konstantinos Sideris | 2017-09-04 | 1 | -1/+7 |
| * | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -425/+449 |
| * | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -42/+65 |
| * | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -2/+25 |
| * | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -2/+3 |
| * | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -0/+52 |
| * | Set up translations | Konstantinos Sideris | 2017-05-29 | 1 | -4/+4 |
| * | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 2017-05-27 | 1 | -6/+20 |
| * | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -0/+47 |
| * | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -5/+3 |
| * | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -4/+3 |
| * | Add sync timeout | Konstantinos Sideris | 2017-05-08 | 1 | -0/+1 |
| * | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -12/+12 |
| * | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -1/+3 |
| * | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+36 |
| * | Exclude m.room.member events from initial sync | Konstantinos Sideris | 2017-04-27 | 1 | -0/+6 |
| * | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -2/+4 |
| * | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -1/+90 |
| * | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -1/+1 |
| * | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 1 | -9/+9 |
| * | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+43 |
| * | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 1 | -11/+57 |
| * | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -5/+1 |
| * | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+365 |
