summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-18debug: default to debug messages being off by defaultHEADmasterJonny Lamb1-1/+1
2009-08-25Merge branch 'autotools'Jonny Lamb20-239/+244
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 Lamb8-235/+0
2009-08-25Remove --config-cache from configure call in autogen.sh.Jonny Lamb1-1/+1
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-25Use a wildcard instead instead of listing all spec files.Jonny Lamb1-58/+1
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 Lamb2-1/+8
2009-08-25Initial autotools-ing of telepathy-python.Jonny Lamb11-0/+305
2009-08-25Updated .gitignore.Jonny Lamb1-0/+14
2009-08-25Removed old _version.py.Jonny Lamb1-4/+0
2009-08-25Prepare the 0.15.11 releaseLouis-Francis Ratté-Boulianne2-2/+4
2009-08-25NEWS: debug interface implementedLouis-Francis Ratté-Boulianne1-0/+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-25NEWS: document spec upgradeGuillaume Desmottes1-0/+1
2009-08-25Upgrade to spec 0.17.27Guillaume Desmottes23-175/+634
2009-08-18Prepare the 0.15.11 releaseLouis-Francis Ratté-Boulianne2-2/+4
2009-08-18Merge branch 'debug'Louis-Francis Ratté-Boulianne3-0/+115
2009-08-18Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-pythonLouis-Francis Ratté-Boulianne24-175/+635
2009-08-18NEWS: debug interface implementedLouis-Francis Ratté-Boulianne1-0/+1
2009-08-17Log messages written on stderr (debug interface)Louis-Francis Ratté-Boulianne1-0/+30
2009-08-17Added Debug interfaceLouis-Francis Ratté-Boulianne2-0/+84
2009-08-17NEWS: document spec upgradeGuillaume Desmottes1-0/+1
2009-08-17Upgrade to spec 0.17.27Guillaume Desmottes23-175/+634
2009-08-12Merge branch 'master' of git+ssh://git.collabora.co.uk/git/user/lfrb/telepath...Louis-Francis Ratté-Boulianne14-317/+680
2009-08-04Added FileTransfer channelLouis-Francis Ratte-Boulianne2-0/+19
2009-08-04Fixed GetCapabilities method that was plain brokenLouis-Francis Ratté-Boulianne2-4/+8
2009-08-03Update NEWS.Jonny Lamb1-0/+2
2009-08-03Fixing TargetID handle searchThiago Borges Abdnur1-5/+9
2009-07-30start developpement of 0.15.11Guillaume Desmottes2-2/+9
2009-07-30prepare the 0.15.10 releaseGuillaume Desmottes2-3/+5
2009-07-30add server/channelmanager.py to MANIFEST.in to be sure it's included in the t...Guillaume Desmottes1-0/+1
2009-07-28start dev of 0.15.10Guillaume Desmottes2-1/+8
2009-07-28prepare 0.15.9 releaseGuillaume Desmottes2-2/+4
2009-07-28NEWS: document Requests API and the API break because of itGuillaume Desmottes1-0/+5
2009-07-16Merge branch 'requests'Jonny Lamb6-79/+382
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 Lamb2-10/+10
2009-07-15Add a usage error message on not enough arguments.Jonny Lamb1-3/+7
2009-07-15Don't listen to NewChannels but take the channel returned from CreateChannel.Jonny Lamb1-28/+20
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