summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Preserve existing PYTHONPATH when running testsHEADmasterTomeu Vizoso1-1/+1
2010-10-13Merge branch 'wocky'Simon McVittie49-1832/+601
2010-10-13Enable gtk-doc in distcheck so Wocky can also distcheckSimon McVittie1-1/+1
2010-10-13GibberXmppStanza: include wocky-stanza.h in a way that works out-of-treeSimon McVittie1-1/+1
2010-10-08Implement GibberXmppReader in terms of WockyXmppReaderSimon McVittie2-323/+59
2010-10-08saluttest.exec_test_deferred: if make_connection fails, dieSimon McVittie1-1/+7
2010-10-08Replace GibberXmppWriter with WockyXmppWriter and some inlinesSimon McVittie2-365/+30
2010-10-08Fix a few remaining instances of stanza->nodeSimon McVittie1-4/+7
2010-10-08GibberXmppReader: cope with stanzas with no namespaceSimon McVittie1-2/+12
2010-10-08Replace GibberXmppNode and GibberXmppStanza with WockyNode and WockyStanzaSimon McVittie31-1090/+278
2010-10-08Remove Gibber tests for things Wocky won't let us do anywaySimon McVittie1-25/+4
2010-10-08init and deinit wocky in the Gibber testsSimon McVittie2-0/+7
2010-10-08yet another set of WOCKY_CFLAGSSimon McVittie1-2/+2
2010-10-08GibberXMPPNode test: don't change nodes' namespaceSimon McVittie1-4/+4
2010-10-08SalutTubeStream: don't change the namespace of a node after creationSimon McVittie1-2/+2
2010-10-08Remove gibber_xmpp_stanza_newSimon McVittie2-13/+0
2010-10-08Always create stanzas with a specified namespaceSimon McVittie9-38/+38
2010-10-08gibber_xmpp_stanza_new_ns: addSimon McVittie2-0/+14
2010-10-08gibber_xmpp_node_new_ns: addSimon McVittie2-0/+12
2010-10-08Add Wocky CFLAGS to Gibber tests so we can use Wocky's constantsSimon McVittie1-1/+2
2010-10-08Glue Wocky into the build systemSimon McVittie6-14/+159
2010-10-08Set up Wocky in autogen.shSimon McVittie1-0/+13
2010-10-08Add Wocky as a submoduleSimon McVittie2-0/+3
2010-10-07Nano version for development branchSimon McVittie2-1/+4
2010-10-07Revert "Adjust configure.ac for stable branch"Simon McVittie1-2/+1
2010-10-07Adjust configure.ac for stable branchSimon McVittie1-1/+2
2010-10-06Bump nano version to 0.4.0.1Tomeu Vizoso1-1/+1
2010-10-06Release 0.4.0Tomeu Vizoso2-3/+20
2010-10-06fix compilation of recently changed code in SalutConnectionSimon McVittie1-2/+2
2010-10-06Merge branches 'cleaning' and 'tests'Simon McVittie33-3896/+264
2010-10-06test-caps-file-transfer: specifically look for the contact we care aboutSimon McVittie1-1/+2
2010-10-06servicetest: update from Gabble to get parallel event queuesSimon McVittie1-53/+108
2010-10-06Remove the activity when its channel has been closed, as Gabble doesautoleave-activityTomeu Vizoso3-0/+89
2010-10-05Apply some fairly crude filtering to the lcov output againSimon McVittie1-1/+2
2010-10-05Remove lcov output cleaning, which no longer works in the current versionSimon McVittie1-6/+2
2010-10-05Ignore more generated filesSimon McVittie1-0/+8
2010-10-05Remove check for <net/if.h> which is no longer usedSimon McVittie1-9/+0
2010-10-05remove obsolete check for signal.hSimon McVittie1-4/+0
2010-10-05remove obsolete check for backtrace/execinfo functionsSimon McVittie1-4/+0
2010-10-05Remove obsolete check for endianness, now that we don't ship SHA1 codeSimon McVittie1-3/+0
2010-10-05remove obsolete check for dbus-binding-toolSimon McVittie1-5/+0
2010-10-05adjust configure.ac so it doesn't mis-highlightSimon McVittie1-1/+1
2010-10-05SalutDisco: simplify priv accessSimon McVittie1-15/+13
2010-10-05SalutConnection: use a safer idiom for private struct accessSimon McVittie2-45/+41
2010-10-05SalutAvahiContact: use a safer idiom for private struct accessSimon McVittie1-17/+14
2010-10-05SalutContact: use a safer idiom for priv accessSimon McVittie2-22/+22
2010-10-05SalutAvahiSelf: use type-safe idiom for priv accessSimon McVittie2-25/+16
2010-10-05SalutSelf: use a safer idiom for private struct accessSimon McVittie2-23/+33
2010-10-05gibber: remove now-unused MD5 implementationSimon McVittie4-616/+1
2010-10-05gibber: remove SASL supportSimon McVittie11-1737/+0