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
*
MamManager: Fix task is not finished when no message is encrypted
Linus Jahn
2023-02-27
1
-0
/
+9
*
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
*
Fix build with clang: usage of auto in template argument
Linus Jahn
2023-02-01
1
-1
/
+1
*
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
*
ClientExtension: Save d-ptr allocation
Linus Jahn
2022-12-28
2
-17
/
+10
*
omemo: Fix usage of Qt keywords
Linus Jahn
2022-12-28
2
-13
/
+13
*
PubSubManager: Make requestFeatures() API private
Linus Jahn
2022-12-28
2
-2
/
+11
*
PubSubManager: Remove "void *d;"
Linus Jahn
2022-12-28
1
-3
/
+0
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
32
-183
/
+181
*
Move PubSubIq into QXmpp::Private namespace
Linus Jahn
2022-12-26
4
-105
/
+113
*
Make PubSubIq header private
Linus Jahn
2022-12-26
4
-4
/
+3
*
OmemoManagerPrivate: Use chain() in setUpDeviceId()
Linus Jahn
2022-12-22
1
-7
/
+3
*
OmemoManagerPrivate: Simplify setUpDeviceId()
Linus Jahn
2022-12-22
2
-28
/
+40
*
OmemoManagerPrivate: Fix device setup
Melvin Keskin
2022-12-22
1
-9
/
+29
*
Improve and update OMEMO documentation
Melvin Keskin
2022-12-22
1
-21
/
+5
*
OmemoManagerPrivate: Add colon to error messages (#506)
Melvin Keskin
2022-10-29
1
-7
/
+7
*
MamManager: Add future based interface with encryption support
Linus Jahn
2022-10-18
2
-38
/
+253
*
OmemoManager: Implement isEncrypted() and decryptMessage()
Linus Jahn
2022-10-18
2
-0
/
+45
*
E2eeExtension: Add isEncrypted() and decryptMessage() functions
Linus Jahn
2022-10-18
2
-1
/
+30
*
EntityTimeManager: Use new IQ request handling
Linus Jahn
2022-10-17
2
-18
/
+23
*
VersionManager: Use new IQ request handling
Linus Jahn
2022-10-17
2
-13
/
+19
*
DiscoveryManager: Use new IQ request handling
Linus Jahn
2022-10-17
2
-17
/
+31
[next]