aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | - on the client side, check the second challenge we receive - on the server side, send second challenge
* 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
|
* make sure incoming clients ask for the right domainJeremy Lainé2010-08-281-3/+15
|
* we can receive both a stream start and stream end at onceJeremy Lainé2010-08-281-10/+8
|
* fixes for proxy moduleJeremy Lainé2010-08-281-8/+16
|
* add plugin for XEP 0065 ByteStreams proxyJeremy Lainé2010-08-284-2/+550
|
* Improve Service DiscoveryJeremy Lainé2010-08-283-5/+18
|
* add plugins for:Jeremy Lainé2010-08-276-2/+306
| | | | | | - ping - service discovery
* move ping handling to a pluginJeremy Lainé2010-08-272-32/+22
|
* let QXmppServerExtensions define discovery featuresJeremy Lainé2010-08-272-0/+10
|
* refactor queue managementJeremy Lainé2010-08-272-67/+100
|
* refactor server extension loadingJeremy Lainé2010-08-271-24/+56
|
* Improve QXmppLogger:Jeremy Lainé2010-08-272-15/+48
| | | | | | * make file and stdout logging formats consistent * make it possible to select which message types to log
* refactor QXmppServer extensionsJeremy Lainé2010-08-276-48/+269
|
* improve code documentationJeremy Lainé2010-08-263-4/+4
|
* make QXmppClientExtension and QXmppServerExtension inherit QObjectJeremy Lainé2010-08-264-6/+8
|
* fix deletion of extensionsJeremy Lainé2010-08-261-1/+1
|
* remove experimental QXmppClient::elementReceived() in favour of an extension ↵Jeremy Lainé2010-08-262-15/+47
| | | | mechanisms
* add jidToUser utility functionJeremy Lainé2010-08-262-0/+9
|
* outgoing S2S has no reason to receive any stanzasJeremy Lainé2010-08-261-5/+0
|
* rework elementReceived() argumentsJeremy Lainé2010-08-266-31/+18
|
* move elementReceived signal out of QXmppStreamJeremy Lainé2010-08-264-3/+9
|
* add QXmppVCard::isVCard for consistencyJeremy Lainé2010-08-263-2/+8
|
* rework QXmppPasswordCheckerJeremy Lainé2010-08-262-9/+7
|
* move code to .cppJeremy Lainé2010-08-262-17/+29
|
* improve QXmppPasswordChecker classJeremy Lainé2010-08-262-6/+21
|
* fixJeremy Lainé2010-08-261-1/+1
|