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
*
JingleData: Fix doxygen warnings
Linus Jahn
2023-05-14
2
-8
/
+3
*
Jingle: Remove namespaceUri attribute
Linus Jahn
2023-05-14
2
-32
/
+1
*
Code review fixes
Tibor Csötönyi
2023-05-14
4
-13
/
+87
*
Rename QXmppJingleIq.cpp/h to QXmppJingleData.cpp/h and test
Tibor Csötönyi
2023-05-14
3
-3
/
+3
*
Add XEP-0353: Jingle Message Initiation manager
Tibor Csötönyi
2023-05-14
3
-0
/
+712
*
Add XEP-0353: Jingle Message Initiation data classes
Tibor Csötönyi
2023-05-14
6
-1
/
+370
*
Extract JingleIq::Reason to own class and add serialization for JMI
Tibor Csötönyi
2023-05-14
2
-92
/
+142
*
Extract JingleIq::Description to own class
Tibor Csötönyi
2023-05-14
2
-67
/
+191
*
Replace some while loops over QDomElements
Linus Jahn
2023-05-13
6
-30
/
+32
*
Merge branch '1.5'
Linus Jahn
2023-04-30
1
-1
/
+1
|
\
|
*
Fix android build by explicitly specifying template parameter
Linus Jahn
2023-04-29
1
-1
/
+1
*
|
Merge branch '1.5'
Linus Jahn
2023-04-07
11
-131
/
+154
|
\
|
|
*
cmake: Omemo module: Respect BUILD_SHARED option
Linus Jahn
2023-04-07
1
-1
/
+5
|
*
OmemoManager: Emit 'deviceChanged()' for all changed devices
Melvin Keskin
2023-04-07
1
-3
/
+9
|
*
OmemoManager: Fix emitting 'deviceChanged()'
Melvin Keskin
2023-04-07
1
-3
/
+4
|
*
OmemoManager: Emit trustLevelsChanged() only when OMEMO keys have changed
Melvin Keskin
2023-04-07
1
-1
/
+3
|
*
Support installing QXmpp with Qt 5 and Qt 6 in parallel
Linus Jahn
2023-04-07
3
-33
/
+34
|
*
OmemoManagerPrivate: Use 'omemoEnvelope' consistently
Melvin Keskin
2023-03-29
1
-2
/
+2
|
*
OmemoManagerPrivate: Use optional OMEMO envelope directly
Melvin Keskin
2023-03-29
1
-4
/
+3
|
*
OmemoManagerPrivate: Finish decryptMessage() if no SCE envelope can be found
Melvin Keskin
2023-03-29
1
-4
/
+6
|
*
OmemoManagerPrivate: Fix check for singleton device list node
Melvin Keskin
2023-03-29
1
-1
/
+1
|
*
Split identity key deserialization into separate methods
Melvin Keskin
2023-03-29
2
-38
/
+54
|
*
OmemoManagerPrivate: Reuse public identity key deserialization method
Melvin Keskin
2023-03-29
1
-13
/
+1
|
*
OmemoManager: Fix and extend method documentation
Melvin Keskin
2023-03-29
1
-17
/
+20
|
*
MamManager: Fix crash when reading .size() from a deleted QVector
Jonah Brüchert
2023-03-18
1
-1
/
+2
|
*
QXmppOmemo: Fix ODR violation
Jonah Brüchert
2023-03-18
2
-9
/
+9
|
*
Fix missing exports with MSVC 2019
Jonah Brüchert
2023-03-18
3
-4
/
+4
*
|
Merge branch '1.5'
Linus Jahn
2023-03-17
10
-126
/
+247
|
\
|
|
*
Stream: IQ handling: Accept responses without 'from' attribute (#556)
Melvin Keskin
2023-03-17
1
-3
/
+11
|
*
CarbonManagerV2: Don't set 'to' address of carbon enable IQ
Linus Jahn
2023-03-14
1
-3
/
+2
|
*
Client: Fix empty to in IQs is interpreted as server domain
Linus Jahn
2023-03-14
1
-1
/
+2
|
*
Client: Don't fill empty 'to' attributes of outgoing IQs
Linus Jahn
2023-03-14
3
-8
/
+5
|
*
MamManager: Only parse ScePublic when decrypting messages
Linus Jahn
2023-03-14
1
-21
/
+49
|
*
MamManager: Avoid shared_ptr for counting running jobs
Linus Jahn
2023-03-14
1
-14
/
+34
|
*
MamManager: Flatten retrieveMessages code
Linus Jahn
2023-03-14
1
-50
/
+58
|
*
MamManager: Move parsing from handleStanza() into new function
Linus Jahn
2023-03-14
1
-22
/
+33
|
*
MamManager: Avoid possible use-after-move
Linus Jahn
2023-03-14
1
-2
/
+4
|
*
MamManager: Create task before sending
Linus Jahn
2023-03-14
1
-1
/
+4
|
*
EME: Always send encryption name as fallback
Melvin Keskin
2023-03-13
1
-1
/
+1
|
*
IqHandling: Fix use-after-move
Linus Jahn
2023-03-13
1
-6
/
+4
|
*
Fix OMEMO device list processing as specified
Melvin Keskin
2023-03-13
3
-20
/
+66
|
*
OmemoManagerPrivate: Fix documentation and warning
Melvin Keskin
2023-03-13
2
-3
/
+3
|
*
OmemoManagerPrivate: Remove 'this->' when not needed
Melvin Keskin
2023-03-13
1
-3
/
+3
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
3
-4
/
+6
|
\
|
|
*
Run clang-format
Linus Jahn
2023-03-11
3
-4
/
+6
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
36
-226
/
+602
|
\
|
|
*
OmemoManagerPrivate: Fix sizes of HKDF output and HMAC
Melvin Keskin
2023-03-11
1
-2
/
+2
|
*
OmemoManagerPrivate: Fix SCE affix element processing as specified
Melvin Keskin
2023-03-11
1
-36
/
+26
|
*
OmemoManager: Fix buildMissingSessions never finishes (#552)
Blue
2023-03-10
1
-0
/
+3
|
*
PubSubIq_p: Rename Private class to avoid conflicts
Linus Jahn
2023-03-09
2
-4
/
+9
[next]