summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-22tube-dbus-muc: remove useless 'global'HEADmasterGuillaume Desmottes1-2/+0
2008-07-22tube-dbus-muc: actually use the global 'loop' variableGuillaume Desmottes1-2/+5
2008-07-22tube-dbus-muc.py: don't crash if the connection immediately failsGuillaume Desmottes1-1/+2
2008-02-21Nano version 0.15.0.1Simon McVittie1-1/+1
2008-04-03add example for discovering existing connectionsDafydd Harries1-0/+21
2008-03-08register.py: print failure codeDafydd Harries1-1/+1
2007-10-26call.py: remove unused variableDafydd Harries1-1/+0
2007-10-26call.py: close channel on StreamError signalDafydd Harries1-0/+6
2007-10-26when incoming call ends, wait for another callDafydd Harries1-0/+4
2007-07-04chatroom.py: strip trailing newlineDafydd Harries1-1/+1
2008-02-21Fix NEWS filetelepathy-python_0.15.0Simon McVittie1-1/+2
2008-02-21Bump version to 0.15.0Simon McVittie1-1/+1
2008-02-21Remove test/, which seems to be a remnant of cheddarSimon McVittie5-103/+0
2008-02-21Add NEWSSimon McVittie1-0/+11
2008-02-21Include telepathy-inspect in tarballsSimon McVittie1-0/+1
2008-02-21Update src for spec 0.17.1 (add ChannelHandler, CallMerging)Simon McVittie3-3/+24
2008-02-21MANIFEST: don't try to include TODO-PROTO and TODO-SPEC; do include NEWS, REA...Simon McVittie1-2/+3
2008-02-21Update spec to 0.17.1Simon McVittie26-216/+880
2008-02-09Use RawConfigParser instead of SafeConfigParser for manager files. Suggested ...Sjoerd Simons1-1/+1
2008-01-10Bump version to 0.14.999.1 (next release on this branch will be 0.15.0)Simon McVittie1-1/+1
2007-11-30 Wait we have really joined the muc before offering the D-Bus tubeGuillaume Desmottes1-0/+22
2007-11-30Wait we have really joined the muc before offering the stream tubesGuillaume Desmottes2-1/+24
2007-10-05cast port to dbus.UInt16 in stream tubes examplesGuillaume Desmottes3-3/+7
2007-10-05update tube-stream-private.py and tube-stream-muc.py: to be able to specifiy ...Guillaume Desmottes2-10/+10
2007-10-04stream_tube_client.py: improve trivial client/server debug messagesGuillaume Desmottes1-2/+2
2007-10-04stream_tube_client.py: use inet socket and modify trivial client/server to do soGuillaume Desmottes1-25/+21
2007-11-26t.server.connmgr: explicitly pass dbus.Bus() as bus argument of BusName (impl...Simon McVittie1-1/+3
2007-11-28correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)47-64/+64
2008-01-10Bump version to 0.14.0 (re-recorded)telepathy-python_0.14.0_reconstitutedSimon McVittie1-1/+1
2007-09-26README: stop talking about recently-removed examplesSimon McVittie1-12/+3
2007-09-26Adjust README to refer to the telepathy -> src moveSimon McVittie1-4/+4
2007-09-26Move source code from ./telepathy to ./src - it's not usable until the genera...Simon McVittie22-1/+2
2007-10-01move muc and private tubes client specific class to tube-stream-{muc,private}.pyGuillaume Desmottes3-54/+57
2007-10-01stream_tube_client.py: print a message when the joiner is waiting for a tube ...Guillaume Desmottes1-0/+5
2007-10-01stream_tube_client.py: coding style tweaksGuillaume Desmottes1-12/+12
2007-10-01stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddressGuillaume Desmottes1-4/+4
2007-10-01add examples/tube-stream-private.pyGuillaume Desmottes1-0/+33
2007-10-01stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoi...Guillaume Desmottes1-0/+25
2007-10-01stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...Guillaume Desmottes2-25/+34
2007-10-01stream_tube_client.py: set "x-example" as serviceGuillaume Desmottes1-1/+1
2007-10-01factor out stream tubes demo code to stream_tube_client.pyGuillaume Desmottes2-263/+266
2007-10-01rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}ClientGuillaume Desmottes1-14/+14
2007-10-01tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._d...Guillaume Desmottes1-5/+3
2007-10-01tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_objec...Guillaume Desmottes1-5/+3
2007-10-01add examples/tube-stream-muc.pyGuillaume Desmottes1-0/+296
2007-09-29call.py: Fix the definition of run_main_loopSjoerd Simons1-1/+1
2007-09-27update to spec 0.16.0Guillaume Desmottes3-7/+41
2007-09-27examples/tube-dbus-muc.py: add a workaround to be sure to join the right room...Guillaume Desmottes1-0/+4
2007-09-26use dbus.service.Object instead of ExportedGObjectGuillaume Desmottes1-3/+2
2007-09-26tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to...Guillaume Desmottes1-7/+6