index
:
telepathy-python-conversions.git
master
telepathy-python-daf
telepathy-python-epmf
telepathy-python-smcv
Unnamed repository; edit this file to name it for gitweb.
Jonny Lamb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
tube-dbus-muc: remove useless 'global'
HEAD
master
Guillaume Desmottes
1
-2/+0
2008-07-22
tube-dbus-muc: actually use the global 'loop' variable
Guillaume Desmottes
1
-2/+5
2008-07-22
tube-dbus-muc.py: don't crash if the connection immediately fails
Guillaume Desmottes
1
-1/+2
2008-02-21
Nano version 0.15.0.1
Simon McVittie
1
-1/+1
2008-04-03
add example for discovering existing connections
Dafydd Harries
1
-0/+21
2008-03-08
register.py: print failure code
Dafydd Harries
1
-1/+1
2007-10-26
call.py: remove unused variable
Dafydd Harries
1
-1/+0
2007-10-26
call.py: close channel on StreamError signal
Dafydd Harries
1
-0/+6
2007-10-26
when incoming call ends, wait for another call
Dafydd Harries
1
-0/+4
2007-07-04
chatroom.py: strip trailing newline
Dafydd Harries
1
-1/+1
2008-02-21
Fix NEWS file
telepathy-python_0.15.0
Simon McVittie
1
-1/+2
2008-02-21
Bump version to 0.15.0
Simon McVittie
1
-1/+1
2008-02-21
Remove test/, which seems to be a remnant of cheddar
Simon McVittie
5
-103/+0
2008-02-21
Add NEWS
Simon McVittie
1
-0/+11
2008-02-21
Include telepathy-inspect in tarballs
Simon McVittie
1
-0/+1
2008-02-21
Update src for spec 0.17.1 (add ChannelHandler, CallMerging)
Simon McVittie
3
-3/+24
2008-02-21
MANIFEST: don't try to include TODO-PROTO and TODO-SPEC; do include NEWS, REA...
Simon McVittie
1
-2/+3
2008-02-21
Update spec to 0.17.1
Simon McVittie
26
-216/+880
2008-02-09
Use RawConfigParser instead of SafeConfigParser for manager files. Suggested ...
Sjoerd Simons
1
-1/+1
2008-01-10
Bump version to 0.14.999.1 (next release on this branch will be 0.15.0)
Simon McVittie
1
-1/+1
2007-11-30
Wait we have really joined the muc before offering the D-Bus tube
Guillaume Desmottes
1
-0/+22
2007-11-30
Wait we have really joined the muc before offering the stream tubes
Guillaume Desmottes
2
-1/+24
2007-10-05
cast port to dbus.UInt16 in stream tubes examples
Guillaume Desmottes
3
-3/+7
2007-10-05
update tube-stream-private.py and tube-stream-muc.py: to be able to specifiy ...
Guillaume Desmottes
2
-10/+10
2007-10-04
stream_tube_client.py: improve trivial client/server debug messages
Guillaume Desmottes
1
-2/+2
2007-10-04
stream_tube_client.py: use inet socket and modify trivial client/server to do so
Guillaume Desmottes
1
-25/+21
2007-11-26
t.server.connmgr: explicitly pass dbus.Bus() as bus argument of BusName (impl...
Simon McVittie
1
-1/+3
2007-11-28
correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)
47
-64/+64
2008-01-10
Bump version to 0.14.0 (re-recorded)
telepathy-python_0.14.0_reconstituted
Simon McVittie
1
-1/+1
2007-09-26
README: stop talking about recently-removed examples
Simon McVittie
1
-12/+3
2007-09-26
Adjust README to refer to the telepathy -> src move
Simon McVittie
1
-4/+4
2007-09-26
Move source code from ./telepathy to ./src - it's not usable until the genera...
Simon McVittie
22
-1/+2
2007-10-01
move muc and private tubes client specific class to tube-stream-{muc,private}.py
Guillaume Desmottes
3
-54/+57
2007-10-01
stream_tube_client.py: print a message when the joiner is waiting for a tube ...
Guillaume Desmottes
1
-0/+5
2007-10-01
stream_tube_client.py: coding style tweaks
Guillaume Desmottes
1
-12/+12
2007-10-01
stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddress
Guillaume Desmottes
1
-4/+4
2007-10-01
add examples/tube-stream-private.py
Guillaume Desmottes
1
-0/+33
2007-10-01
stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoi...
Guillaume Desmottes
1
-0/+25
2007-10-01
stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Jo...
Guillaume Desmottes
2
-25/+34
2007-10-01
stream_tube_client.py: set "x-example" as service
Guillaume Desmottes
1
-1/+1
2007-10-01
factor out stream tubes demo code to stream_tube_client.py
Guillaume Desmottes
2
-263/+266
2007-10-01
rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}Client
Guillaume Desmottes
1
-14/+14
2007-10-01
tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._d...
Guillaume Desmottes
1
-5/+3
2007-10-01
tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_objec...
Guillaume Desmottes
1
-5/+3
2007-10-01
add examples/tube-stream-muc.py
Guillaume Desmottes
1
-0/+296
2007-09-29
call.py: Fix the definition of run_main_loop
Sjoerd Simons
1
-1/+1
2007-09-27
update to spec 0.16.0
Guillaume Desmottes
3
-7/+41
2007-09-27
examples/tube-dbus-muc.py: add a workaround to be sure to join the right room...
Guillaume Desmottes
1
-0/+4
2007-09-26
use dbus.service.Object instead of ExportedGObject
Guillaume Desmottes
1
-3/+2
2007-09-26
tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to...
Guillaume Desmottes
1
-7/+6
[next]