summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* add python 3 support to telepathy-gabble-xmpp-consoleBohuslav Slavek Kabrda2014-09-021-8/+8
* console/channel-manager: include telepathy-glib-dbusGuillaume Desmottes2013-10-151-0/+2
* console plugin: use a better-namespaced global variableSimon McVittie2013-10-142-5/+5
* Merge remote-tracking branch 'wjt/xmpp-console'Simon McVittie2013-10-1410-324/+722
|\
| * console UI: don't bother preparing the channelWill Thompson2013-08-281-6/+0
| * console: hold a weak ref to GabblePluginConnectionWill Thompson2013-08-282-10/+19
| * console: give channels more meaningful object pathsWill Thompson2013-06-231-0/+8
| * console: close channels on disconnectWill Thompson2013-06-231-2/+52
| * console UI: use channel, not sidecarWill Thompson2013-06-231-81/+75
| * console: rename ConsoleSidecar to ConsoleChannelWill Thompson2013-06-236-102/+102
| * console: turn it into an actual channelWill Thompson2013-06-234-95/+129
| * console: add a channel managerWill Thompson2013-06-234-0/+194
| * console: make the sidecar subclass TpBaseChannelWill Thompson2013-06-232-37/+16
| * console: split plugin into one file per classWill Thompson2013-06-237-169/+259
| * console UI: throw up a message when the connection diesWill Thompson2013-06-231-1/+25
| * console UI: list possible account identifiersWill Thompson2013-06-231-4/+19
| * console UI: quit cleanly if connection has gone awayWill Thompson2013-06-231-1/+5
* | include telepathy-glib-dbus.hGuillaume Desmottes2013-10-112-0/+2
|/
* Update Wocky snapshot to validate stanza namespacesWill Thompson2012-11-141-12/+7
* Merge branch 'telepathy-gabble-0.16'Simon McVittie2012-09-111-2/+2
|\
| * add missing config.h includesGuillaume Desmottes2012-04-043-5/+5
* | Use meta-headers for everythingSimon McVittie2012-05-301-1/+1
* | 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