summaryrefslogtreecommitdiff
path: root/src/idle-connection.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Split property/value pairs one-per-line in interactive TLS checking codeSimon McVittie1-2/+7
2013-04-30Connection: fix default for 'charset' property.Will Thompson1-1/+1
2013-04-30Connection: cancel connect_async when Disconnect() is calledWill Thompson1-2/+10
2013-04-30Connection: fix a crash on Disconnect() during TLS verificationWill Thompson1-4/+5
2013-04-29Connection: use a boolean for ServerConnection statusWill Thompson1-6/+10
2013-04-29ServerConnection: replace ::status-changed with ::disconnectedWill Thompson1-24/+7
2013-04-29Start pinging & running message queue after 001 (welcome)Will Thompson1-9/+12
2013-04-28Add support for interactive TLS certificate checkingSjoerd Simons1-1/+9
2012-11-02Merge branch 'ping'Will Thompson1-48/+115
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 Thompson1-0/+19
2012-10-30Fix _force_disconnect to actually forcibly disconnect.Will Thompson1-14/+4
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 Thompson1-3/+57
2012-10-30Move comment about message interval to the right placeWill Thompson1-3/+2
2012-10-30Connection: add priv field to structureWill Thompson1-40/+43
2012-10-29Merge branch 'room-list'Will Thompson1-0/+4
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-05-10Make some internal functions properly staticSimon McVittie1-1/+2
2012-05-10Prototype functions properly: foo() is not a prototype, foo(void) isSimon McVittie1-1/+2
2012-05-10Various dull C89-complianceSimon McVittie1-10/+19
2012-05-10Stop refcounting handles, which have been "immortal" since 0.14Simon McVittie1-2/+0
2012-05-08Use TP_ERROR, not deprecated TP_ERRORSSimon McVittie1-6/+6
2012-04-08Initial support for listing IRC channelsJonathon Jongsma1-0/+4
2012-04-04config.h has to be the first header included in C filesGuillaume Desmottes1-2/+2
2012-03-30Connection: handle ServerConn errors while ConnectingWill Thompson1-15/+14
2012-03-30Connection: inline enqueueing messagesWill Thompson1-14/+13
2012-03-30Connection: simplify adding queue timeoutsWill Thompson1-45/+8
2012-03-30IdleConnection: remove unused message-batching codeWill Thompson1-19/+1
2012-03-30IdleConnection: don't drop & leak messages on full output bufferWill Thompson1-3/+4
2012-03-30Connection: delete requeueing logic.Will Thompson1-29/+7
2011-10-04IdleConnection: Prevent overlapping and duplicate sendsDebarshi Ray1-15/+29
2011-09-30IdleConnection: Remove redundant checkDebarshi Ray1-1/+1
2011-09-29IdleServerConnection: Async-ify idle_server_connection_disconnectDebarshi Ray1-4/+2
2011-09-29Consolidate tp_base_connection_disconnect_with_dbus_error callsDebarshi Ray1-23/+30
2011-09-29IdleConnection: Use tp_strdiff and tp_str_emptyDebarshi Ray1-3/+3
2011-09-29IdleServerConnection: Async-ify idle_server_connection_sendDebarshi Ray1-27/+84
2011-09-29IdleConnection: Handle connecting -> disconnected correctlyDebarshi Ray1-10/+14
2011-09-29IdleServerConnection: Async-ify idle_server_connection_connectDebarshi Ray1-30/+38
2011-09-29Get rid of IdleServerConnectionIface and IdleSSLServerConnectionDebarshi Ray1-15/+14
2011-09-12Connection: replace \r and \n with spacesWill Thompson1-2/+3
2011-09-09Add an env var to speed up flushing the queueWill Thompson1-2/+13
2011-09-09Connection: refactor adding queue timeout.Will Thompson1-11/+32
2011-09-08Remove obsolete DBUS_API_SUBJECT_TO_CHANGEWill Thompson1-1/+0
2011-08-03Connection: fix coding style nitpicksWill Thompson1-4/+4
2011-07-20Contacts: support AliasingWill Thompson1-0/+31
2011-07-20Add a TpContactsMixinWill Thompson1-1/+9
2011-07-20Connection: replace constructor with constructed.Will Thompson1-8/+7