| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -1786/+0 |
| * | Re-enable groups | Konstantinos Sideris | 2018-07-14 | 1 | -2/+4 |
| * | Don't pre-load messages from caches | Konstantinos Sideris | 2018-07-09 | 1 | -1/+1 |
| * | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -6/+4 |
| * | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -0/+121 |
| * | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 1 | -4/+2 |
| * | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 2018-06-17 | 1 | -1/+2 |
| * | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 1 | -33/+49 |
| * | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -42/+44 |
| * | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 1 | -9/+56 |
| * | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 1 | -8/+7 |
| * | Fix bug where cache was initialized twice in a row | Konstantinos Sideris | 2018-06-12 | 1 | -8/+10 |
| * | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -1/+25 |
| * | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -8/+242 |
| * | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -48/+64 |
| * | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -0/+39 |
| * | Add read support for room access options (#324) | twahm | 2018-05-13 | 1 | -2/+52 |
| * | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 1 | -4/+4 |
| * | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -0/+19 |
| * | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 1 | -1/+35 |
| * | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -6/+39 |
| * | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -0/+42 |
| * | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -8/+14 |
| * | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -0/+1 |
| * | Improve room searching | Konstantinos Sideris | 2018-04-27 | 1 | -3/+61 |
| * | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 1 | -0/+37 |
| * | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 1 | -0/+19 |
| * | Properly clean stale invites | Konstantinos Sideris | 2018-04-22 | 1 | -2/+15 |
| * | Strip whitespace from room names for QuickSwitcher | Konstantinos Sideris | 2018-04-22 | 1 | -32/+13 |
| * | Implement media cache | Konstantinos Sideris | 2018-04-21 | 1 | -1/+4 |
| * | Bump cache format version | Konstantinos Sideris | 2018-04-21 | 1 | -1/+1 |
| * | Remove dead code | Konstantinos Sideris | 2018-04-21 | 1 | -1/+0 |
| * | Save read receipts | Konstantinos Sideris | 2018-04-21 | 1 | -8/+4 |
| * | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -216/+677 |
| * | Simplify variant usage | Konstantinos Sideris | 2018-03-26 | 1 | -20/+5 |
| * | Add some missing references | Konstantinos Sideris | 2018-02-28 | 1 | -3/+3 |
| * | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -5/+5 |
| * | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 1 | -4/+5 |
| * | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 1 | -10/+12 |
| * | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 1 | -4/+7 |
| * | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -5/+98 |
| * | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -1/+51 |
| * | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 1 | -3/+92 |
| * | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 1 | -1/+41 |
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -38/+27 |
| * | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -5/+5 |
| * | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| * | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -0/+9 |
| * | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 1 | -5/+12 |
| * | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -2/+1 |
| * | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 1 | -5/+16 |
| * | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 1 | -0/+10 |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -1/+2 |
| * | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 1 | -1/+4 |
| * | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 1 | -128/+141 |
| * | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -27/+28 |
| * | Parse utf-8 data properly | Konstantinos Sideris | 2017-08-01 | 1 | -1/+1 |
| * | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -0/+229 |
