Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | ||||
* | 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 |
| | | | | | | 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/+10 |
| | | | | | | | | | | 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 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 | -135/+148 |
| | |||||
* | 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 |
- Adds detection for duplicate events |