index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tube-dbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
Merge branch 'base-channels'
Jonny Lamb
1
-402
/
+141
2012-02-14
tube-dbus: subclass TpBaseChannel
Jonny Lamb
1
-402
/
+141
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-1
/
+1
2012-01-31
Replace trivial uses of lm_message_node_get_child_with_namespace
Will Thompson
1
-1
/
+1
2012-01-27
Remove vestigial Loudmouth headers and build system
Will Thompson
1
-1
/
+0
2012-01-27
Delete LmMessage{,Type,SubType} typedefs
Will Thompson
1
-2
/
+2
2012-01-26
Expunge lm_message_ref and lm_message_unref.
Will Thompson
1
-1
/
+1
2012-01-26
Merge branch 'master' into BYE-BYE-LOUDMOUTH
Will Thompson
1
-12
/
+12
2011-11-17
Remove gabble_decode_jid in favour of wocky_decode_jid.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2011-11-16
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
1
-9
/
+9
2011-05-02
stop using LmMessageNode wrapper
Jonny Lamb
1
-7
/
+7
2011-04-08
Presence: genericise specifying a client type preference
Will Thompson
1
-2
/
+1
2010-11-04
Use GLib's simple (1-argument) signal marshallers
Simon McVittie
1
-3
/
+3
2010-09-21
various: use tp_clear_object, tp_clear_pointer more
Simon McVittie
1
-30
/
+14
2010-09-21
Tubes: use the connection's TpDBusDaemon to export objects
Simon McVittie
1
-8
/
+6
2010-06-02
Prefer phones when picking resource for Jingle calls
Will Thompson
1
-0
/
+1
2010-04-20
Rename to WockyStanza, WockyNode and related changes
Sjoerd Simons
1
-2
/
+2
2009-11-26
tube-dbus: query SOCKS5 proxy when creating a 1-1 D-Bus tube
Guillaume Desmottes
1
-0
/
+8
2009-09-09
tube-dbus: check if the tube has been requested to determine if we need to of...
Guillaume Desmottes
1
-1
/
+6
2009-09-09
tube-dbus: explicitely set the value of the Requested property
Guillaume Desmottes
1
-4
/
+9
2009-09-08
Merge branch 'caps-sanity'
Simon McVittie
1
-1
/
+1
2009-09-03
tube-dbus.c: assert that resource part of our own JID is not NULL
Dafydd Harries
1
-0
/
+1
2009-09-03
make gabble_decode_jid() return a boolean
Dafydd Harries
1
-3
/
+4
2009-09-03
style tweaks
Dafydd Harries
1
-2
/
+1
2009-08-24
Change gabble_presence_pick_resource_by_caps to check the cap.set, not the nu...
Simon McVittie
1
-1
/
+1
2009-05-28
use tp-glib instead of extensions to implement tube new API
Guillaume Desmottes
1
-32
/
+32
2009-05-26
tube-dbus: implement Localhost access control
Guillaume Desmottes
1
-0
/
+17
2009-05-26
add LocalHost to SupportedAccessControls
Guillaume Desmottes
1
-0
/
+2
2009-05-26
tube-dbus: add priv->access_control
Guillaume Desmottes
1
-0
/
+8
2009-05-26
tube-dbus: implement SupportedAccessControls property
Guillaume Desmottes
1
-0
/
+25
2009-05-26
tube-dbus: check if access_control passed to Offer/Accept is valid
Guillaume Desmottes
1
-0
/
+33
2009-05-26
DBusTube.{Offer,Accept} now have an access_control argument
Guillaume Desmottes
1
-0
/
+2
2009-04-29
Sync with latest tube spec DRAFT
Guillaume Desmottes
1
-15
/
+15
2009-03-18
tube-dbus: check dbus_message_set_sender return value
Guillaume Desmottes
1
-1
/
+2
2009-02-23
pass object arg to GabbleBytestreamFactoryNegotiateReplyFunc
Guillaume Desmottes
1
-0
/
+1
2009-02-23
tube-dbus: pass object argument to gabble_bytestream_factory_negotiate_stream
Guillaume Desmottes
1
-1
/
+1
2009-02-13
tube-dbus: fix priv->parameters leak
Guillaume Desmottes
1
-0
/
+2
2009-02-11
add FIXME saying we should use tp_dbus_properties_mixin_add_properties
Guillaume Desmottes
1
-0
/
+2
2009-02-11
tube-dbus: Parameters property has to be in channel-properties only in incomi...
Guillaume Desmottes
1
-13
/
+32
2009-02-11
tube-dbus: add Parameters to channel-properties
Guillaume Desmottes
1
-0
/
+1
2009-02-11
gabble_tube_dbus_offer_d_bus_tube: set parameters
Guillaume Desmottes
1
-0
/
+2
2009-02-11
tube-dbus: Parameters property is now read only
Guillaume Desmottes
1
-33
/
+2
2009-02-10
remove Parameters from gabble_tube_dbus_channel_allowed_properties
Guillaume Desmottes
1
-1
/
+0
2009-02-10
gabble_tube_dbus_offer_d_bus_tube now takes a parameters property
Guillaume Desmottes
1
-0
/
+1
2009-02-05
gabble_tube_dbus_channel_allowed_properties is static now
Guillaume Desmottes
1
-1
/
+1
2009-02-05
add gabble_tube_dbus_channel_get_allowed_properties function instead of defin...
Guillaume Desmottes
1
-0
/
+14
2009-02-05
tube-dbus: revert changes implementing the group iface and delegate it to the...
Guillaume Desmottes
1
-37
/
+28
2009-02-05
tube-dbus: set offered to TRUE just before actually offering it
Guillaume Desmottes
1
-1
/
+2
2009-02-05
gabble_tube_dbus_offer: don't fire the StateChanged signal as it will be once...
Guillaume Desmottes
1
-3
/
+0
2009-02-05
gabble_tube_dbus_remove_name: remove handle from members
Guillaume Desmottes
1
-0
/
+8
[next]