index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encryption
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around clazy claiming we connect a lambda
Nicolas Werner
2023-12-13
1
-1
/
+2
*
Upgrade trust of megolm sessions when receiving RoomKey
Nicolas Werner
2023-11-19
2
-15
/
+35
*
Downgrade self verification status logging to debug
Nicolas Werner
2023-11-01
1
-1
/
+1
*
Cleanup headers a bit more
Nicolas Werner
2023-10-31
4
-38
/
+42
*
Speed up compilation a bit
Nicolas Werner
2023-10-31
5
-10
/
+11
*
Migrate olm sessions to be stored in one database instead of thousands
Nicolas Werner
2023-10-23
1
-1
/
+1
*
Remove some unnecessary forward declarations and headers
Loren Burkholder
2023-08-11
1
-1
/
+0
*
Remove final which breaks type registration
Nicolas Werner
2023-07-16
1
-1
/
+1
*
Fix verification error codes
Nicolas Werner
2023-07-16
2
-0
/
+5
*
Fix build against fmt10
Nicolas Werner
2023-06-28
1
-1
/
+1
*
Move to automatic type registration
Nicolas Werner
2023-06-19
5
-1
/
+39
*
Remove a few more QPairs
Nicolas Werner
2023-06-08
1
-3
/
+3
*
Fix a few more clazy warnings
Nicolas Werner
2023-06-08
1
-2
/
+2
*
Adapt to the new inherited variant
Nicolas Werner
2023-04-11
1
-4
/
+4
*
Get rid of year in license headers
Nicolas Werner
2023-02-21
8
-24
/
+8
*
Switch to upstream olm error code
Nicolas Werner
2023-02-21
1
-1
/
+1
*
Reduce code bloat a bit
Nicolas Werner
2023-02-19
2
-2
/
+1
*
Automatically fetch keys for undecrypted messages after verification
Nicolas Werner
2023-02-18
1
-11
/
+23
*
Warn when no secret can be requested
Nicolas Werner
2023-01-22
1
-1
/
+3
*
Skip empty requests for cross-signing keys when user only has one device.
Jason Volk
2023-01-22
1
-0
/
+3
*
Add some more error logging
Nicolas Werner
2023-01-09
1
-2
/
+2
*
A whole new year full of excitement and possibilities!
Nicolas Werner
2023-01-02
8
-0
/
+8
*
Store secrets (apart from the pickle key) in the database
Nicolas Werner
2022-11-06
1
-7
/
+14
*
Speedup sending encrypted messages after metasync was reenabled
Nicolas Werner
2022-11-01
1
-69
/
+80
*
Enable -Wconversion
Nicolas Werner
2022-10-26
1
-1
/
+1
*
Mark classes as final where possible
Nicolas Werner
2022-10-10
3
-3
/
+3
*
cppcheck stuff (#1200)
Loren Burkholder
2022-10-03
6
-35
/
+44
*
Work around MSVC bug with structured bindings in lambdas
Nicolas Werner
2022-10-02
2
-4
/
+36
*
Merge branch 'v0.10.2-fixes'
Nicolas Werner
2022-09-28
1
-15
/
+25
|
\
|
*
Prevent the homeserver from inserting malicious secrets
Nicolas Werner
2022-09-28
1
-15
/
+25
*
|
Switch to clang-format14
Nicolas Werner
2022-09-25
2
-2
/
+3
|
/
*
Fix too many fmt parameters
Nicolas Werner
2022-07-30
1
-1
/
+1
*
Make code compile with hidden friends
Nicolas Werner
2022-07-29
1
-1
/
+1
*
Verifications sneakily accumulating in the background
Nicolas Werner
2022-07-22
3
-13
/
+44
*
Request full online keybackup when turning it on
Nicolas Werner
2022-06-19
2
-0
/
+69
*
Remove a few more headers
Nicolas Werner
2022-06-18
3
-11
/
+9
*
Get rid of 'using json = nlohmann::json'
Nicolas Werner
2022-06-17
3
-15
/
+15
*
Fix compilation without implicit nlohmann conversions
Nicolas Werner
2022-06-17
2
-13
/
+16
*
Simplify includes a bit
Nicolas Werner
2022-06-16
1
-0
/
+2
*
Fix comparison for glare algorithm
Nicolas Werner
2022-06-12
2
-5
/
+9
*
Properly handle glare when verifying
Nicolas Werner
2022-06-12
1
-4
/
+17
*
Use right linter
Nicolas Werner
2022-05-10
2
-3
/
+2
*
More image dialog fixes
Nicolas Werner
2022-05-10
2
-2
/
+3
*
Remove sender key from megolm session index
Nicolas Werner
2022-04-08
1
-24
/
+24
*
Allow properly editing pending encrypted messages
Nicolas Werner
2022-02-27
2
-13
/
+30
*
Prevent old verification requests from showing up
Nicolas Werner
2022-02-14
1
-0
/
+27
*
Update year in copyright notice to shut up lint job
Nicolas Werner
2022-01-01
8
-0
/
+8
*
Reserve size of some containers we are filling
Nicolas Werner
2021-12-29
1
-0
/
+1
*
Reduce allocations using QStringLiteral
Nicolas Werner
2021-12-29
2
-11
/
+11
*
Fix more warnings and remove dead code
Nicolas Werner
2021-12-28
3
-5
/
+5
*
Fix a few shadowing warnings
Nicolas Werner
2021-12-11
3
-11
/
+11
*
Make clang-format <13 and clang-format >=13 behave the same
Nicolas Werner
2021-11-22
2
-18
/
+21
*
Fix no replies being rendered for edits sent from Element in encrypted rooms
Nicolas Werner
2021-11-11
1
-5
/
+4
*
Improve fetching of device keys after login
Nicolas Werner
2021-11-08
1
-3
/
+14
*
Fix self verification status never updating
Nicolas Werner
2021-11-07
1
-1
/
+2
*
Don't try to load verification status before db is ready
Nicolas Werner
2021-11-07
1
-1
/
+0
*
Move away from using an event loop to access secrets
Nicolas Werner
2021-11-07
1
-4
/
+9
*
Fix translation nits
Nicolas Werner
2021-11-04
1
-1
/
+1
*
Prompt user when there are unverified devices
Nicolas Werner
2021-11-01
2
-1
/
+21
*
Add self verification after login
Nicolas Werner
2021-10-30
7
-68
/
+182
*
lint using clang11
Nicolas Werner
2021-10-17
1
-2
/
+2
*
lint
Nicolas Werner
2021-10-17
2
-3
/
+2
*
move device verification management to its own file
Nicolas Werner
2021-10-17
2
-0
/
+174
*
Move voip and encryption stuff into their own directories
Nicolas Werner
2021-10-17
6
-0
/
+3126