summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Merge branch '48084-eats-cpu-on-failed-ssh-forward'HEADmasterWill Thompson5-117/+104
2012-03-30Test server dropping connection after authentication.48084-eats-cpu-on-failed-ssh-forwardWill Thompson2-0/+24
2012-03-30Connection: handle ServerConn errors while ConnectingWill Thompson3-15/+39
2012-03-30ServerConnection: guard against double-disconnectionWill Thompson1-0/+9
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
2012-03-30ServerConnection: disconnect on end-of-file.Will Thompson1-1/+8
2011-11-07Fix the test broken by the last commitDanielle Madeley1-1/+1
2011-11-07Make unknown timestamp a G_MAXINT64Danielle Madeley2-6/+8
2011-11-02Support trailing parameter without a initial :Sjoerd Simons2-8/+37
2011-11-01Subject: implement ActorHandle property.Will Thompson2-1/+20
2011-10-28nano version bumpWill Thompson1-1/+1
2011-10-28Version 0.1.11Will Thompson2-2/+21
2011-10-28configure: explicitly depend on gio-2.0Will Thompson1-1/+1
2011-10-28Merge branch 'loyal-subjects'Will Thompson8-721/+546
2011-10-28_network_member_left: indent a declarationWill Thompson1-1/+1
2011-10-12MUCChannel: Implement Channel.Interface.Subjectloyal-subjectsWill Thompson5-231/+344
2011-10-12Depend on tp-glib 0.15.9 for Subject etc.Will Thompson1-1/+1
2011-10-12MUCChannel: remove GET_PRIVATE antipatternWill Thompson2-36/+38
2011-10-12MUCChannel: port to TpBaseChannelWill Thompson3-413/+147
2011-10-12MUCChannel: remove obsolete GType definesWill Thompson1-49/+27
2011-10-12MUCChannel: remove unused LAST_MODE_FLAG_SHIFT defineWill Thompson1-2/+0
2011-10-04idletest: Use handleCommand instead of dataReceivedDebarshi Ray1-6/+5
2011-10-04idletest: The data for an IRC event can be [] tooDebarshi Ray1-1/+1
2011-10-04IdleConnection: Prevent overlapping and duplicate sendsDebarshi Ray1-15/+29
2011-09-29IdleConnection: Remove redundant checkDebarshi Ray1-1/+1
2011-09-29IdleServerConnection: Simplify the dispose methodDebarshi Ray1-12/+0
2011-09-29IdleServerConnection: Cleanup usage of the private GCancellableDebarshi Ray1-15/+11
2011-09-29IdleServerConnection: Async-ify idle_server_connection_disconnectDebarshi Ray3-26/+32
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-29IdleDNSResolver: Not needed anymoreDebarshi Ray3-280/+0
2011-09-29IdleServerConnection: Async-ify idle_server_connection_sendDebarshi Ray3-38/+109
2011-09-29IdleConnection: Handle connecting -> disconnected correctlyDebarshi Ray1-10/+14
2011-09-29IdleServerConnection: Async-ify idle_server_connection_connectDebarshi Ray3-46/+73
2011-09-29IdleServerConnection: Reduce the number of certificate checksDebarshi Ray1-0/+5
2011-09-29IdleServerConnection: Replace g_signal_emit_by_name with g_signal_emitDebarshi Ray1-2/+2
2011-09-29Get rid of IdleServerConnectionIface and IdleSSLServerConnectionDebarshi Ray9-930/+74
2011-09-29IdleServerConnection: Replace low level network code with GIODebarshi Ray1-377/+142
2011-09-29Use guint16 for port numbers and G_MAXUINT16 instead of 0xffffDebarshi Ray2-6/+6
2011-09-12Connection: replace \r and \n with spacesWill Thompson2-4/+10
2011-09-12Merge branch 'testier-better-faster-stronger'Will Thompson11-31/+64
2011-09-12message-order.py: tidy upWill Thompson1-4/+2
2011-09-12tests: strip \r\n from stream event dataWill Thompson4-6/+7
2011-09-09Add an env var to speed up flushing the queueWill Thompson2-3/+14
2011-09-09Connection: refactor adding queue timeout.Will Thompson1-11/+32
2011-09-09tests: print "Core dump exists" in red, like GabbleWill Thompson1-5/+12