summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Add a Twisted test for very long messages.handle-massive-linesWill Thompson2-0/+84
2011-11-10Parser: use GString for buffer; remove length limitWill Thompson1-52/+25
2011-11-10Parser: make private structure more idiomaticWill Thompson2-10/+12
2011-11-10Parser: remove unused msg-split signalWill Thompson1-11/+0
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.11telepathy-idle-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.SubjectWill 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-30IdleConnection: Remove redundant checkDebarshi Ray1-1/+1
2011-09-30IdleServerConnection: Simplify the dispose methodDebarshi Ray1-12/+0
2011-09-30IdleServerConnection: 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
2011-09-08Remove obsolete DBUS_API_SUBJECT_TO_CHANGEWill Thompson5-5/+0
2011-08-03Merge branch 'contacts'Will Thompson5-31/+179
2011-08-03Connection: fix coding style nitpicksWill Thompson1-4/+4
2011-07-20Contacts: add stub support for ContactInfoWill Thompson2-0/+21
2011-07-20Contacts: support AliasingWill Thompson2-0/+54
2011-07-20Add a TpContactsMixinWill Thompson4-1/+42