aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix compile error with MSVCJeremy Lainé2010-11-241-1/+1
* initialise QXmppPresence::m_vCardUpdateType (Closes: #82)Jeremy Lainé2010-11-241-1/+4
* if QXmppRosterManager::getPresence is called for an unavailable resource, ret...Jeremy Lainé2010-11-241-1/+6
* fix compile warningJeremy Lainé2010-11-201-1/+1
* order headers / sources alphabeticallyJeremy Lainé2010-11-201-8/+8
* fix a spurious RTP warningJeremy Lainé2010-11-201-1/+1
* hide QXmppCall internalsJeremy Lainé2010-11-202-97/+125
* mod_proxy65: improve connection logging and transfer terminationJeremy Lainé2010-11-181-4/+10
* mod_proxy65: improve logging, statistics and transfer terminationJeremy Lainé2010-11-182-29/+40
* revert accidental disabling of call managerJeremy Lainé2010-11-171-2/+0
* tweak STUN loggingJeremy Lainé2010-11-161-2/+2
* tweak RTP channel loggingJeremy Lainé2010-11-161-0/+7
* make QXmppSaslDigestMd5 capable of generating old-style (no qop) digestsJeremy Lainé2010-11-161-2/+5
* more logging unificationJeremy Lainé2010-11-166-68/+86
* make QXmppCallManager use QXmppRtpChannelJeremy Lainé2010-11-162-423/+126
* make QXmppStream inherit QXmppLoggableJeremy Lainé2010-11-164-65/+3
* make QXmppIceConnection inherit QXmppLoggableJeremy Lainé2010-11-162-44/+20
* make QXmppClient, QXmppClientExtension, QXmppServer and QXmppServerExtension ...Jeremy Lainé2010-11-168-99/+30
* add QXmppLoggable, a base class for QObjects which need logging facilityJeremy Lainé2010-11-162-0/+79
* add QXmppRtpChannel::supportedPayloadTypes()Jeremy Lainé2010-11-152-3/+43
* add QXmppRtpChannel class to move RTP handling out of QXmppCallJeremy Lainé2010-11-143-0/+441
* slightly refactor SASL auth to make QXmppSaslDigestMd5 class more genericJeremy Lainé2010-11-104-5/+37
* start hiding some of QXmppTransferJob's internalsJeremy Lainé2010-11-092-188/+208
* add server-side support for XEP-0202: Entity TimeJeremy Lainé2010-11-084-0/+140
* only write tzo if the time is validJeremy Lainé2010-11-081-3/+3
* QXmppEntityTimeIq should store timezone offsets in secondsJeremy Lainé2010-11-083-21/+22
* add methods for parsing/serialising timezone offsetsJeremy Lainé2010-11-082-0/+39
* QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ...Jeremy Lainé2010-10-293-9/+11
* fix asynchronous DNS SRV lookup for outgoing S2SJeremy Lainé2010-10-271-1/+1
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-207-21/+135
* resync QXmppSrvInfo with the implementation submitted to Qt:Jeremy Lainé2010-10-201-19/+168
* fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API changeJeremy Lainé2010-10-192-2/+2
* hide QXmppSrvInfo internalsJeremy Lainé2010-10-192-45/+160
* revert API change for findExtension()Jeremy Lainé2010-10-192-5/+5
* Restore the original prototype for QXmppClient::findExtension(), it is modeledJeremy Lainé2010-10-192-6/+6
* mark TODOManjeet Dahiya2010-10-131-0/+2
* document vCardUpdateTypesManjeet Dahiya2010-10-131-4/+6
* use hex for during the writing alsoManjeet Dahiya2010-10-131-1/+1
* hex instead of base64Manjeet Dahiya2010-10-131-1/+1
* suppress warningsManjeet Dahiya2010-10-121-2/+2
* encode / decode presence photo hash to / from base64Jeremy Lainé2010-10-111-3/+3
* store the capability verification string as a QByteArrayJeremy Lainé2010-10-113-8/+8
* prune extraneous whitespaceJeremy Lainé2010-10-111-1/+1
* not need to re-declare Qt dependenciesJeremy Lainé2010-10-111-1/+0
* improve STUN / ICE-UDP supportJeremy Lainé2010-10-114-139/+195
* Data Forms XEP specifies that we should use "text single" as the default fiel...Jeremy Lainé2010-10-111-3/+1
* relax "security check" on roster IQs, some servers send the roster from a ful...Jeremy Lainé2010-10-111-1/+1
* fixManjeet Dahiya2010-10-091-2/+1
* improve documentationManjeet Dahiya2010-10-081-0/+9
* update docManjeet Dahiya2010-10-081-2/+3