summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'telepathy-idle-0.2'HEADmasterAlexander Akulich2020-11-0118-50/+55
|\
| * Meson: Omit twisted_tests arg (make the script read it from file)Alexander Akulich2020-11-011-1/+0
| * Adjust tests/twisted/tools/exec-with-log.sh to optionally omit libtoolAlexander Akulich2020-11-012-1/+6
| * Make .in script files executable (for the sake of Meson)Alexander Akulich2020-11-012-0/+0
| * Tests: Omit messages/invalid-utf8.py for nowAlexander Akulich2020-11-012-2/+4
| * Port tests to Python 3Alexander Akulich2020-11-0113-42/+41
| * Meson: Fix the build for 0.2 branchAlexander Akulich2020-11-011-1/+0
* | Merge branch 'telepathy-idle-0.2'Alexander Akulich2020-11-017-16/+197
|\ \ | |/
| * build: Add meson build systemJan Tojnar2020-11-014-0/+153
| * Avoid errors from Python caused by the deliberatly invalid UnicodeDiane Trout2017-11-041-1/+1
| * Update self-signed certificate to 2048 bytes with SHA-256 signatureDiane Trout2017-11-042-15/+43
* | Sync constants from Gabble masterSimon McVittie2014-01-071-14/+109
* | IRC_Command: prevent user of sending commands for which we have proper APIGuillaume Desmottes2013-10-151-0/+5
* | Rename IRC_Command interface to IRCCommand1Simon McVittie2013-10-151-1/+1
* | add IrcCommand extensionGuillaume Desmottes2013-10-132-0/+27
* | stop using RequestHandles()Guillaume Desmottes2013-09-233-6/+3
* | room-list-channels: use CHANNEL_TYPE_ROOM_LISTGuillaume Desmottes2013-09-231-1/+1
* | stop using InspectHandles()Guillaume Desmottes2013-09-231-1/+1
* | stop using GetSelfHandle()Guillaume Desmottes2013-09-234-4/+4
* | stop testing NewChannel signalGuillaume Desmottes2013-09-232-15/+2
* | stop using GetInterfaces()Guillaume Desmottes2013-09-231-2/+2
* | stop using RequestHandles when joining channelsGuillaume Desmottes2013-09-237-33/+29
* | servicetest.py: sync with Gabble masterGuillaume Desmottes2013-09-231-75/+220
* | tests: move D-Bus signal handler to idletestGuillaume Desmottes2013-09-232-16/+17
* | constants: sync with Gabble masterGuillaume Desmottes2013-09-231-16/+22
* | constants.py: sync with GabbleGuillaume Desmottes2013-09-191-39/+155
|/
* run-test.sh.in: actually export SSL env variablestelepathy-idle-0.1.17Guillaume Desmottes2013-09-181-0/+2
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-162-2/+2
* Run regression tests under the run-test.sh "driver"Guillaume Desmottes2013-09-122-42/+64
* Import run-test.sh.in from Gabble masterGuillaume Desmottes2013-09-122-0/+70
* Add handle-name to RoomList propertiesXavier Claessens2013-06-111-1/+1
* Add tp-glib suppressions fileWill Thompson2013-04-301-0/+390
* Connection: cancel connect_async when Disconnect() is calledWill Thompson2013-04-302-0/+32
* Add (failing?) testsWill Thompson2013-04-303-0/+58
* Don't special-case tls handling in testsSjoerd Simons2013-04-284-2/+38
* IdleServerConnection: check certificates properly, except in the testsSimon McVittie2013-04-241-0/+1
* messages/invalid-utf8.py: amend test-case to work under GLib 2.36Simon McVittie2013-04-241-9/+20
* Include config.h in each source fileSimon McVittie2013-04-243-0/+6
* with-session-bus.sh: update from telepathy-glibSimon McVittie2013-04-221-3/+15
* Drop unused build dependency on OpenSSLWill Thompson2013-04-221-4/+2
* tests: disable pings by defaultWill Thompson2012-11-161-0/+1
* Parse PONG more lenientlyWill Thompson2012-11-161-0/+6
* muc: check that messages are marked as rescuedWill Thompson2012-11-142-12/+41
* muc-channel: implement Destroy(), make Close() respawnWill Thompson2012-11-143-1/+61
* idletest: handle PART with no message argumentWill Thompson2012-11-141-1/+7
* Connection: disconnect if we get no PONG for our PINGWill Thompson2012-10-301-3/+16
* Make the PONGs sent back by the test more realisticWill Thompson2012-10-301-2/+4
* Add a stupid test for Idle sending PINGWill Thompson2012-10-302-0/+21
* Merge branch 'room-list'Will Thompson2012-10-294-0/+150
|\
| * RoomList: use TpBaseChannelWill Thompson2012-04-083-45/+55