summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Update Wocky snapshot to validate stanza namespacesWill Thompson1-12/+7
2012-09-11Merge branch 'telepathy-gabble-0.16'Simon McVittie1-2/+2
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb2-3/+4
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie3-14/+14
2012-04-04add missing config.h includesGuillaume Desmottes3-5/+5
2012-03-23Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie1-4/+2
2012-03-09Link plugins in the same way on Unix as on WindowsSimon McVittie1-2/+0
2012-02-17test-plugin: Remove the duplicate TpBaseConnectionSiraj Razick1-2/+1
2012-02-06Windows specfic changes to produce plugins as dll'sSiraj Razick1-16/+29
2012-02-06fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick4-20/+23
2012-02-06Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick3-18/+77
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson6-13/+6
2012-02-01Revert "Merge remote-tracking branch 'siraj/plugin-api-change'"Jonny Lamb3-77/+18
2012-02-01Revert "Merge remote-tracking branch 'siraj/windows-compile-fix'"Jonny Lamb5-52/+36
2012-02-01Merge remote-tracking branch 'siraj/windows-compile-fix'Jonny Lamb5-36/+52
2012-02-01Merge remote-tracking branch 'siraj/plugin-api-change'Jonny Lamb3-18/+77
2012-02-01Windows specfic changes to produce plugins as dll'sSiraj Razick1-16/+29
2012-01-25fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick4-20/+23
2012-01-20Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick3-18/+77
2012-01-12Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick3-18/+77
2012-01-05telepathy-gabble-xmpp-console: no need to import pygtkGuillaume Desmottes1-3/+0
2011-11-21Merge branch 'xmpp-console'Will Thompson5-0/+1192
2011-11-21console plugin: add a FIXME re. client dyingWill Thompson1-0/+7
2011-11-18console UI: turn off monitoring when we quitWill Thompson1-8/+22
2011-11-18console UI: allow passing account identifiersWill Thompson1-7/+39
2011-11-18console UI: fix handling errors from SendIQWill Thompson1-3/+3
2011-11-18console UI: add a page for sending arbitrary stanzasWill Thompson1-1/+50
2011-11-18console UI: factor out spinner wrapper notebook thingWill Thompson1-18/+30
2011-11-18console plugin: add SendStanza methodWill Thompson1-8/+99
2011-11-18console UI: add stanza monitor paneWill Thompson1-2/+52
2011-11-18console UI: split out UI helpersWill Thompson1-40/+66
2011-11-18console UI: pack IQ page into a notebook.Will Thompson1-1/+8
2011-11-18console UI: refactor IQ interface into a classWill Thompson1-34/+41
2011-11-18console plugin: implement received/sent signalsWill Thompson2-3/+146
2011-11-18xmpp-console: add some better error reportingWill Thompson1-4/+21
2011-11-18xmpp-console: Readd a crucial feature from 0.12.5.Will Thompson1-0/+21
2011-11-18xmpp-console: show a spinner while waiting for a replyWill Thompson1-3/+24
2011-11-18xmpp-console: add radio buttons for get vs. setWill Thompson1-5/+13
2011-11-18xmpp-console: split up entry-adding functionWill Thompson1-1/+5
2011-11-18Add XMPP console UIWill Thompson2-0/+161
2011-11-18test plugin: include version numberWill Thompson1-0/+2
2011-11-18Add an XMPP console sidecarWill Thompson3-0/+520
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-10-28Install the test plugin for the installed testsAlban Crequy1-5/+21
2011-09-02test plugin: make TestChannelManager implement CapsChannelManagerJonny Lamb1-2/+74
2011-05-02Merge branch 'caps-hash'Jonny Lamb1-4/+6
2011-04-13test plugin: don't ref connection from channel managerWill Thompson1-13/+4
2011-04-06test plugin: make RCC conform to the spec.Will Thompson1-2/+4
2011-04-04Merge branch 'plugin-channel-managers'Jonny Lamb2-0/+182