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
...
|
*
Readd old PubSubIq and PubSubItem for compatibility
Linus Jahn
2023-03-09
5
-0
/
+398
|
*
Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItem
Linus Jahn
2023-03-09
17
-79
/
+76
|
*
SaslDigestMd5: Fix UB when at the end of input byte array [Qt6 only]
Linus Jahn
2023-03-09
1
-2
/
+6
|
*
omemo: Fix build on MSVC 2019 (#550)
Jonah BrĂ¼chert
2023-03-09
4
-4
/
+14
|
*
omemo: Fix usage of unexported symbols from Constants_p.h
Linus Jahn
2023-03-09
3
-2
/
+14
|
*
SceEnvelope: Don't use reference to avoid misusage
Linus Jahn
2023-03-09
1
-3
/
+3
|
*
Organize OMEMO includes
Melvin Keskin
2023-03-09
4
-7
/
+2
|
*
OmemoManagerPrivate: Adapt return value handling to adjusted method
Melvin Keskin
2023-03-09
1
-13
/
+2
|
*
Update OMEMO to new libomemo-c 0.5 APIs
Melvin Keskin
2023-03-09
3
-61
/
+17
|
*
CarbonManagerV2: Fix enabling carbons
Melvin Keskin
2023-03-09
1
-3
/
+5
|
*
Fix compilation on MSVC 2019
Jonah BrĂ¼chert
2023-03-09
5
-8
/
+10
|
*
Fix library files install directory on windows
Linus Jahn
2023-03-08
2
-2
/
+6
|
*
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
8
-0
/
+673
*
|
Merge branch '1.5'
Linus Jahn
2023-02-23
3
-7
/
+14
|
\
|
|
*
FileSharingManager: Fix UB because of use after move
Linus Jahn
2023-02-23
1
-1
/
+1
|
*
According to RFC 5389, nonce (STUN attribute) should be padded
Vladimir Pankratov
2023-02-21
1
-0
/
+4
|
*
OmemoManager: Fix deref of nullptr (wrong usage of get_if)
Linus Jahn
2023-02-21
1
-6
/
+9
*
|
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
12
-114
/
+4
|
/
*
E2eeExtension: Return encrypted stanzas as Message/Iq instead of XML
Linus Jahn
2023-01-31
4
-86
/
+85
*
Client: Rename send/sendUnencrypted to sendSensitive/send
Linus Jahn
2023-01-28
5
-10
/
+10
*
IqHandling: Don't accept IQ results/errors
Linus Jahn
2023-01-28
3
-5
/
+17
*
Task/Promise: Don't allow abstract types
Linus Jahn
2023-01-28
2
-10
/
+4
*
Stream: Fix use of moved value
Linus Jahn
2023-01-28
1
-2
/
+2
*
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
19
-99
/
+108
*
Task: Add static assert for then function
Linus Jahn
2023-01-22
1
-4
/
+5
*
Rename TuneItem to UserTuneItem
Linus Jahn
2023-01-03
4
-7
/
+7
*
Introduce QXmppTask & QXmppPromise
Linus Jahn
2023-01-03
53
-896
/
+1325
*
Stanza: Fix unhandled case in switch warnings
Linus Jahn
2023-01-01
1
-0
/
+4
*
Fix documentation warnings (renamed functions)
Linus Jahn
2022-12-31
2
-21
/
+29
*
OmemoManager: Replace multi-result futures with single result futures
Linus Jahn
2022-12-31
4
-44
/
+60
*
Replace QXmpp::SendError with QXmppError everywhere
Linus Jahn
2022-12-30
12
-64
/
+68
*
StanzaError: Remove optional getter/settters for type/condition
Linus Jahn
2022-12-29
3
-87
/
+15
*
Stanza: Make error optional
Linus Jahn
2022-12-29
2
-4
/
+51
*
Clean up CMake
Linus Jahn
2022-12-29
1
-53
/
+49
*
cmake: Remove unused QXMPP_BUILD define
Linus Jahn
2022-12-29
1
-2
/
+0
*
cmake: Use generate_export_header() instead of doing manually
Linus Jahn
2022-12-29
4
-56
/
+45
*
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
5
-17
/
+49
*
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
4
-24
/
+44
*
StanzaError: Add NoType and NoCondition for -1 values
Linus Jahn
2022-12-28
2
-7
/
+8
*
PubSubManager: Add 'own' to PEP function names
Linus Jahn
2022-12-28
4
-38
/
+38
*
PubSubManager: Rename fetchNodes to requestNodes (like the functions)
Linus Jahn
2022-12-28
2
-2
/
+2
[prev]
[next]