aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|