summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | s/NUM_TP_*/TP_NUM_*Guillaume Desmottes2013-09-233-3/+3
* | TpBaseConnectionClass->create_channel_factories is going to be removedGuillaume Desmottes2013-09-231-1/+0
* | extensions: include telepathy-glib.h in generated codeGuillaume Desmottes2013-09-231-1/+1
* | add missing telepathy-glib-dbus.h includesGuillaume Desmottes2013-09-239-0/+10
* | 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
* | set nano flagGuillaume Desmottes2013-09-181-1/+1
|/
* run-test.sh.in: actually export SSL env variablestelepathy-idle-0.1.17Guillaume Desmottes2013-09-181-0/+2
* prepare 0.1.17Guillaume Desmottes2013-09-182-4/+22
* use TP_SEAL_ENABLEGuillaume Desmottes2013-09-166-27/+51
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-1628-70/+22
* autogen: Honor NOCONFIGURE=1Colin Walters2013-09-131-10/+15
* bump tp-glib min version deprecations to 0.22Guillaume Desmottes2013-09-121-3/+3
* bump tp-glib min version deprecations to 0.20Guillaume Desmottes2013-09-121-1/+1
* connection: use a hash table to store aliasesGuillaume Desmottes2013-09-121-17/+16
* .gitignore: update with new test filesGuillaume Desmottes2013-09-121-0/+6
* 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
* .gitignore: automake 1.13 copies in /test-driverGuillaume Desmottes2013-09-121-0/+1
* ServerConnection: dispose internal objectsLionel Landwerlin2013-09-051-4/+4
* ServerConnection: kill async read when disconnectingLionel Landwerlin2013-09-051-1/+9
* Require a vaguely modern telepathy-glib and GLibSimon McVittie2013-06-111-3/+3
* Add handle-name to RoomList propertiesXavier Claessens2013-06-112-1/+2
* Don't crash when a channel with multiple requests failsSjoerd Simons2013-05-121-1/+1
* nano versionSimon McVittie2013-05-012-1/+6
* Release 0.1.16telepathy-idle-0.1.16Simon McVittie2013-05-012-3/+10
* Merge branch 'interactive-tls'Simon McVittie2013-05-0120-75/+2036
|\
| * Warn on use of post-2.30 GLib APIs againSimon McVittie2013-05-011-1/+1
| * Use slightly more concise g_param_spec_object() argumentsSimon McVittie2013-05-011-4/+2
| * Split property/value pairs one-per-line in interactive TLS checking codeSimon McVittie2013-05-012-3/+10
| * ServerConnection: use GSimpleAsyncResult for connect threadWill Thompson2013-05-012-12/+13
| * ServerConnection: ensure socket connection is not leakedWill Thompson2013-04-301-1/+1
| * ServerConnection: don't leak GTask used to connectWill Thompson2013-04-301-1/+3
| * Connection: fix default for 'charset' property.Will Thompson2013-04-301-1/+1
| * Add tp-glib suppressions fileWill Thompson2013-04-301-0/+390
| * Connection: cancel connect_async when Disconnect() is calledWill Thompson2013-04-304-4/+43
| * Connection: fix a crash on Disconnect() during TLS verificationWill Thompson2013-04-301-4/+5
| * Add (failing?) testsWill Thompson2013-04-303-0/+58
| * Hide IdleServerConnectionStateWill Thompson2013-04-292-9/+10
| * Connection: use a boolean for ServerConnection statusWill Thompson2013-04-291-6/+10
| * ServerConnection: replace ::status-changed with ::disconnectedWill Thompson2013-04-292-30/+14
| * Start pinging & running message queue after 001 (welcome)Will Thompson2013-04-291-9/+12
| * TLSManager: treat unhandled channels as rejected.Will Thompson2013-04-291-0/+6
| * Don't special-case tls handling in testsSjoerd Simons2013-04-285-12/+38