Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix integer overflow of cachesize on windows | DeepBlueV7.X | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | Remove even more headers | Nicolas Werner | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 1 | -6/+5 |
| | |||||
* | Try to lower map size | DeepBlueV7.X | 2020-01-17 | 1 | -1/+1 |
| | | | | Maybe this fixes the 1mb map size in my windows test environment? | ||||
* | Fix transitive dependencies on iostream | Nicolas Werner | 2019-12-23 | 1 | -2/+2 |
| | |||||
* | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 1 | -2/+0 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -33/+528 |
| | |||||
* | Increase max cache size and remove const from lmdb constants | Nicolas Werner | 2019-12-14 | 1 | -5/+4 |
| | | | | fixes compilation issues with last released lmdb++ | ||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -3/+98 |
| | |||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -16/+14 |
| | |||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -4/+1 |
| | |||||
* | Fix SIGNAL SLOT issue on mtx types | Joseph Donofry | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | Fix build issues w/ clang | Joseph Donofry | 2019-08-19 | 1 | -2/+0 |
| | |||||
* | Fix issues with caching and loading of mentions. | Joseph Donofry | 2019-08-12 | 1 | -13/+18 |
| | | | | | | | Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature. | ||||
* | Fix linting issues w/ the last commit | Joseph Donofry | 2019-08-09 | 1 | -2/+2 |
| | |||||
* | Cache User Mentions | Joseph Donofry | 2019-08-09 | 1 | -8/+58 |
| | | | | | | | | | Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. | ||||
* | Fix linting issues | Joseph Donofry | 2019-08-06 | 1 | -5/+1 |
| | |||||
* | Cache user mentions | Joseph Donofry | 2019-08-05 | 1 | -0/+55 |
| | |||||
* | Fix some linting issues | Joseph Donofry | 2019-07-04 | 1 | -6/+7 |
| | |||||
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 1 | -0/+64 |
| | |||||
* | Attempt to fix issue #19 by increasing the lmdb max_dbs setting. | Andrew Johnson | 2019-02-16 | 1 | -2/+2 |
| | |||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -0/+29 |
| | | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed. | ||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -0/+52 |
| | |||||
* | Require login when the cache format changes (regression on #444) | Konstantinos Sideris | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | Bump cache version due to incompatible changes | Konstantinos Sideris | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Ignore sessions that cannot be parsed | Konstantinos Sideris | 2018-09-16 | 1 | -1/+8 |
| | |||||
* | Implement import/export of megolm session keys (#358) | Konstantinos Sideris | 2018-09-15 | 1 | -7/+49 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -4/+51 |
| | | | | fixes #313 | ||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -5/+5 |
| | |||||
* | Increase LMDB's map size (#413) | Konstantinos Sideris | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Add method to delete old messages periodically | Konstantinos Sideris | 2018-08-25 | 1 | -2/+66 |
| | | | | fixes #413 | ||||
* | Reject key requests for users that are not members of the room | Konstantinos Sideris | 2018-07-22 | 1 | -0/+13 |
| | |||||
* | Fix variable shadowing on clang | Konstantinos Sideris | 2018-07-18 | 1 | -3/+3 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+111 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+1785 |