index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace deprecated Q_ENUMS with Q_ENUM
Linus Jahn
2019-10-27
2
-4
/
+0
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-4
/
+8
*
Refactor data form media element
Linus Jahn
2019-10-23
1
-19
/
+130
*
Add minimal test for QXmppClient
Linus Jahn
2019-10-23
2
-0
/
+82
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
7
-29
/
+29
*
Revert "Implement MIX-PAM XEP-0405: Roster IQ extension"
Linus Jahn
2019-10-21
1
-42
/
+0
*
Add unit tests for QXmppUploadRequestManager
blue
2019-10-20
5
-0
/
+445
*
Implement XEP-0363: HTTP File Upload: Error cases
Linus Jahn
2019-10-20
1
-0
/
+69
*
Get QXmppMessage coverage to 100%
Linus Jahn
2019-10-19
1
-32
/
+108
*
travis: Build with all available threads
Linus Jahn
2019-10-14
1
-2
/
+8
*
Modernize codebase using clang-tidy
Jonah Brüchert
2019-09-08
4
-5
/
+5
*
Implement XEP-0334: Message Processing Hints
Linus Jahn
2019-09-08
1
-0
/
+51
*
Implement XEP-0380: Explicit Message Encryption
Linus Jahn
2019-09-06
1
-0
/
+46
*
Add tests for setters of QXmppStreamFeatures
Linus Jahn
2019-09-06
1
-0
/
+25
*
Add test for checking 'required' mode of stream features
Linus Jahn
2019-09-06
1
-0
/
+19
*
Implement XEP-0367: Message Attaching
Linus Jahn
2019-09-06
1
-0
/
+18
*
travis: show as much build errors as possible
Boris Pek
2019-09-04
1
-1
/
+1
*
Add tests for QXmppMessageReceiptManager
Linus Jahn
2019-05-05
2
-0
/
+99
*
Implement XEP-0363: HTTP File Upload: Request/Slot IQs
Linus Jahn
2019-05-04
2
-0
/
+173
*
tests: mix items: Fix using old namespace in examples
Linus Jahn
2019-05-04
1
-4
/
+4
*
Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0)
Linus Jahn
2019-05-04
2
-23
/
+23
*
Implement XEP-0382: Spoiler messages (v0.2.0)
Linus Jahn
2019-05-04
1
-0
/
+41
*
Implement MIX-CORE XEP-0369: Info/Participant node items
Linus Jahn
2019-05-04
2
-0
/
+160
*
Implement MIX-PAM XEP-0405: Roster IQ extension
Linus Jahn
2019-05-01
1
-0
/
+42
*
Implement MIX-PAM XEP-0405: Presence extension
Linus Jahn
2019-05-01
1
-0
/
+28
*
Implement MIX-CORE XEP-0396: Message extension
Linus Jahn
2019-05-01
1
-0
/
+28
*
Implement XEP-0369/XEP-0405 (MIX): IQ queries
Linus Jahn
2019-01-20
2
-0
/
+420
*
[sasl] order mechanisms to prefer the most secure
Jeremy Lainé
2019-01-18
1
-1
/
+1
*
[sasl] add support for SCRAM-SHA-1 and SCRAM-SHA-256
Jeremy Lainé
2019-01-17
1
-1
/
+92
*
[tests] add CMake option to build internal tests
Jeremy Lainé
2019-01-17
2
-4
/
+7
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
35
-35
/
+35
*
Implement XEP-0319: Last User Interaction in Presence
Linus Jahn
2019-01-04
1
-0
/
+23
*
Implement XEP-0308: Last Message Correction
Linus Jahn
2018-12-30
1
-0
/
+18
*
Add partial support of XEP-0066: Out of Band Data
Linus Jahn
2018-12-19
1
-0
/
+28
*
Implement XEP-0352: Client State Indication
Linus Jahn
2018-10-29
1
-0
/
+3
*
[tests] Explicitly include QXmppRtpChannel.h (see #78)
Jeremy Lainé
2018-10-27
1
-0
/
+2
*
CMake: Add binary paths for tests to the include paths
Niels Ole Salscheider
2018-09-30
3
-0
/
+3
*
travis: Install clang
Niels Ole Salscheider
2018-09-30
1
-1
/
+1
*
travis: Only use system binaries
Niels Ole Salscheider
2018-09-30
1
-1
/
+5
*
[travis] build qxmpp out-of-source
Jeremy Lainé
2018-09-24
1
-1
/
+3
*
[travis] test build on OS X
Jeremy Lainé
2018-09-18
2
-7
/
+23
*
[tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149)
Jeremy Lainé
2018-09-18
1
-3
/
+3
*
[tests] switch from coveralls to codecov
Jeremy Lainé
2018-09-08
2
-9
/
+0
*
support XEP-0237 Roster Versioning
Zam
2018-08-17
1
-0
/
+27
*
[tests] generate code coverage report
Jeremy Lainé
2018-06-24
2
-0
/
+14
*
Merge pull request #131 from olesalscheider/cmake
Niels Ole Salscheider
2018-06-23
43
-196
/
+65
|
\
|
*
Fix paths in CMakeLists.txt
Niels Ole Salscheider
2018-06-17
1
-3
/
+4
|
*
Fix qxmppsasl test
Niels Ole Salscheider
2017-09-04
1
-1
/
+1
|
*
Drop the version string test
Niels Ole Salscheider
2017-09-04
1
-6
/
+0
|
*
Update travis scripts
Niels Ole Salscheider
2017-09-04
2
-32
/
+7
[next]