aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* exclude qdnslookup from docsJeremy Lainé2012-01-311-1/+1
|
* remove QXmppSrvInfoJeremy Lainé2012-01-314-727/+0
|
* switch from QXmppSrvInfo to QDnsLookupJeremy Lainé2012-01-314-29/+42
|
* add a backport of Qt5's QDnsLookup classJeremy Lainé2012-01-318-0/+2120
|
* add a property to access managed roomsJeremy Lainé2012-01-232-0/+15
|
* make some methods slotsJeremy Lainé2012-01-231-3/+4
|
* make it possible to run "make docs" immediately after qmakeJeremy Lainé2011-09-301-1/+1
|
* get rid of unused QXmppStream::sendElementJeremy Lainé2011-09-292-17/+0
|
* add QXmppRosterManager::renameItem to rename a roster itemJeremy Lainé2011-09-292-0/+23
|
* - don't open/close log file for each message, instead provide a "reopen" slotJeremy Lainé2011-09-292-20/+67
| | | | | - hide QXmppLogger's internals in a private class
* fix build on Android, it does not seem to have libresolvJeremy Lainé2011-09-291-6/+7
|
* make QXmppClient's connectToServer(jid, password) and disconnectFromServer slotsJeremy Lainé2011-09-291-3/+3
|
* make QXmppClient::connectToServer use QXmppConfiguration::setJidJeremy Lainé2011-09-291-2/+1
|
* add notifier signal for QXmppMucRoom::participants propertyJeremy Lainé2011-09-292-3/+12
|
* Set default keep-alive timeout to 20 seconds, enables detection of broken ↵Jeremy Lainé2011-09-292-1/+6
| | | | connections.
* Improve XEP-0136 support to enable archive deletion.Jeremy Lainé2011-09-295-24/+132
|
* fix typosJeremy Lainé2011-09-261-2/+2
|
* feed ChangeLogJeremy Lainé2011-09-261-0/+5
|
* bump version to 0.3.91Jeremy Lainé2011-09-263-3/+3
|
* remove deprecated QXmppVCard.h headerJeremy Lainé2011-09-265-66/+9
|
* get rid of deprecated accessors in QXmppConfigurationJeremy Lainé2011-09-263-118/+1
|
* make "doxyfilter" work on OS XJeremy Lainé2011-09-261-0/+1
|
* feed ChangeLogJeremy Lainé2011-09-261-0/+4
|
* keep track of which SASL mechanism was actually selectedJeremy Lainé2011-09-261-13/+17
|
* get rid of facebook App Secret, it's not usedJeremy Lainé2011-09-262-20/+0
|
* add support for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-9/+49
|
* recognise X-FACEBOOK-PLATFORM in stream featuresJeremy Lainé2011-09-261-0/+5
|
* add configuration options for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-3/+69
|
* remove trailing whitespaceJeremy Lainé2011-09-2126-65/+65
|
* add support for XEP-0224: Attention (Fixes issue #109)Jeremy Lainé2011-09-207-3/+58
|
* add testsJeremy Lainé2011-09-201-0/+5
|
* fix typoJeremy Lainé2011-09-201-1/+1
|
* remove manual XEP formatting, let doxyfilter handle itJeremy Lainé2011-09-202-2/+2
|
* improve doxyfilter to catch the whole XEP nameJeremy Lainé2011-09-201-1/+2
|
* hide QXmppRosterManager internalsJeremy Lainé2011-09-202-110/+127
|
* make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)Jeremy Lainé2011-09-201-2/+1
|
* prune some threading test codeJeremy Lainé2011-09-131-1/+0
|
* * hide some QXmppServer internalsJeremy Lainé2011-09-1323-435/+636
| | | | | * improve QXmppServer performance
* trailing whitespace cleanupJeremy Lainé2011-09-071-9/+8
|
* get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / ↵Jeremy Lainé2011-09-072-121/+40
| | | | serialisation
* mark some methods as const() (see issue #114)Jeremy Lainé2011-09-076-10/+10
|
* Fix pkgconfig paths (fixes issue #113)Jeremy Lainé2011-09-071-4/+6
|
* fix compiler warningsJeremy Lainé2011-09-072-8/+18
|
* fix some compiler warningsJeremy Lainé2011-09-0710-28/+62
|
* Apply fix for issue #116Jeremy Lainé2011-09-062-2/+4
|
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-068-98/+140
|
* assert signal connectionsJeremy Lainé2011-07-261-4/+12
|
* add support for vp8 video codecJeremy Lainé2011-07-267-76/+494
|
* QXmppTransferManager: assert all connectionsJeremy Lainé2011-07-262-74/+122
|
* fixJeremy Lainé2011-07-071-2/+2
|