aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* change the object name accordinglyManjeet Dahiya2010-09-012-10/+10
* change classNameManjeet Dahiya2010-09-015-26/+26
* no need of separate classes, nested into one main classManjeet Dahiya2010-09-012-27/+26
* unify random number generationJeremy Lainé2010-09-014-18/+36
* feed changelogJeremy Lainé2010-09-011-0/+4
* feed changelogJeremy Lainé2010-09-011-0/+12
* document how to use QXmppVCard::photo() as an imageJeremy Lainé2010-09-011-0/+10
* test MIME type guessingJeremy Lainé2010-09-012-0/+22
* add code for using getImageType without QtGuiJeremy Lainé2010-09-011-20/+10
* mention "QT -= gui" when QXMPP_NO_GUI is definedJeremy Lainé2010-09-011-0/+1
* hide getPhotoAsImage if QXMPP_NO_GUI is definedJeremy Lainé2010-09-011-0/+2
* add test SVG imageJeremy Lainé2010-09-011-0/+86
* add some images for mimetype testingJeremy Lainé2010-09-016-0/+12
* improve code documentationJeremy Lainé2010-09-015-26/+124
* hide passwd() / setPasswd() from documentationJeremy Lainé2010-09-011-1/+1
* replace calls to setPasswd() by setPassword()Jeremy Lainé2010-09-015-18/+18
* deprecated passwd/setPasswd in favour of password/setPasswordJeremy Lainé2010-09-012-26/+53
* add a QXmppConfiguration::setJid() method (closes: #67)Jeremy Lainé2010-09-012-0/+17
* don't use QXmppConfigure.jidBare()Jeremy Lainé2010-09-012-2/+2
* fix for Issue 68Manjeet Dahiya2010-08-311-1/+1
* add // deprecated in release 0.2.0Manjeet Dahiya2010-08-317-0/+10
* reverting the removal of deprecated functionsManjeet Dahiya2010-08-312-0/+89
* reverting the removal of deprecated functionsManjeet Dahiya2010-08-312-0/+30
* minor documentation fixJeremy Lainé2010-08-311-1/+1
* improve configuration and logging of mod_proxy65Jeremy Lainé2010-08-312-15/+70
* make the JID on which mod_stats serves statistics configurableJeremy Lainé2010-08-312-0/+21
* add logging helpers for server extensionsJeremy Lainé2010-08-312-0/+28
* compatibility fix for Qt 4.4Jeremy Lainé2010-08-311-1/+1
* compatibility fix for Qt 4.4Jeremy Lainé2010-08-311-0/+2
* remove html directory alsoManjeet Dahiya2010-08-310-0/+0
* delete old html filesManjeet Dahiya2010-08-31277-34317/+0
* doc updateManjeet Dahiya2010-08-301-1/+1
* typoManjeet Dahiya2010-08-301-1/+1
* add a comment about how dependency *should* be handledJeremy Lainé2010-08-301-2/+3
* linker errorManjeet Dahiya2010-08-301-0/+9
* fix string operations in win32 version of QXmppServiceInfoJeremy Lainé2010-08-301-3/+3
* make QXmppOutgoingServer independant from QXmppOutgoingClientJeremy Lainé2010-08-294-24/+70
* don't use deprecated APIsJeremy Lainé2010-08-292-4/+16
* deprecate some connectToServer() variantsJeremy Lainé2010-08-292-35/+30
* use simple connectToServer() APIJeremy Lainé2010-08-291-1/+1
* remove deprecated QXmppClient methodsJeremy Lainé2010-08-292-90/+0
* introduce a simpler connectToServer() function requiring only JID + passwordJeremy Lainé2010-08-298-13/+25
* if no explicit host/port are given, use DNS SRV lookupJeremy Lainé2010-08-295-8/+52
* improve DNS SRV lookup APIJeremy Lainé2010-08-292-39/+68
* add code commentsJeremy Lainé2010-08-292-4/+28
* add libraries for DNSJeremy Lainé2010-08-291-0/+9
* add QXmppServiceInfo for DNS SRV lookupsJeremy Lainé2010-08-293-0/+222
* refactor stream features parsingJeremy Lainé2010-08-296-86/+84
* fix stream features testJeremy Lainé2010-08-291-10/+10
* fix SASL testsJeremy Lainé2010-08-291-4/+5