summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing telepathy-glib-dbus.h includesGuillaume Desmottes2013-09-239-0/+10
* use TP_SEAL_ENABLEGuillaume Desmottes2013-09-165-27/+50
* Use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-1624-67/+18
* connection: use a hash table to store aliasesGuillaume Desmottes2013-09-121-17/+16
* ServerConnection: dispose internal objectsLionel Landwerlin2013-09-051-4/+4
* ServerConnection: kill async read when disconnectingLionel Landwerlin2013-09-051-1/+9
* Add handle-name to RoomList propertiesXavier Claessens2013-06-111-0/+1
* Don't crash when a channel with multiple requests failsSjoerd Simons2013-05-121-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-011-10/+11
* 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
* Connection: cancel connect_async when Disconnect() is calledWill Thompson2013-04-302-4/+11
* Connection: fix a crash on Disconnect() during TLS verificationWill Thompson2013-04-301-4/+5
* 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-281-10/+0
* Add support for interactive TLS certificate checkingSjoerd Simons2013-04-282-2/+93
* Connect to the server in the non-main threadSjoerd Simons2013-04-281-3/+21
* Port to TLS handling code to work in IdleSjoerd Simons2013-04-287-221/+105
* Copy TLS channel code from gabbleSjoerd Simons2013-04-286-0/+1448
* IdleServerConnection: check certificates properly, except in the testsSimon McVittie2013-04-241-5/+10
* Include config.h in each source fileSimon McVittie2013-04-2410-0/+11
* Drop unused build dependency on OpenSSLWill Thompson2013-04-221-2/+0
* Parse PONG more lenientlyWill Thompson2012-11-161-1/+1
* muc-channel: remove content-free/wrong docstringsWill Thompson2012-11-141-24/+1
* muc-channel: implement Destroy(), make Close() respawnWill Thompson2012-11-142-3/+50
* muc-channel: implement get_interfaces vfuncWill Thompson2012-11-091-1/+15
* im-channel: chain up in get_interfaces() implWill Thompson2012-11-091-1/+3
* im-manager: use tp_base_channel_is_destroyed()Will Thompson2012-11-091-8/+3
* Merge branch 'ping'Will Thompson2012-11-026-50/+143
|\
| * Clarify ping timeout comparisonWill Thompson2012-11-021-1/+2
| * Disable keepalive pings if server doesn't support PING.Will Thompson2012-10-303-0/+21
| * Fix _force_disconnect to actually forcibly disconnect.Will Thompson2012-10-303-14/+22
| * Don't try to ping while we're disconnecting.Will Thompson2012-10-301-1/+2
| * Connection: disconnect if we get no PONG for our PINGWill Thompson2012-10-303-3/+59
| * Move comment about message interval to the right placeWill Thompson2012-10-301-3/+2
| * Connection: add priv field to structureWill Thompson2012-10-302-40/+45
| * Parser: spell out prefix vs. non-prefix logic betterWill Thompson2012-10-302-2/+4
* | connection: cope with send_async() returning synchronouslyWill Thompson2012-10-301-1/+1
|/
* RoomlistManager: remove redundant check for HandleWill Thompson2012-10-301-11/+0
* Add a debug flag for roomlist code.Will Thompson2012-10-303-4/+3
* Fix warnings in roomlist code.Will Thompson2012-10-292-14/+13