Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -6/+5 |
| | |||||
* | Upgrade trust of megolm sessions when receiving RoomKey | Nicolas Werner | 2023-11-19 | 1 | -8/+9 |
| | | | | | | | Before we only did that, when we basically didn't have the key yet. But since we usually get sent a RoomKey when a new message is sent after we sign in, we were discarding, that those messages should usually now be trusted. | ||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+3 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Enable -Wconversion | Nicolas Werner | 2022-10-26 | 1 | -2/+2 |
| | |||||
* | Switch to clang-format14 | Nicolas Werner | 2022-09-25 | 1 | -1/+2 |
| | |||||
* | Use right linter | Nicolas Werner | 2022-05-10 | 1 | -2/+1 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+2 |
| | |||||
* | Remove sender key from megolm session index | Nicolas Werner | 2022-04-08 | 1 | -3/+3 |
| | | | | | | implements MSC3700 see https://github.com/matrix-org/matrix-spec-proposals/pull/3700 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 1 | -0/+8 |
| | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -77/+77 |
| | |||||
* | Allow downloading keys from key backup | Nicolas Werner | 2021-08-17 | 1 | -0/+25 |
| | |||||
* | Request keys when opening a room for the first time | Nicolas Werner | 2021-08-14 | 1 | -0/+2 |
| | |||||
* | Show if there are unverified devices in a room | Nicolas Werner | 2021-08-13 | 1 | -3/+5 |
| | | | | | Also fixes some issues where nested transactions will poison the verification cache. | ||||
* | Protect against replay attacks | Nicolas Werner | 2021-08-07 | 1 | -0/+3 |
| | |||||
* | Store megolm session data in separate database | Nicolas Werner | 2021-07-17 | 1 | -11/+16 |
| | |||||
* | Add TOFU (Trust On First Use) mode to encryption | Nicolas Werner | 2021-05-07 | 1 | -1/+6 |
| | |||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 1 | -1/+19 |
| | |||||
* | Rotate session keys properly | Nicolas Werner | 2021-03-15 | 1 | -0/+1 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Properly share and rotate sessions on member and device changes | Nicolas Werner | 2020-11-30 | 1 | -0/+16 |
| | |||||
* | Remove outbound session storage | Nicolas Werner | 2020-11-30 | 1 | -11/+1 |
| | |||||
* | Load sessions lazily from db | Nicolas Werner | 2020-11-30 | 1 | -2/+0 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -4/+2 |
| | |||||
* | Store timestamp with olm sessions | Nicolas Werner | 2020-10-20 | 1 | -0/+10 |
| | |||||
* | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -4/+17 |
| | |||||
* | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 1 | -32/+18 |
| | |||||
* | Cache Fix | CH Chethan Reddy | 2020-08-24 | 1 | -1/+4 |
| | |||||
* | Updating keys of outdated encrypted users | CH Chethan Reddy | 2020-07-30 | 1 | -4/+25 |
| | |||||
* | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -4/+1 |
| | |||||
* | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 1 | -0/+30 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -0/+67 |