index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ci: push-docs: Update XEP metadata before generating documentation
Linus Jahn
2022-09-09
1
-0
/
+2
*
Introduce usage of DOAP file (#438)
Melvin Keskin
2022-09-09
10
-74
/
+1346
*
Remove empty handleStanza() implementations
Linus Jahn
2022-09-06
6
-28
/
+1
*
Add macros for defining all the different default constructors
Jonah BrĂ¼chert
2022-09-06
2
-0
/
+16
*
Add parsing of XEP-0446: File metadata element
Jonah BrĂ¼chert
2022-09-06
6
-0
/
+349
*
Implement XEP-0264: Jingle Content Thumbnails
Linus Jahn
2022-09-06
6
-0
/
+202
*
Reformat code
Linus Jahn
2022-09-06
76
-784
/
+1429
*
clang-format: Enforce braces around statements
Linus Jahn
2022-09-06
1
-0
/
+1
*
Implement XEP-0300: Use of Cryptographic Hash Functions in XMPP
Linus Jahn
2022-09-06
6
-0
/
+304
*
ci: Add Qt 6 builds
Linus Jahn
2022-09-04
3
-5
/
+15
*
ci: Always use latest Qt patch versions
Linus Jahn
2022-09-04
1
-3
/
+3
*
ci: Update install-qt-action to v3
Linus Jahn
2022-09-04
2
-2
/
+2
*
Fix missing license information for READMEs
Linus Jahn
2022-09-04
2
-0
/
+12
*
Add REUSE compliance check action
Linus Jahn
2022-09-04
1
-1
/
+6
*
RegistrationManager: Replace QScopedPointer with unique_ptr
Linus Jahn
2022-09-02
2
-4
/
+2
*
Replace raw pointers with unique_ptr
Linus Jahn
2022-09-02
25
-101
/
+46
*
BobContentId: Improve security warning about SHA-1
Linus Jahn
2022-08-31
1
-2
/
+4
*
BobContentId: Move and update documentation about supported algorithmns
Linus Jahn
2022-08-31
1
-6
/
+8
*
BobContentId: Add BLAKE2b 256/512 algorithmns for Qt 6
Linus Jahn
2022-08-31
1
-0
/
+4
*
BobContentId: Don't check for QT_CRYPTOGRAPHICHASH_ONLY_SHA1
Linus Jahn
2022-08-31
1
-2
/
+0
*
Merge branch '1.4'
Linus Jahn
2022-08-31
1
-4
/
+4
|
\
|
*
BobContentId: Fix names of SHA-2 algorithmns
Linus Jahn
2022-08-31
1
-4
/
+4
*
|
README: Add badge for dev chat (#437)
Melvin Keskin
2022-08-24
1
-1
/
+9
*
|
CarbonManagerV2: Mention messageReceived() can also be used
Linus Jahn
2022-08-17
1
-1
/
+2
*
|
CarbonManagerV2: Add ctor/dtor to allow later binary-compatible changes
Linus Jahn
2022-08-17
2
-0
/
+6
*
|
OmemoLibWrappers: Fix compilation
Linus Jahn
2022-08-16
1
-0
/
+19
*
|
Describe OMEMO specific dependencies in READMEs
Linus Jahn
2022-08-16
2
-0
/
+20
*
|
Don't use `using Manager =` to avoid doxygen errors
Linus Jahn
2022-08-15
1
-6
/
+5
*
|
CarbonManager: Add warning about e2ee and CarbonManagerV2
Linus Jahn
2022-08-14
1
-0
/
+2
*
|
pr template: Mention QXMPP_EXPORT
Linus Jahn
2022-08-14
1
-1
/
+1
*
|
Message: Add isCarbonForwarded attribute
Linus Jahn
2022-08-14
5
-0
/
+32
*
|
tests: CarbonManager: Also test manager v2 & refactor
Linus Jahn
2022-08-14
1
-60
/
+86
*
|
Add new message carbons manager
Linus Jahn
2022-08-14
3
-0
/
+193
*
|
Add README for omemo module
Linus Jahn
2022-08-13
1
-0
/
+25
*
|
Split up OMEMO into extra module
Linus Jahn
2022-08-13
25
-312
/
+433
*
|
ci: Enable OMEMO for full+5.15 configs
Linus Jahn
2022-08-13
4
-1
/
+37
*
|
Implement XEP-0384: OMEMO Encryption v0.8
Melvin Keskin
2022-08-13
26
-12
/
+7197
*
|
Utils_p: Add functions to generate random QByteArray
Linus Jahn
2022-08-13
2
-0
/
+89
*
|
FutureUtils: Add mapSuccess() to map success type of variants
Linus Jahn
2022-08-13
1
-0
/
+15
*
|
Client: e2ee: Check IQ response is valid before decrypting
Linus Jahn
2022-08-08
1
-3
/
+15
*
|
FutureUtils: chain: Pass future as const&
Linus Jahn
2022-08-08
1
-1
/
+1
*
|
Stanza: Move E2eeMetadata into own header file
Linus Jahn
2022-07-11
9
-32
/
+54
*
|
Rename Encryption::Omemo to Omemo0 to allow namespace Omemo
Linus Jahn
2022-07-10
2
-4
/
+4
*
|
tests: client: Fix memory leak
Linus Jahn
2022-07-10
1
-2
/
+2
*
|
ByteStreamIq: Fix uninitialized enum value
Linus Jahn
2022-07-10
1
-1
/
+1
*
|
AtmManager: Send trust messages only to endpoints with authenticated keys
Melvin Keskin
2022-06-18
1
-1
/
+5
*
|
Move SecurityPolicy, TrustLevel intro extra headers
Linus Jahn
2022-06-18
14
-278
/
+349
*
|
SendStanzaParams: Add accepted trust levels
Melvin Keskin
2022-06-18
2
-0
/
+34
*
|
Add move constructors and move assignment operators everywhere
Linus Jahn
2022-06-18
66
-237
/
+324
*
|
StreamFeatures: Fix rosterVersioning not initialized
Linus Jahn
2022-06-17
1
-1
/
+2
[prev]
[next]