index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
HttpUploadManager: Only allow https urls (#478)
Jonah Brüchert
2022-09-29
1
-0
/
+8
*
FileEncryption: EncryptionDevice: Implement atEnd()
Linus Jahn
2022-09-29
2
-0
/
+6
*
BitsOfBinaryDataList: Add QVector constructor
Linus Jahn
2022-09-29
1
-0
/
+3
*
Rename Encryption to EncryptionMethod to avoid conflicts with namespace
Linus Jahn
2022-09-29
7
-18
/
+18
*
FileShare: Add encrypted sources
Linus Jahn
2022-09-29
2
-6
/
+34
*
FileMetadata: Add fromFileInfo() creator
Jonah Brüchert
2022-09-29
2
-1
/
+19
*
QXmppError: Add fromNetworkReply() creator
Jonah Brüchert
2022-09-29
2
-0
/
+12
*
Allow adding multiple oob urls and a description
Jonah Brüchert
2022-09-28
5
-9
/
+171
*
FileMetadata: Allow multiple thumbnails
Linus Jahn
2022-09-26
2
-15
/
+17
*
Implement XEP-0167: Jingle RTP Sessions multiplexing
Melvin Keskin
2022-09-25
2
-0
/
+36
*
Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)
Melvin Keskin
2022-09-25
6
-0
/
+143
*
FileShare: Fix documentation not generated
Linus Jahn
2022-09-24
2
-12
/
+14
*
OmemoManager: Use shared QcaInitializer instead of own
Linus Jahn
2022-09-24
1
-1
/
+3
*
Add file encryption functions and Encryption/DecryptionDevice
Linus Jahn
2022-09-24
3
-0
/
+359
*
Add shared QcaInitializer
Linus Jahn
2022-09-24
2
-0
/
+61
*
EncryptedFileSource: Move Cipher enum into QXmppGlobal
Linus Jahn
2022-09-24
3
-19
/
+25
*
EncryptedFileSource: Make public (#469)
Jonah Brüchert
2022-09-24
2
-27
/
+61
*
Add multithreaded hashing functions
Linus Jahn
2022-09-16
3
-0
/
+579
*
QXmppError: Add fromIoDevice()
Linus Jahn
2022-09-16
2
-0
/
+18
*
Implement XEP-0448: Encryption for stateless file sharing parsing (#463)
Linus Jahn
2022-09-16
6
-0
/
+222
*
BitsOfBinaryData: Add fromByteArray() utility function
Linus Jahn
2022-09-14
2
-0
/
+25
*
Make move ctor and move assign noexcept in rule of six macro
Linus Jahn
2022-09-14
1
-4
/
+4
*
Add extra class for HttpFileSource instead of using QUrl
Linus Jahn
2022-09-14
5
-11
/
+112
*
FileMetadata: Optimize includes and format code
Linus Jahn
2022-09-13
2
-6
/
+5
*
Implement XEP-0447: Stateless file sharing: File sharing element (#448)
Linus Jahn
2022-09-13
7
-1
/
+256
*
Export TlsManager to make it available in tests
Linus Jahn
2022-09-13
1
-1
/
+1
*
Global: Add comments for rule of six macros
Melvin Keskin
2022-09-13
1
-0
/
+4
*
Fix rule of six macro
Melvin Keskin
2022-09-13
2
-2
/
+2
*
Add global Cancelled unit struct
Linus Jahn
2022-09-13
3
-6
/
+12
*
Fix makeReadyFuture() void overload
Linus Jahn
2022-09-13
1
-1
/
+1
*
FutureUtils: Use QtFuture::makeReadyFuture on Qt >= 6.1
Linus Jahn
2022-09-12
1
-0
/
+4
*
Add note about BUILD_SHARED_LIBS=ON for libomemo-c in omemo readme
Linus Jahn
2022-09-11
1
-1
/
+1
*
HttpUploadManager: Avoid UB if UploadRequestManager does not exist
Linus Jahn
2022-09-10
1
-0
/
+7
*
CallStream: Avoid unnecessary copies by using std::move()
Linus Jahn
2022-09-10
1
-6
/
+6
*
CallStream: Add missing documentation
Linus Jahn
2022-09-10
1
-0
/
+24
*
ByteStreamIq: Add missing documentation
Linus Jahn
2022-09-10
1
-1
/
+28
*
Add HttpUploadManager for requesting slots and uploading files
Linus Jahn
2022-09-09
3
-0
/
+469
*
Add QXmppError holding a description and std::any
Linus Jahn
2022-09-09
3
-0
/
+128
*
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
5
-0
/
+348
*
Implement XEP-0264: Jingle Content Thumbnails
Linus Jahn
2022-09-06
5
-0
/
+201
*
Reformat code
Linus Jahn
2022-09-06
64
-759
/
+1384
*
Implement XEP-0300: Use of Cryptographic Hash Functions in XMPP
Linus Jahn
2022-09-06
5
-0
/
+303
*
Fix missing license information for READMEs
Linus Jahn
2022-09-04
1
-0
/
+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
[prev]
[next]