index
:
~smcv/telepathy-gabble
016-camera-v1-54634
broken-chat-state-recovery-2
chat-state-recovery
drf-tubes-ice-udp
gdbus-object
gdbus-properties
group-mixin
make-library-sane-46417
master
next
next-decore
next-factory
next-gdbus
next-handle-type
next-tests
presence-mixin
shared-wocky-46417
telepathy-gabble-0.10
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
towards-next
untested-otr
wip-less-qdata
wip-names
wip-next-mergeable-with-salut
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-27
Use g_dbus_method_invocation_return_gerror
Simon McVittie
2
-6
/
+6
2014-03-27
Use GDBusMethodInvocation
Simon McVittie
2
-7
/
+7
2014-02-13
TpHandleType has been renamed to TpEntityType
Guillaume Desmottes
2
-4
/
+4
2014-01-29
new TpChannelManager API
Guillaume Desmottes
2
-10
/
+9
2014-01-07
Be parallel-installable with Gabble 0.x
Simon McVittie
2
-2
/
+2
2013-11-11
Re-namespace to im.telepathy.v1
Simon McVittie
2
-2
/
+2
2013-10-16
use new Telepathy namespace
Guillaume Desmottes
2
-2
/
+2
2013-10-15
console/channel-manager: include telepathy-glib-dbus
Guillaume Desmottes
1
-0
/
+2
2013-10-14
console plugin: use a better-namespaced global variable
Simon McVittie
2
-5
/
+5
2013-10-14
Merge remote-tracking branch 'wjt/xmpp-console'
Simon McVittie
10
-324
/
+722
2013-10-11
include telepathy-glib-dbus.h
Guillaume Desmottes
2
-0
/
+2
2013-08-28
console UI: don't bother preparing the channel
Will Thompson
1
-6
/
+0
2013-08-28
console: hold a weak ref to GabblePluginConnection
Will Thompson
2
-10
/
+19
2013-06-23
console: give channels more meaningful object paths
Will Thompson
1
-0
/
+8
2013-06-23
console: close channels on disconnect
Will Thompson
1
-2
/
+52
2013-06-23
console UI: use channel, not sidecar
Will Thompson
1
-81
/
+75
2013-06-23
console: rename ConsoleSidecar to ConsoleChannel
Will Thompson
6
-102
/
+102
2013-06-23
console: turn it into an actual channel
Will Thompson
4
-95
/
+129
2013-06-23
console: add a channel manager
Will Thompson
4
-0
/
+194
2013-06-23
console: make the sidecar subclass TpBaseChannel
Will Thompson
2
-37
/
+16
2013-06-23
console: split plugin into one file per class
Will Thompson
7
-169
/
+259
2013-06-23
console UI: throw up a message when the connection dies
Will Thompson
1
-1
/
+25
2013-06-23
console UI: list possible account identifiers
Will Thompson
1
-4
/
+19
2013-06-23
console UI: quit cleanly if connection has gone away
Will Thompson
1
-1
/
+5
2012-11-14
Update Wocky snapshot to validate stanza namespaces
Will Thompson
1
-12
/
+7
2012-09-11
Merge branch 'telepathy-gabble-0.16'
Simon McVittie
1
-2
/
+2
2012-05-30
Use meta-headers for everything
Simon McVittie
1
-1
/
+1
2012-05-17
configure: ignore post 0.18 deprecations so we can build against tp-glib master
Jonny Lamb
2
-3
/
+4
2012-05-07
Use TP_ERROR instead of deprecated TP_ERRORS
Simon McVittie
3
-14
/
+14
2012-04-04
add missing config.h includes
Guillaume Desmottes
3
-5
/
+5
2012-03-23
Replace plugindir with an AC_ARG_VAR so it can be passed to configure
Simon McVittie
1
-4
/
+2
2012-03-09
Link plugins in the same way on Unix as on Windows
Simon McVittie
1
-2
/
+0
2012-02-17
test-plugin: Remove the duplicate TpBaseConnection
Siraj Razick
1
-2
/
+1
2012-02-06
Windows specfic changes to produce plugins as dll's
Siraj Razick
1
-16
/
+29
2012-02-06
fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...
Siraj Razick
4
-20
/
+23
2012-02-06
Change the plugin API to create_sidecar_async and create_sidecar_finish
Siraj Razick
3
-18
/
+77
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
6
-13
/
+6
2012-02-01
Revert "Merge remote-tracking branch 'siraj/plugin-api-change'"
Jonny Lamb
3
-77
/
+18
2012-02-01
Revert "Merge remote-tracking branch 'siraj/windows-compile-fix'"
Jonny Lamb
5
-52
/
+36
2012-02-01
Merge remote-tracking branch 'siraj/windows-compile-fix'
Jonny Lamb
5
-36
/
+52
2012-02-01
Merge remote-tracking branch 'siraj/plugin-api-change'
Jonny Lamb
3
-18
/
+77
2012-02-01
Windows specfic changes to produce plugins as dll's
Siraj Razick
1
-16
/
+29
2012-01-25
fd.o#44649 - Gabble plugin API symbols should be factored out to a separate l...
Siraj Razick
4
-20
/
+23
2012-01-20
Change the plugin API to create_sidecar_async and create_sidecar_finish
Siraj Razick
3
-18
/
+77
2012-01-12
Change the plugin API to create_sidecar_async and create_sidecar_finish
Siraj Razick
3
-18
/
+77
2012-01-05
telepathy-gabble-xmpp-console: no need to import pygtk
Guillaume Desmottes
1
-3
/
+0
2011-11-21
Merge branch 'xmpp-console'
Will Thompson
5
-0
/
+1192
2011-11-21
console plugin: add a FIXME re. client dying
Will Thompson
1
-0
/
+7
2011-11-18
console UI: turn off monitoring when we quit
Will Thompson
1
-8
/
+22
2011-11-18
console UI: allow passing account identifiers
Will Thompson
1
-7
/
+39
[next]