summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-29Small stylistic correction in interfacebuilder.pyOlivier Le Thanh Duong1-1/+1
2009-12-14automake: enable silent rules supportxJonny Lamb1-6/+6
2009-12-13Make sure to create the _generated directory before creating __init__.py.Diego Elio 'Flameeyes' Pettenò1-0/+1
2009-12-04Add the targetid to returned properties if not presentOlivier Le Thanh Duong1-0/+5
2009-12-04return TargetID properties in channel request (fd.o #25116)Olivier Le Thanh Duong1-1/+0
2009-11-20Drop the Client from the class name alises, e.g. ClientObserver -> ObserverDanielle Madeley1-3/+3
2009-11-09Ensure that self._interfaces exists in DBusPropertiesDanielle Madeley1-0/+3
2009-11-09Add the generated Client interfaces to the telepathy.server namespaceDanielle Madeley1-0/+5
2009-09-18debug: default to debug messages being off by defaultJonny Lamb1-1/+1
2009-08-25Use better named variables for client and server directories.Jonny Lamb2-4/+4
2009-08-25Add dependencies for codegen rules.Jonny Lamb1-4/+4
2009-08-25Remove unused files.Jonny Lamb3-0/+0
2009-08-25Add some comments and re-arrange src Makefile.Jonny Lamb1-6/+9
2009-08-25Also clean pyo files on distclean.Jonny Lamb3-3/+3
2009-08-25Don't distribute generated files.Jonny Lamb1-3/+5
2009-08-25Generate the list of spec files to generate and install them in the right place.Jonny Lamb1-37/+7
2009-08-25Be sure to set the correct version numbers when not released.Jonny Lamb1-1/+6
2009-08-25Initial autotools-ing of telepathy-python.Jonny Lamb4-0/+119
2009-08-25Removed old _version.py.Jonny Lamb1-4/+0
2009-08-25Prepare the 0.15.11 releaseLouis-Francis Ratté-Boulianne1-1/+1
2009-08-25Log messages written on stderr (debug interface)Louis-Francis Ratté-Boulianne1-0/+30
2009-08-25Added Debug interfaceLouis-Francis Ratté-Boulianne2-0/+84
2009-08-11Merge branch 'master' of git+ssh://git.collabora.co.uk/git/user/lfrb/telepath...Louis-Francis Ratté-Boulianne6-32/+370
2009-08-04Added FileTransfer channelLouis-Francis Ratte-Boulianne1-0/+17
2009-08-04Fixed GetCapabilities method that was plain brokenLouis-Francis Ratté-Boulianne1-4/+7
2009-08-03Fixing TargetID handle searchThiago Borges Abdnur1-5/+9
2009-07-30start developpement of 0.15.11Guillaume Desmottes1-1/+1
2009-07-30prepare the 0.15.10 releasetelepathy-python-0.15.10Guillaume Desmottes1-1/+1
2009-07-28start dev of 0.15.10Guillaume Desmottes1-1/+1
2009-07-28prepare 0.15.9 releasetelepathy-python-0.15.9Guillaume Desmottes1-1/+1
2009-07-16Merge branch 'requests'Jonny Lamb5-26/+341
2009-07-16Use foo = not bar instead of if not bar then, etc.Jonny Lamb1-3/+1
2009-07-15Add create_channel helper method to client.Connection.Jonny Lamb1-1/+7
2009-07-10Removed some unnecessary backslashes.Jonny Lamb1-2/+2
2009-07-10Fix grammar.Jonny Lamb1-1/+1
2009-07-10Removed useless argumentLouis-Francis Ratté-Boulianne1-1/+1
2009-07-10Remove channel from manager when closingLouis-Francis Ratte-Boulianne2-9/+17
2009-06-26Added FileTransfer channelLouis-Francis Ratte-Boulianne1-0/+17
2009-06-17Call get_handle_type() in ListChannel.Olivier Le Thanh Duong1-1/+1
2009-06-15start dev of 0.15.9Guillaume Desmottes1-1/+1
2009-06-15prepare 0.15.8telepathy-python-0.15.8Guillaume Desmottes1-1/+1
2009-02-17version 0.15.7.1Guillaume Desmottes1-1/+1
2009-02-17version 0.15.7telepathy-python-0.15.7Guillaume Desmottes1-1/+1
2009-02-09Split property editing code into another function.Jonny Lamb1-4/+14
2009-02-09Raise InvalidArgument if InitiatorHandle, InitiatorID or Requested is in a ch...Jonny Lamb1-2/+4
2009-02-09Do not signal NewChannel(s) for channels already in self._channels.Jonny Lamb1-2/+6
2009-02-01s/Target/TargetHandle/ in an InvalidArgument raise.Jonny Lamb1-2/+2