index
:
~smcv/telepathy-gabble
016-camera-v1-54634
broken-chat-state-recovery-2
chat-state-recovery
drf-tubes-ice-udp
gdbus-object
gdbus-properties
group-mixin
make-library-sane-46417
master
next
next-decore
next-factory
next-gdbus
next-handle-type
next-tests
presence-mixin
shared-wocky-46417
telepathy-gabble-0.10
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
towards-next
untested-otr
wip-less-qdata
wip-names
wip-next-mergeable-with-salut
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
presence.py: use make_presence()
Dafydd Harries
1
-18
/
+6
2009-09-23
make_presence(): take an optional show parameter
Dafydd Harries
1
-1
/
+5
2009-09-23
make expects for presence events more specific
Dafydd Harries
2
-8
/
+6
2009-09-23
Merge branch 'initial-streams-delay'
Dafydd Harries
21
-208
/
+248
2009-09-23
Merge branch 'initial-contact-presence'
Dafydd Harries
3
-0
/
+56
2009-09-23
google-relay.py: test for a regression of #24023
Dafydd Harries
1
-2
/
+17
2009-09-23
with-tmp-session-bus.sh: add commented out call to dbus-monitor
Dafydd Harries
1
-0
/
+2
2009-09-23
unwrap(): handle dbus.Boolean correctly
Dafydd Harries
1
-1
/
+4
2009-09-23
don't strip common prefix from object paths
Dafydd Harries
17
-82
/
+57
2009-09-23
accept-muc-dbus-type.py: make compatible with expect_many() fix
Dafydd Harries
1
-2
/
+7
2009-09-23
accept-muc-dbus-tube.py: use assert* functions
Dafydd Harries
1
-20
/
+22
2009-09-23
google-relay.py: factor out repeated code
Dafydd Harries
1
-22
/
+15
2009-09-23
allow forcing test output colouring
Dafydd Harries
1
-1
/
+1
2009-09-23
port Google relay test from BaseHTTPServer to twisted.web
Dafydd Harries
2
-77
/
+101
2009-09-23
expect_many(): log which events are still pending when a timeout occurs
Dafydd Harries
1
-1
/
+12
2009-09-23
expect_many(): ignore patterns that have already matched
Dafydd Harries
1
-1
/
+11
2009-09-23
emit a presence update for subscribed contacts when we get the roster
Dafydd Harries
2
-0
/
+47
2009-09-23
add presence types to constants.py
Dafydd Harries
1
-0
/
+9
2009-09-23
make MembersChanged have the correct reason when Error is called on a stream
Dafydd Harries
2
-0
/
+56
2009-09-17
file_transfer_helper.py: read on the local socket until it's disconnected
Guillaume Desmottes
1
-3
/
+5
2009-09-14
Merge branch 'ccaps-undraft'
Simon McVittie
5
-7
/
+7
2009-09-14
fix typos
Dafydd Harries
1
-2
/
+2
2009-09-14
Depend on telepathy-glib 0.7.37 and implement the final version of InitialAud...
Simon McVittie
2
-8
/
+6
2009-09-14
remove a semicolon
Dafydd Harries
1
-1
/
+1
2009-09-14
clarify assertNotEquals() error message
Dafydd Harries
1
-1
/
+1
2009-09-14
servicetest.py: make assert*() not format the values unless necessary
Dafydd Harries
1
-11
/
+15
2009-09-14
servicetest.py: avoid formatting events when not necessary
Dafydd Harries
1
-8
/
+10
2009-09-14
move install_colourer() to servicetest.py
Dafydd Harries
2
-25
/
+26
2009-09-14
remove exec_tests()
Dafydd Harries
1
-12
/
+6
2009-09-14
hoist import to top of file
Dafydd Harries
1
-1
/
+1
2009-09-14
test-send-file-declined: try to provide the file after it has been declined
Guillaume Desmottes
1
-0
/
+9
2009-09-14
test-send-file-provide-immediately: try to accept an outgoing FT
Guillaume Desmottes
1
-0
/
+12
2009-09-11
GabbleMediaFactory: allow requesting initial audio/video the new way
Simon McVittie
1
-2
/
+4
2009-09-11
Undraft ContactCapabilities
Simon McVittie
4
-3
/
+3
2009-09-11
main-debug: unref the TpDBusDaemon once we're done with it
Guillaume Desmottes
1
-0
/
+1
2009-09-11
add connect/disconnect-timeout.py
Guillaume Desmottes
2
-0
/
+27
2009-09-11
don't chainup XmlStream.onDocumentEnd method
Guillaume Desmottes
1
-1
/
+3
2009-09-11
main-debug: catch the Disconnected signal so we can call wocky_deinit() befor...
Guillaume Desmottes
1
-1
/
+48
2009-09-11
connect/test-nonblocking-tls.py: enable the test; it works fine with Wocky
Guillaume Desmottes
1
-8
/
+0
2009-09-11
add test connect/stream-closed.py
Guillaume Desmottes
2
-0
/
+28
2009-09-11
gabbletest.py: exec_test_deferred: properly handle the different state of the...
Guillaume Desmottes
1
-2
/
+11
2009-09-11
gabbletest.py: disconnect_conn: wait for the stream-closed and send our strea...
Guillaume Desmottes
1
-5
/
+9
2009-09-11
gabbletest.py: fire an event when the stream is closed
Guillaume Desmottes
1
-0
/
+4
2009-09-11
execute tests with WOCKY_DEBUG=all
Guillaume Desmottes
1
-1
/
+1
2009-09-11
tests/twisted/Makefile.am: stop linking on loudmouth
Guillaume Desmottes
1
-2
/
+3
2009-09-11
tests/Makefile.am: remove loudmouth from CFLAGS and add the lib/ dir to the i...
Guillaume Desmottes
1
-2
/
+3
2009-09-11
build tests/ with wocky
Guillaume Desmottes
1
-2
/
+2
2009-09-11
double-disco.py: 'available' is not a valid presence type
Guillaume Desmottes
1
-2
/
+2
2009-09-11
Merge branch 'telepathy-gabble-0.8' into master.
Will Thompson
7
-156
/
+210
2009-09-10
Merge branch 'multiplayer-disco' into telepathy-gabble-0.8
Will Thompson
6
-154
/
+208
[next]