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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add XEP-0353: Jingle Message Initiation manager
Tibor Csötönyi
2023-05-14
2
-0
/
+710
*
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
2
-2
/
+3
|
\
|
|
*
MamManager: Fix crash when reading .size() from a deleted QVector
Jonah Brüchert
2023-03-18
1
-1
/
+2
|
*
Fix missing exports with MSVC 2019
Jonah Brüchert
2023-03-18
1
-1
/
+1
*
|
Merge branch '1.5'
Linus Jahn
2023-03-17
4
-93
/
+160
|
\
|
|
*
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
1
-5
/
+2
|
*
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
|
*
IqHandling: Fix use-after-move
Linus Jahn
2023-03-13
1
-6
/
+4
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
1
-1
/
+1
|
\
|
|
*
Run clang-format
Linus Jahn
2023-03-11
1
-1
/
+1
*
|
Merge branch '1.5'
Linus Jahn
2023-03-11
9
-24
/
+37
|
\
|
|
*
Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItem
Linus Jahn
2023-03-09
2
-12
/
+12
|
*
SceEnvelope: Don't use reference to avoid misusage
Linus Jahn
2023-03-09
1
-3
/
+3
|
*
CarbonManagerV2: Fix enabling carbons
Melvin Keskin
2023-03-09
1
-3
/
+5
|
*
Fix compilation on MSVC 2019
Jonah Brüchert
2023-03-09
4
-6
/
+8
|
*
MamManager: Fix task is not finished when no message is encrypted
Linus Jahn
2023-02-27
1
-0
/
+9
*
|
Implement XEP-0215: External Service Discovery (#542)
taiBsu
2023-03-09
2
-0
/
+92
*
|
Merge branch '1.5'
Linus Jahn
2023-02-23
1
-1
/
+1
|
\
|
|
*
FileSharingManager: Fix UB because of use after move
Linus Jahn
2023-02-23
1
-1
/
+1
*
|
FileSharingManager: Format code in a clang-format compatible way
Linus Jahn
2023-02-18
1
-6
/
+2
*
|
Run clang-format
Linus Jahn
2023-02-17
1
-3
/
+4
*
|
Merge branch '1.5'
Linus Jahn
2023-02-01
1
-1
/
+1
|
\
|
|
*
Fix build with clang: usage of auto in template argument
Linus Jahn
2023-02-01
1
-1
/
+1
*
|
Remove Qt < 5.15 compat code
Linus Jahn
2023-01-31
4
-25
/
+2
|
/
*
E2eeExtension: Return encrypted stanzas as Message/Iq instead of XML
Linus Jahn
2023-01-31
2
-68
/
+75
*
Client: Rename send/sendUnencrypted to sendSensitive/send
Linus Jahn
2023-01-28
4
-9
/
+9
*
IqHandling: Don't accept IQ results/errors
Linus Jahn
2023-01-28
2
-5
/
+16
*
Fix discovery manager incoming request handling
Linus Jahn
2023-01-22
1
-2
/
+3
*
Code formatting
Linus Jahn
2023-01-22
2
-2
/
+2
*
Use QXmppError in all IQ results instead of StanzaError
Linus Jahn
2023-01-22
13
-51
/
+50
*
Rename TuneItem to UserTuneItem
Linus Jahn
2023-01-03
1
-1
/
+1
*
Introduce QXmppTask & QXmppPromise
Linus Jahn
2023-01-03
36
-461
/
+444
*
Fix documentation warnings (renamed functions)
Linus Jahn
2022-12-31
2
-21
/
+29
*
Replace QXmpp::SendError with QXmppError everywhere
Linus Jahn
2022-12-30
5
-19
/
+20
*
Call/CallManager: Fix usage of qt keywords
Linus Jahn
2022-12-29
2
-4
/
+5
*
Stream: Add IQ response sender check
Linus Jahn
2022-12-28
3
-4
/
+18
*
Configuration: Minor documentation improvements
Linus Jahn
2022-12-28
1
-13
/
+13
*
PubSubEvent: Split up Items type into Items and virtual Retract type
Linus Jahn
2022-12-28
1
-0
/
+3
*
PubSubManager: Add 'own' to PEP function names
Linus Jahn
2022-12-28
3
-25
/
+25
*
PubSubManager: Rename fetchNodes to requestNodes (like the functions)
Linus Jahn
2022-12-28
2
-2
/
+2
*
ClientExtension: Save d-ptr allocation
Linus Jahn
2022-12-28
2
-17
/
+10
[next]