summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-09-02add python 3 support to telepathy-gabble-xmpp-consoleBohuslav Slavek Kabrda1-8/+8
2013-10-15console/channel-manager: include telepathy-glib-dbusGuillaume Desmottes1-0/+2
2013-10-14console plugin: use a better-namespaced global variableSimon McVittie2-5/+5
2013-10-14Merge remote-tracking branch 'wjt/xmpp-console'Simon McVittie10-324/+722
2013-10-11include telepathy-glib-dbus.hGuillaume Desmottes2-0/+2
2013-08-28console UI: don't bother preparing the channelWill Thompson1-6/+0
2013-08-28console: hold a weak ref to GabblePluginConnectionWill Thompson2-10/+19
2013-06-23console: give channels more meaningful object pathsWill Thompson1-0/+8
2013-06-23console: close channels on disconnectWill Thompson1-2/+52
2013-06-23console UI: use channel, not sidecarWill Thompson1-81/+75
2013-06-23console: rename ConsoleSidecar to ConsoleChannelWill Thompson6-102/+102
2013-06-23console: turn it into an actual channelWill Thompson4-95/+129
2013-06-23console: add a channel managerWill Thompson4-0/+194
2013-06-23console: make the sidecar subclass TpBaseChannelWill Thompson2-37/+16
2013-06-23console: split plugin into one file per classWill Thompson7-169/+259
2013-06-23console UI: throw up a message when the connection diesWill Thompson1-1/+25
2013-06-23console UI: list possible account identifiersWill Thompson1-4/+19
2013-06-23console UI: quit cleanly if connection has gone awayWill Thompson1-1/+5
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