summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-25version 0.3.11telepathy-salut-0.3.11Mike Ruprecht2-5/+7
2010-03-25Initialize GErrors to NULL.Mike Ruprecht1-1/+1
2010-03-25Remove use of g_set_prgname in main().Mike Ruprecht1-1/+0
2010-03-25fix silly typosSjoerd Simons1-2/+2
2010-03-25Return an error from Send as soon as we canSjoerd Simons1-32/+28
2010-03-25Port MUC channels to use the message mixin.Mike Ruprecht2-72/+70
2010-03-25Port IM channels to use the message mixin.Mike Ruprecht2-80/+76
2010-03-25Add helper functions for the message interface.Mike Ruprecht2-1/+142
2010-03-25Copy the generate_id function from Gabble's util file.Mike Ruprecht3-2/+42
2010-03-25Fix strict aliasing warnings from gccSjoerd Simons2-11/+17
2010-02-18configure: be sure to link to avahi-client and avahi-commonJonny Lamb1-1/+1
2009-09-10start dev of 0.3.11Guillaume Desmottes2-1/+11
2009-09-10version 0.3.10telepathy-salut-0.3.10Guillaume Desmottes2-3/+5
2009-09-09re-enable test-disabled-1-1-tubes.pyGuillaume Desmottes1-4/+0
2009-09-09Disable 1-1 stream tube for nowGuillaume Desmottes6-3/+24
2009-09-09ile_transfer_helper.py: use hashlib instead of the deprecated md5 moduleGuillaume Desmottes1-4/+2
2009-09-09Make Python 2.5 a hard dependencyGuillaume Desmottes1-22/+10
2009-09-09document Debug interface in NEWSGuillaume Desmottes1-3/+5
2009-09-09update NEWSJonny Lamb1-0/+7
2009-09-09connection: save presence/message and set once established if set after self ...Jonny Lamb1-1/+6
2009-09-09connection: if presence is set before connected, save and set after connectingJonny Lamb1-20/+58
2009-09-08connection: set "dnd" to PRESENCE_TYPE_BUSYJonny Lamb1-1/+1
2009-09-04Add support for TpDebugSender.Jonny Lamb5-8/+94
2009-08-25Fix compilation on NetBSD by including more headersThomas Klausner2-0/+3
2009-07-22telepathy-salut: fix header guard in debug.hAndres Salomon1-1/+1
2009-06-26NEWS: tp-glib 0.7.31, stable tubes, contact capsGuillaume Desmottes1-4/+13
2009-06-26test-olpc-activity-announcements.py: port to new test APIGuillaume Desmottes1-22/+13
2009-06-26sync servicetest.py from GabbleGuillaume Desmottes1-166/+91
2009-06-26remove unused 'match' importsGuillaume Desmottes3-3/+3
2009-06-26lazy is never used so there is no point to import itGuillaume Desmottes3-3/+3
2009-06-26test-caps-tubes.py: add generic tube capabilityGuillaume Desmottes1-40/+72
2009-06-26Implement generic tube capabilityGuillaume Desmottes1-0/+92
2009-06-26tubes-mgr: add TargetID as allowed property in ContactCapabilitiesGuillaume Desmottes1-0/+2
2009-06-26tube-dbus: actually implement the LocalHost access controlGuillaume Desmottes1-0/+16
2009-06-26add Localhost to SupportedAccessesControlGuillaume Desmottes2-2/+6
2009-06-26two-muc-dbus-tubes.py: actually use the tubeGuillaume Desmottes1-4/+58
2009-06-26two-muc-dbus-tubes.py: test DBusNames propertyGuillaume Desmottes1-2/+18
2009-06-26tube-dbus: use the rafined TP_HASH_TYPE_DBUS_TUBE_PARTICIPANTS for the dbus-n...Guillaume Desmottes1-1/+1
2009-06-26two-muc-dbus-tubes.py: test if DBusNamesChanged is properly firedGuillaume Desmottes1-5/+28
2009-06-26fire DBusTube.DBusNamesChanged signalGuillaume Desmottes1-0/+27
2009-06-26call update_tubes_info once the tube has been openedGuillaume Desmottes1-10/+2
2009-06-26tubes-channel: call add_yourself_in_dbus_names once the tube has been openedGuillaume Desmottes1-7/+10
2009-06-26add two-muc-dbus-tubes.pyGuillaume Desmottes2-1/+182
2009-06-26remove useless imports from stream tube testsGuillaume Desmottes2-12/+2
2009-06-26factor out invite_to_muc to tubetestutil.pyGuillaume Desmottes2-50/+31
2009-06-26factor out join_muc() to tubetestutil.pyGuillaume Desmottes2-10/+18
2009-06-26use connect_two_accounts() helper in stream tube testsGuillaume Desmottes2-141/+6
2009-06-26add tubetestutil.py containing connect_two_accounts(), a tube tests helper fu...Guillaume Desmottes2-1/+80
2009-06-26tubes-channel: always fire the Closed signal when a tube is closedGuillaume Desmottes1-19/+12
2009-06-26implement DBusTube.Accept methodGuillaume Desmottes1-2/+36