aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* start preparing for QXmppServer pluginsJeremy Lainé2010-08-264-13/+133
|
* make error stanzas more explicitJeremy Lainé2010-08-241-2/+6
|
* when an element is received from a client without a "to", set the "to" to ↵Jeremy Lainé2010-08-241-0/+6
| | | | the local domain
* * add handling of ping IQsJeremy Lainé2010-08-241-9/+41
| | | | | * reply to unknown IQs
* revert incorrect commit r688Jeremy Lainé2010-08-241-5/+5
|
* reply with an error for unhandled local IQsJeremy Lainé2010-08-241-5/+5
|
* refactor element handlingJeremy Lainé2010-08-242-11/+32
|
* whitespace fixJeremy Lainé2010-08-231-3/+3
|
* fixJeremy Lainé2010-08-231-1/+1
|
* fix security check on incoming XMPP stanzasJeremy Lainé2010-08-234-6/+10
|
* check domain of incoming packetsJeremy Lainé2010-08-231-6/+6
|
* refactor server element handlingJeremy Lainé2010-08-232-3/+51
|
* improve APIJeremy Lainé2010-08-232-3/+7
|
* make QXmppServer API feature-completeJeremy Lainé2010-08-232-1/+89
|
* add a skeleton for QXmppServerJeremy Lainé2010-08-233-0/+529
|
* implement serialisation of QXmppArchiveChatIqJeremy Lainé2010-08-232-3/+22
|
* parse "Retrieve" elementsJeremy Lainé2010-08-231-6/+6
|
* improve archive IQ code documentationJeremy Lainé2010-08-232-2/+51
|
* fix and test QXmppArchiveListIq parsing/serialisationJeremy Lainé2010-08-232-23/+56
|
* fixJeremy Lainé2010-08-231-1/+2
|
* improve code documentationJeremy Lainé2010-08-231-0/+2
|
* improve QXmppBindIq documentationJeremy Lainé2010-08-232-18/+25
|
* prune unused static variablesJeremy Lainé2010-08-231-2/+0
|
* rename QXmppBind to QXmppBindIqJeremy Lainé2010-08-235-44/+31
|
* rename QXmppSession to QXmppSessionIq for consistencyJeremy Lainé2010-08-235-29/+19
|