summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-16After actually writing a hand test, fixing some issue (really I'm not sure if...26059Ed Page2-4/+9
2010-04-16Accidently introduced tabsEd Page1-3/+3
2010-04-16Typo in earlier commitEd Page1-1/+1
2010-04-16Providing an implementation now of what channel is looking for, so switching ...Ed Page1-1/+1
2010-04-16Fixing a bug in the Requests mixin meeting the Telepathy specEd Page1-19/+24
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
2010-01-20Prepare for 0.15.15 releasetelepathy-python-0.15.15Olivier Le Thanh Duong2-4/+5
2010-01-20Fix registering new channels in channel managerOlivier Le Thanh Duong1-2/+1
2010-01-19Start dev of 0.15.15Olivier Le Thanh Duong2-1/+8
2010-01-19prepare the 0.15.14 releasetelepathy-python-0.15.14Olivier Le Thanh Duong2-4/+4
2010-01-05update NEWSOlivier Le Thanh Duong1-0/+5
2010-01-05Add commentsOlivier Le Thanh Duong1-7/+17
2010-01-05Fix ChannelManager.close() to iter channel correctyOlivier Le Thanh Duong1-5/+6
2010-01-05Only delete the right channel in ChannelManagerOlivier Le Thanh Duong1-3/+2
2010-01-05Fix CreateChannel to always return a new channel.Olivier Le Thanh Duong2-12/+28
2009-12-29Use getattr in interfacefactory.pyOlivier Le Thanh Duong1-1/+1