aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* unify random number generationJeremy Lainé2010-09-014-18/+36
* document how to use QXmppVCard::photo() as an imageJeremy Lainé2010-09-011-0/+10
* 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
* 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-013-16/+16
* 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
* 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
* doc updateManjeet Dahiya2010-08-301-1/+1
* 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
* deprecate some connectToServer() variantsJeremy Lainé2010-08-292-35/+30
* remove deprecated QXmppClient methodsJeremy Lainé2010-08-292-90/+0
* introduce a simpler connectToServer() function requiring only JID + passwordJeremy Lainé2010-08-293-1/+16
* 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
* move remaining SASL code out of QXmppUtilsJeremy Lainé2010-08-296-89/+89
* fix SASL authentication : Jeremy Lainé2010-08-298-90/+305
* silence a warningJeremy Lainé2010-08-291-0/+2
* clean up and test vCard codeJeremy Lainé2010-08-292-44/+40
* add support for birthday & email to vCardJeremy Lainé2010-08-292-0/+39
* silence a warningJeremy Lainé2010-08-291-0/+1
* rename module parametersJeremy Lainé2010-08-294-17/+23
* compile mod_statsJeremy Lainé2010-08-281-0/+2
* add module for statisticsJeremy Lainé2010-08-282-0/+402
* update QXmppServer extensions APIJeremy Lainé2010-08-2811-109/+197
* make QXmppStanza::setError take a const argumentJeremy Lainé2010-08-282-2/+2
* enable mod_versionJeremy Lainé2010-08-281-0/+1
* add a server module to handle XEP-0092: Software VersionJeremy Lainé2010-08-283-2/+133
* rework QXmppServerExtension initialisationJeremy Lainé2010-08-289-65/+91
* add an object name to outgoing C2S streamsJeremy Lainé2010-08-281-0/+1
* don't use double end of line in filesJeremy Lainé2010-08-281-1/+1
* fix constant names for stream compressionJeremy Lainé2010-08-283-3/+5
* parse / serialise stream compression featureJeremy Lainé2010-08-285-0/+52