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
...
*
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
6
-13
/
+187
*
doap: Add missing end tag
Daniel Brötzmann
2022-09-26
1
-0
/
+1
*
FileMetadata: Allow multiple thumbnails
Linus Jahn
2022-09-26
2
-15
/
+17
*
Implement XEP-0167: Jingle RTP Sessions multiplexing
Melvin Keskin
2022-09-25
4
-2
/
+43
*
tests: JingleIq: Test setters for content attributes
Melvin Keskin
2022-09-25
1
-54
/
+69
*
Implement XEP-0272: Multiparty Jingle (Muji) stanza extensions (#457)
Melvin Keskin
2022-09-25
9
-0
/
+196
*
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
6
-3
/
+482
*
Add shared QcaInitializer
Linus Jahn
2022-09-24
2
-0
/
+61
*
EncryptedFileSource: Move Cipher enum into QXmppGlobal
Linus Jahn
2022-09-24
4
-20
/
+26
*
EncryptedFileSource: Make public (#469)
Jonah Brüchert
2022-09-24
3
-28
/
+62
*
Add multithreaded hashing functions
Linus Jahn
2022-09-16
5
-1
/
+659
*
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
8
-0
/
+290
*
tests: HttpUploadManager: Fix build with Qt 5.9
Linus Jahn
2022-09-14
1
-5
/
+5
*
tests: utils: Add missing <memory> include
Linus Jahn
2022-09-14
1
-0
/
+1
*
BitsOfBinaryData: Add fromByteArray() utility function
Linus Jahn
2022-09-14
3
-0
/
+55
*
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
9
-1
/
+291
*
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
*
doc: doap: Fix XEP-0333: Chat Markers version (#459)
Melvin Keskin
2022-09-13
1
-1
/
+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
*
doc: doap: Update XEP-0308 version
Melvin Keskin
2022-09-13
1
-1
/
+1
*
tests: util: wait: Check whether spy.wait() succeeded
Linus Jahn
2022-09-12
1
-1
/
+1
*
FutureUtils: Use QtFuture::makeReadyFuture on Qt >= 6.1
Linus Jahn
2022-09-12
1
-0
/
+4
*
doap: Remove WebAssembly and UWP
Linus Jahn
2022-09-12
1
-2
/
+0
*
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
*
tests: HttpUploadManager: Add test for uploadFile()
Linus Jahn
2022-09-09
1
-3
/
+85
*
tests: util: Add wait(QFuture) function
Linus Jahn
2022-09-09
1
-0
/
+12
*
tests: util: Add expectVariant() helper
Linus Jahn
2022-09-09
1
-8
/
+17
*
tests: HttpUploadManager: Add test for future based API
Linus Jahn
2022-09-09
1
-0
/
+66
*
tests: HttpUploadManager: Modernize and refactor
Linus Jahn
2022-09-09
1
-61
/
+54
*
tests: TestClient: Add takePacket() and takeLastPacket()
Linus Jahn
2022-09-09
1
-0
/
+10
*
tests: HttpUploadManager: Clean up and replace TestHelper class
Linus Jahn
2022-09-09
2
-81
/
+48
*
Rename UploadRequestManager test to HttpUploadManager test
Linus Jahn
2022-09-09
7
-22
/
+22
*
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
[prev]
[next]