summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Remove Channel D-Bus object from the connection if Close failedLouis-Francis Ratté-Boulianne2-3/+11
2010-11-24Add function to ensure a handle by its name (create it if not found)Louis-Francis Ratté-Boulianne1-11/+18
2010-11-24Add default implementation of Conference interfaceLouis-Francis Ratté-Boulianne1-0/+45
2010-11-24Don't print garbage when checking an invalid handleLouis-Francis Ratté-Boulianne1-2/+0
2010-11-24Don't throw an exception when trying to remove an invalid channelLouis-Francis Ratté-Boulianne1-0/+2
2010-11-24Deprecate usage of handle 0 in GetCapabilitiesLouis-Francis Ratté-Boulianne1-3/+4
2010-11-24Add a default implementation of ContactCapabilities interfaceLouis-Francis Ratté-Boulianne1-0/+23
2010-10-29Update to spec 0.21.4Louis-Francis Ratté-Boulianne57-1153/+6000
2010-08-05start dev of 0.15.19Guillaume Desmottes2-2/+5
2010-08-05prepare 0.15.18 releasetelepathy-python-0.15.18Guillaume Desmottes2-4/+6
2010-08-05Update to spec 0.19.10Guillaume Desmottes42-608/+4825
2010-04-22NEWS: updatedJonny Lamb1-0/+3
2010-04-22added Account and AccountManager classMorten Mjelva4-0/+100
2010-04-18Remove call-gtk.py as it's outdated and obsoleteSjoerd Simons1-116/+0
2010-04-16text channel: raise ValueError if a message ID is Received twiceDavid Laban2-1/+7
2010-04-07NEWS: updateJonny Lamb1-0/+4
2010-04-07conn: implement Interfaces and Status propertiesJonny Lamb1-2/+5
2010-04-07spec: update to 0.19.3Jonny Lamb17-155/+1077
2010-04-04pass an optional bus to the account to connect toSjoerd Simons1-5/+6
2010-04-04Make it possible to add a bus to the ManagerRegistrySjoerd Simons1-2/+4
2010-04-03channel: proper usage of _add_immutables in ChannelTypeRoomListKrzysztof Klinikowski1-1/+1
2010-04-02conn: allow TargetHandle=0 when TargetHandleType=NONEJonny Lamb2-2/+11
2010-03-17configure.ac: fix bug tracker URLJonny Lamb1-1/+1
2010-03-12Version 0.15.17.1.Jonny Lamb1-1/+1
2010-03-12Version 0.15.17.telepathy-python-0.15.17Jonny Lamb2-3/+3
2010-03-11NEWS: updatedJonny Lamb1-0/+10
2010-03-11channelmanager: add a deprecation warning when using _implement_channel_classJonny Lamb1-0/+5
2010-03-11channelmanager: document the {,_}implement_channel_class{,es} methodsJonny Lamb1-1/+19
2010-03-11channel: use a proper docstring instead of just a commentJonny Lamb1-1/+2
2010-03-11conn: only allow TargetHandleType <= LAST_HANDLE_TYPEJonny Lamb1-1/+1
2010-03-11channel{,manager}: use NoneHandle around to remove hacks where handle might b...Jonny Lamb3-44/+26
2010-03-11handle: add NoneHandle to represent HANDLE_TYPE_NONEJonny Lamb1-1/+7
2010-03-10channelmanager: add implement_channel_classes functionJonny Lamb1-2/+18
2010-03-10channelmanager: rename requestable_channel_classes to requestable_channelsJonny Lamb1-7/+7
2010-03-10channelmanager: only add a channel to the internal list if we have the handleJonny Lamb1-1/+1
2010-03-10channelmanager: return None as the handle if TargetHandleType=NONEJonny Lamb1-3/+9
2010-03-10channel: add a comment on get_props to clarify more what it doesJonny Lamb1-0/+1
2010-03-10channel: don't find the channel handle if TargetHandleType=NONE or TargetHand...Jonny Lamb1-4/+13
2010-03-10channel: TargetHandle=0 if the channel handle is NoneJonny Lamb1-1/+7
2010-03-10requests: 0 is a valid TargetHandleTypeJonny Lamb1-1/+1
2010-03-10Start dev of 0.15.17Olivier Le Thanh Duong2-1/+8
2010-03-09Prepare for 0.15.16telepathy-python-0.15.16Olivier Le Thanh Duong2-4/+12
2010-03-09Fix a small typo in alter_properties which prevented raising the proper excep...Olivier Le Thanh Duong1-2/+2
2010-03-09channel: add named parameter "object_path" to Channel, and similar for its ch...Jonny Lamb2-15/+24
2010-03-09channel: remove duplicate ChannelTypeFileTransfer definitionJonny Lamb1-16/+0
2010-03-09Return actual channel properties rather than callers in EnsureChannel/CreateC...Ed Page1-15/+4
2010-02-26Fix connection.check_parameters to accept dbus.BooleanOlivier Le Thanh Duong1-1/+1
2010-01-20debug: implement setting the Enabled propertyJonny Lamb1-0/+4
2010-01-20properties: no need to return anything from the property settersJonny Lamb1-1/+1
2010-01-20Start dev of 0.15.16Olivier Le Thanh Duong2-1/+6