summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb2012-05-172-3/+4
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-073-14/+14
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-231-4/+2
* Link plugins in the same way on Unix as on WindowsSimon McVittie2012-03-091-2/+0
* test-plugin: Remove the duplicate TpBaseConnectionSiraj Razick2012-02-171-2/+1
* Windows specfic changes to produce plugins as dll'sSiraj Razick2012-02-061-16/+29
* fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick2012-02-064-20/+23
* Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick2012-02-063-18/+77
* Update Wocky snapshot for One Big Header.Will Thompson2012-02-066-13/+6
* Revert "Merge remote-tracking branch 'siraj/plugin-api-change'"Jonny Lamb2012-02-013-77/+18
* Revert "Merge remote-tracking branch 'siraj/windows-compile-fix'"Jonny Lamb2012-02-015-52/+36
* Merge remote-tracking branch 'siraj/windows-compile-fix'Jonny Lamb2012-02-015-36/+52
|\
| * Windows specfic changes to produce plugins as dll'sSiraj Razick2012-02-011-16/+29
| * fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...Siraj Razick2012-01-254-20/+23
| * Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick2012-01-203-18/+77
* | Merge remote-tracking branch 'siraj/plugin-api-change'Jonny Lamb2012-02-013-18/+77
|\ \ | |/ |/|
| * Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick2012-01-123-18/+77
|/
* telepathy-gabble-xmpp-console: no need to import pygtkGuillaume Desmottes2012-01-051-3/+0
* Merge branch 'xmpp-console'Will Thompson2011-11-215-0/+1192
|\
| * console plugin: add a FIXME re. client dyingWill Thompson2011-11-211-0/+7
| * console UI: turn off monitoring when we quitWill Thompson2011-11-181-8/+22
| * console UI: allow passing account identifiersWill Thompson2011-11-181-7/+39
| * console UI: fix handling errors from SendIQWill Thompson2011-11-181-3/+3
| * console UI: add a page for sending arbitrary stanzasWill Thompson2011-11-181-1/+50
| * console UI: factor out spinner wrapper notebook thingWill Thompson2011-11-181-18/+30
| * console plugin: add SendStanza methodWill Thompson2011-11-181-8/+99
| * console UI: add stanza monitor paneWill Thompson2011-11-181-2/+52
| * console UI: split out UI helpersWill Thompson2011-11-181-40/+66
| * console UI: pack IQ page into a notebook.Will Thompson2011-11-181-1/+8
| * console UI: refactor IQ interface into a classWill Thompson2011-11-181-34/+41
| * console plugin: implement received/sent signalsWill Thompson2011-11-182-3/+146
| * xmpp-console: add some better error reportingWill Thompson2011-11-181-4/+21
| * xmpp-console: Readd a crucial feature from 0.12.5.Will Thompson2011-11-181-0/+21
| * xmpp-console: show a spinner while waiting for a replyWill Thompson2011-11-181-3/+24
| * xmpp-console: add radio buttons for get vs. setWill Thompson2011-11-181-5/+13
| * xmpp-console: split up entry-adding functionWill Thompson2011-11-181-1/+5
| * Add XMPP console UIWill Thompson2011-11-182-0/+161
| * test plugin: include version numberWill Thompson2011-11-181-0/+2
| * Add an XMPP console sidecarWill Thompson2011-11-183-0/+520
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
|/
* Install the test plugin for the installed testsAlban Crequy2011-10-281-5/+21
* test plugin: make TestChannelManager implement CapsChannelManagerJonny Lamb2011-09-021-2/+74
* Merge branch 'caps-hash'Jonny Lamb2011-05-021-4/+6
|\
| * use WockyDiscoIdentity instead of the gabble versionJonny Lamb2011-01-241-4/+6
* | test plugin: don't ref connection from channel managerWill Thompson2011-04-131-13/+4
* | test plugin: make RCC conform to the spec.Will Thompson2011-04-061-2/+4
* | Merge branch 'plugin-channel-managers'Jonny Lamb2011-04-042-0/+182
|\ \
| * | test plugin: add an example of dealing with ::porter-available from the chann...Jonny Lamb2011-04-042-0/+86
| * | test plugin: stop calling a non-empty strv "empty"Jonny Lamb2011-03-021-2/+2
| * | test plugin: implement create_channel_managersJonny Lamb2011-02-142-0/+96