summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
9 hoursconfigure: ignore post 0.18 deprecations so we can build against tp-glib masterHEADmasterJonny Lamb18-3/+31
8 daysStop using tp_handle_ref/unrefXavier Claessens21-266/+6
8 daysFix a leak in: tp_handles_unref() does not unref the arrayXavier Claessens1-0/+2
8 daysBump telepathy-glib required version to 0.19.0Xavier Claessens2-2/+5
8 daysImprove ChatState testSimon McVittie3-12/+164
8 daysUse TpMessageMixin to implement ChatStateXavier Claessens2-168/+59
10 daysSet G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
10 daysUse non-deprecated TpIntset APIsSimon McVittie7-70/+84
10 daysUse TP_ERROR instead of deprecated TP_ERRORSSimon McVittie44-273/+273
10 daysStop using deprecated debug-ansi.hSimon McVittie2-6/+2
2012-04-05servicetest: TextTestRunner might not be in unittest.runnerJonny Lamb1-2/+1
2012-04-05Merge branch 'shutup-servicetest'Jonny Lamb1-2/+14
2012-04-02start on version 0.17.0Jonny Lamb2-2/+2
2012-04-02start on version 0.16.1Jonny Lamb2-1/+6
2012-04-02version 0.16.0telepathy-gabble-0.16.0Jonny Lamb2-4/+4
2012-04-02NEWS: summary for 0.16.0Jonny Lamb1-2/+25
2012-04-02configure: update dependency on tp-glibJonny Lamb1-6/+1
2012-04-02Merge branch '47999-handle-ibb-errors'Will Thompson1-39/+39
2012-03-28bytestream-ibb: handle IQ send errorsWill Thompson1-37/+37
2012-03-28bytestream-ibb: correct send_data's return value.Will Thompson1-2/+2
2012-03-27New test: connect/test-connection-params.pyAlban Crequy2-0/+55
2012-03-27ContactList: downloading the roster at connection depends on a connection par...Alban Crequy3-7/+96
2012-03-27Update dependency on telepathy-glibAlban Crequy1-1/+6
2012-03-27gabble_roster_unpublish_async: correct the source tagAlban Crequy1-1/+1
2012-03-27gabble_roster_authorize_publication_async: correct the source tagAlban Crequy1-1/+1
2012-03-23Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie6-9/+11
2012-03-23Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie4-3/+15
2012-03-23Avoid non-portable use of += in configure.acSimon McVittie1-4/+4
2012-03-23Avoid Wocky trying to install into --prefix=NONESimon McVittie1-0/+7
2012-03-23configure.ac: remove apostrophe from a help message so syntax highlighting worksSimon McVittie1-1/+1
2012-03-23telepathy-gabble.pc: link to WockySimon McVittie1-1/+1
2012-03-22start on 0.15.6Jonny Lamb2-1/+6
2012-03-22version 0.15.5telepathy-gabble-0.15.5Jonny Lamb2-4/+25
2012-03-22configure: depend on telepathy-glib 0.17.7Jonny Lamb1-1/+1
2012-03-22Merge branch 'disable-voip'Marco Barisione84-133/+672
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione84-125/+672
2012-03-22There is no need to include non-compiled files in EXTRA_DISTMarco Barisione1-8/+0
2012-03-20CallStream: Replace want_send with the local sending state of the StreamOlivier Crête2-13/+8
2012-03-16CallStream: Set local sending to true if a locally-created content wants to sendOlivier Crête2-2/+15
2012-03-16Also check the sending state of non-initial streamsOlivier Crête2-13/+17
2012-03-13tests: Expect new contents to be pending_start receivingOlivier Crête1-2/+6
2012-03-09Fix unit tests to use the Telepathy candidate typesOlivier Crête2-8/+12
2012-03-09Convert Telepathy types to Jingle types correctlyOlivier Crête1-12/+9
2012-03-09Correctly convert JingleCandidateType to Telepathy typesOlivier Crête1-1/+17
2012-03-09tube-iface: remove duplicated propertiesJonny Lamb1-26/+0
2012-03-09Link plugins in the same way on Unix as on WindowsSimon McVittie1-2/+0
2012-03-09Build Wocky as a version-specific shared librarySimon McVittie3-11/+8
2012-03-09Use the standard EXEEXT variable rather than reinventing itSimon McVittie1-6/+2
2012-03-07servicetest: silence unittestJonny Lamb1-2/+14
2012-03-01Merge branch 'detp-jingle'Will Thompson53-1205/+2177