summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.3.10telepathy-salut-0.3.10Guillaume Desmottes2009-09-102-3/+5
* re-enable test-disabled-1-1-tubes.pyGuillaume Desmottes2009-09-091-4/+0
* Disable 1-1 stream tube for nowGuillaume Desmottes2009-09-096-3/+24
* ile_transfer_helper.py: use hashlib instead of the deprecated md5 moduleGuillaume Desmottes2009-09-091-4/+2
* Make Python 2.5 a hard dependencyGuillaume Desmottes2009-09-091-22/+10
* document Debug interface in NEWSGuillaume Desmottes2009-09-091-3/+5
* update NEWSJonny Lamb2009-09-091-0/+7
* connection: save presence/message and set once established if set after self ...Jonny Lamb2009-09-091-1/+6
* connection: if presence is set before connected, save and set after connectingJonny Lamb2009-09-091-20/+58
* connection: set "dnd" to PRESENCE_TYPE_BUSYJonny Lamb2009-09-081-1/+1
* Add support for TpDebugSender.Jonny Lamb2009-09-045-8/+94
* Fix compilation on NetBSD by including more headersThomas Klausner2009-08-252-0/+3
* telepathy-salut: fix header guard in debug.hAndres Salomon2009-07-221-1/+1
* NEWS: tp-glib 0.7.31, stable tubes, contact capsGuillaume Desmottes2009-06-261-4/+13
* test-olpc-activity-announcements.py: port to new test APIGuillaume Desmottes2009-06-261-22/+13
* sync servicetest.py from GabbleGuillaume Desmottes2009-06-261-166/+91
* remove unused 'match' importsGuillaume Desmottes2009-06-263-3/+3
* lazy is never used so there is no point to import itGuillaume Desmottes2009-06-263-3/+3
* test-caps-tubes.py: add generic tube capabilityGuillaume Desmottes2009-06-261-40/+72
* Implement generic tube capabilityGuillaume Desmottes2009-06-261-0/+92
* tubes-mgr: add TargetID as allowed property in ContactCapabilitiesGuillaume Desmottes2009-06-261-0/+2
* tube-dbus: actually implement the LocalHost access controlGuillaume Desmottes2009-06-261-0/+16
* add Localhost to SupportedAccessesControlGuillaume Desmottes2009-06-262-2/+6
* two-muc-dbus-tubes.py: actually use the tubeGuillaume Desmottes2009-06-261-4/+58
* two-muc-dbus-tubes.py: test DBusNames propertyGuillaume Desmottes2009-06-261-2/+18
* tube-dbus: use the rafined TP_HASH_TYPE_DBUS_TUBE_PARTICIPANTS for the dbus-n...Guillaume Desmottes2009-06-261-1/+1
* two-muc-dbus-tubes.py: test if DBusNamesChanged is properly firedGuillaume Desmottes2009-06-261-5/+28
* fire DBusTube.DBusNamesChanged signalGuillaume Desmottes2009-06-261-0/+27
* call update_tubes_info once the tube has been openedGuillaume Desmottes2009-06-261-10/+2
* tubes-channel: call add_yourself_in_dbus_names once the tube has been openedGuillaume Desmottes2009-06-261-7/+10
* add two-muc-dbus-tubes.pyGuillaume Desmottes2009-06-262-1/+182
* remove useless imports from stream tube testsGuillaume Desmottes2009-06-262-12/+2
* factor out invite_to_muc to tubetestutil.pyGuillaume Desmottes2009-06-262-50/+31
* factor out join_muc() to tubetestutil.pyGuillaume Desmottes2009-06-262-10/+18
* use connect_two_accounts() helper in stream tube testsGuillaume Desmottes2009-06-262-141/+6
* add tubetestutil.py containing connect_two_accounts(), a tube tests helper fu...Guillaume Desmottes2009-06-262-1/+80
* tubes-channel: always fire the Closed signal when a tube is closedGuillaume Desmottes2009-06-261-19/+12
* implement DBusTube.Accept methodGuillaume Desmottes2009-06-261-2/+36
* salut_muc_channel_received_stanza: remove D-Bus tube exception now they imple...Guillaume Desmottes2009-06-261-3/+1
* tube-dbus: bytestream_state_changed_cb: fire TubeChannelStateChanged signalGuillaume Desmottes2009-06-261-0/+4
* implement DBusTube.Offer methodGuillaume Desmottes2009-06-261-3/+61
* salut_tubes_channel_offer_d_bus_tube: call salut_tube_dbus_offerGuillaume Desmottes2009-06-261-0/+10
* add salut_tube_dbus_offerGuillaume Desmottes2009-06-262-14/+56
* factor out create_dbus_serverGuillaume Desmottes2009-06-261-9/+49
* tube-dbus: factor out do_closeGuillaume Desmottes2009-06-261-10/+20
* salut-muc-manager: handle D-Bus tube channel requestGuillaume Desmottes2009-06-261-1/+39
* salut_tubes_channel_tube_request: uncomment D-Bus tube new API codeGuillaume Desmottes2009-06-261-3/+0
* tube-dbus: implement DBusTube propertiesGuillaume Desmottes2009-06-261-3/+28
* tube-dbus: implement Channel interface methodsGuillaume Desmottes2009-06-261-5/+73
* tube-dbus: start to implement Channel interface and DBusTube typeGuillaume Desmottes2009-06-262-6/+266