summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-04idletest: Use handleCommand instead of dataReceivedHEADmastergioDebarshi 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
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
2011-07-20Connection: replace constructor with constructed.Will Thompson1-8/+7
2011-07-20Implement GetAliases()Will Thompson1-6/+47
2011-07-20Connection: use TP_STRUCT_TYPE_ALIAS_PAIRWill Thompson1-16/+8
2011-05-23Remove unused but set variablesDebarshi Ray1-8/+0
2011-05-11Add the release mail automation scriptDebarshi Ray2-1/+81
2011-05-11Set nano versionDebarshi Ray1-1/+1
2011-05-11Prepare 0.1.10Debarshi Ray2-3/+6
2011-05-11Put the role played by the target nick in a channel as vCard parameterDebarshi Ray1-2/+12
2011-05-11Use idle_muc_channel_is_typecharDebarshi Ray1-1/+2
2011-05-11Add idle_muc_channel_is_typechar as per RFC 2811Debarshi Ray2-0/+22
2011-05-11contactinfo-request.py: check the x-irc-server and x-host fieldsDebarshi Ray1-0/+5
2011-05-10Handle RPL_WHOISSECURE messages in response to RequestContactInfoDebarshi Ray3-0/+20
2011-05-10Handle RPL_WHOISOPERATOR messages in response to RequestContactInfoDebarshi Ray3-0/+20
2011-05-10Handle RPL_WHOISREGNICK messages in response to RequestContactInfoDebarshi Ray3-0/+22
2011-05-10Reduce boilerplateDebarshi Ray1-63/+25
2011-05-10Fix coding style to use PEP-8Sjoerd Simons1-1/+1
2011-05-10Add a test for the Action message typeSjoerd Simons1-4/+28
2011-05-10Pass the message type to tp_cm_message_new_textSjoerd Simons1-2/+1
2011-05-09Correct order of arguments to assertEqualsSjoerd Simons1-2/+2