summary refs log tree commit diff
path: root/src/encryption/Olm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade trust of megolm sessions when receiving RoomKeyNicolas Werner2023-11-191-1/+3
| | | | | | | 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.
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+3
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Reduce code bloat a bitNicolas Werner2023-02-191-2/+0
| | | | | | Especially the emoji array shrinks a lot with this, but adds a few extra relocations on startup. But it removes a lot of exception handling code at runtime, which is nice and possibly this is still faster.
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-2/+2
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Request full online keybackup when turning it onNicolas Werner2022-06-191-0/+2
|
* Allow properly editing pending encrypted messagesNicolas Werner2022-02-271-0/+5
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+125