summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Add handle-name to RoomList propertiesXavier Claessens1-0/+1
2013-05-12Don't crash when a channel with multiple requests failsSjoerd Simons1-1/+1
2013-05-01Use slightly more concise g_param_spec_object() argumentsSimon McVittie1-4/+2
2013-05-01Split property/value pairs one-per-line in interactive TLS checking codeSimon McVittie2-3/+10
2013-05-01ServerConnection: use GSimpleAsyncResult for connect threadWill Thompson1-10/+11
2013-04-30ServerConnection: ensure socket connection is not leakedWill Thompson1-1/+1
2013-04-30ServerConnection: don't leak GTask used to connectWill Thompson1-1/+3
2013-04-30Connection: fix default for 'charset' property.Will Thompson1-1/+1
2013-04-30Connection: cancel connect_async when Disconnect() is calledWill Thompson2-4/+11
2013-04-30Connection: fix a crash on Disconnect() during TLS verificationWill Thompson1-4/+5
2013-04-29Hide IdleServerConnectionStateWill Thompson2-9/+10
2013-04-29Connection: use a boolean for ServerConnection statusWill Thompson1-6/+10
2013-04-29ServerConnection: replace ::status-changed with ::disconnectedWill Thompson2-30/+14
2013-04-29Start pinging & running message queue after 001 (welcome)Will Thompson1-9/+12
2013-04-29TLSManager: treat unhandled channels as rejected.Will Thompson1-0/+6
2013-04-28Don't special-case tls handling in testsSjoerd Simons1-10/+0
2013-04-28Add support for interactive TLS certificate checkingSjoerd Simons2-2/+93
2013-04-28Connect to the server in the non-main threadSjoerd Simons1-3/+21
2013-04-28Port to TLS handling code to work in IdleSjoerd Simons7-221/+105
2013-04-28Copy TLS channel code from gabbleSjoerd Simons6-0/+1448
2013-04-24IdleServerConnection: check certificates properly, except in the testsSimon McVittie1-5/+10
2013-04-24Include config.h in each source fileSimon McVittie10-0/+11
2013-04-22Drop unused build dependency on OpenSSLWill Thompson1-2/+0
2012-11-16Parse PONG more lenientlyWill Thompson1-1/+1
2012-11-14muc-channel: remove content-free/wrong docstringsWill Thompson1-24/+1
2012-11-14muc-channel: implement Destroy(), make Close() respawnWill Thompson2-3/+50
2012-11-09muc-channel: implement get_interfaces vfuncWill Thompson1-1/+15
2012-11-09im-channel: chain up in get_interfaces() implWill Thompson1-1/+3
2012-11-09im-manager: use tp_base_channel_is_destroyed()Will Thompson1-8/+3
2012-11-02Merge branch 'ping'Will Thompson6-50/+143
2012-11-02Clarify ping timeout comparisonWill Thompson1-1/+2
2012-10-30connection: cope with send_async() returning synchronouslyWill Thompson1-1/+1
2012-10-30Disable keepalive pings if server doesn't support PING.Will Thompson3-0/+21
2012-10-30Fix _force_disconnect to actually forcibly disconnect.Will Thompson3-14/+22
2012-10-30Don't try to ping while we're disconnecting.Will Thompson1-1/+2
2012-10-30Connection: disconnect if we get no PONG for our PINGWill Thompson3-3/+59
2012-10-30Move comment about message interval to the right placeWill Thompson1-3/+2
2012-10-30Connection: add priv field to structureWill Thompson2-40/+45
2012-10-30Parser: spell out prefix vs. non-prefix logic betterWill Thompson2-2/+4
2012-10-30RoomlistManager: remove redundant check for HandleWill Thompson1-11/+0
2012-10-30Add a debug flag for roomlist code.Will Thompson3-4/+3
2012-10-29Fix warnings in roomlist code.Will Thompson2-14/+13
2012-10-29idle_roomlist_manager_get_type: fix prototypeWill Thompson1-1/+1
2012-10-29Merge branch 'room-list'Will Thompson8-0/+988
2012-10-29Sanitize incoming messages to remove UTF-8 non-characters.Will Thompson1-0/+41
2012-10-28Give charset conversion function a more natural typeWill Thompson1-9/+6
2012-07-19IMManager: replace constructor with constructed.Will Thompson1-18/+8
2012-07-19Reindent idle-im-channel.cWill Thompson1-56/+79
2012-07-19Make IdleIMChannel use TpBaseChannelWill Thompson3-411/+80
2012-07-09Renamed variables to avoid warnings with "-Werror=shadow".Thomas Thurman2-17/+17