Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -661/+0 |
| | |||||
* | Fix crash on Windows with out_of_range exception & update docs | Konstantinos Sideris | 2018-06-30 | 1 | -3/+3 |
| | |||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -0/+47 |
| | |||||
* | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 1 | -1/+6 |
| | |||||
* | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 1 | -9/+19 |
| | |||||
* | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 1 | -2/+6 |
| | |||||
* | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 1 | -1/+1 |
| | | | | Add more logging during message sending | ||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -0/+2 |
| | |||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -1/+130 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -1/+2 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -0/+6 |
| | |||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 1 | -8/+20 |
| | | | | - Join rules - Guest access | ||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 1 | -0/+8 |
| | |||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 1 | -0/+2 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -0/+7 |
| | |||||
* | Remove extra semicolon | Konstantinos Sideris | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -0/+13 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -0/+8 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -2/+1 |
| | |||||
* | Improve room searching | Konstantinos Sideris | 2018-04-27 | 1 | -3/+18 |
| | | | | fixes #257 | ||||
* | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 1 | -0/+3 |
| | | | | The avatars are loaded from cache | ||||
* | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 1 | -0/+1 |
| | |||||
* | Properly clean stale invites | Konstantinos Sideris | 2018-04-22 | 1 | -1/+6 |
| | |||||
* | Strip whitespace from room names for QuickSwitcher | Konstantinos Sideris | 2018-04-22 | 1 | -4/+1 |
| | |||||
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 1 | -1/+0 |
| | |||||
* | Save read receipts | Konstantinos Sideris | 2018-04-21 | 1 | -1/+3 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -21/+296 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -3/+2 |
| | |||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 1 | -4/+10 |
| | |||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 1 | -21/+1 |
| | | | | Convert list of receipts to map<userId, timestamp> | ||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 1 | -2/+5 |
| | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -0/+55 |
| | |||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -0/+4 |
| | | | | fixes #107 | ||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 1 | -0/+7 |
| | | | | fixes #128 | ||||
* | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 1 | -0/+3 |
| | | | | fixes #154 | ||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -17/+2 |
| | |||||
* | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 1 | -7/+3 |
| | | | | | | Make Cache constructor exception free fixes #74 | ||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 1 | -0/+2 |
| | | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client. | ||||
* | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 1 | -0/+10 |
| | |||||
* | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 1 | -15/+17 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -2/+4 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -0/+57 |
- Adds detection for duplicate events |