summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Prepare 0.1.10telepathy-idle-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
2011-05-06Try not to mistake RPL_WHOWAS_TIME as RPL_WHOISLOGGEDINDebarshi Ray1-0/+5
2011-05-06Handle RPL_WHOISHOST messages in response to RequestContactInfoDebarshi Ray3-0/+35
2011-05-06Handle empty RPL_WHOISCHANNELS in response to RequestContactInfoDebarshi Ray1-0/+3
2011-05-06idletest: return an empty RPL_WHOISCHANNELS in response to WHOISDebarshi Ray1-0/+1
2011-05-04Merge branch 'test-fixes'Jonny Lamb1-1/+1
2011-05-03idletest: hardcode localhost as 127.0.0.1Jonny Lamb1-1/+1
2011-05-03Update NEWSDebarshi Ray1-0/+8
2011-05-03Test to cover MUC JOIN initiated by the serverDebarshi Ray2-0/+71
2011-05-03Handle PART messages in our test IRC serverDebarshi Ray1-0/+8
2011-05-02Strengthen the MUC JOIN test to forbid duplicate NewChannelsDebarshi Ray1-2/+6
2011-05-02Do not emit an extra NewChannels while handling a JOIN messageDebarshi Ray1-1/+0
2011-05-02Test to cover RequestContactInfoDebarshi Ray2-0/+71
2011-05-02constants.py: add SERVICE_BUSYDebarshi Ray1-0/+1
2011-05-02Handle WHOIS messages in our test IRC serverDebarshi Ray1-0/+35
2011-05-02Handle RPL_TRYAGAIN messages in response to RequestContactInfoDebarshi Ray3-0/+35
2011-05-02Handle RPL_WHOISSERVER messages in response to RequestContactInfoDebarshi Ray3-0/+27
2011-04-28use automake python macroIonut Biru1-5/+1
2011-04-20Send keep-alive packetsDebarshi Ray3-0/+55
2011-04-11NEWS: ContactInfo \o\ /o/Will Thompson1-0/+9
2011-04-11Handle RPL_WHOISLOGGEDIN messages in response to RequestContactInfoDebarshi Ray3-0/+24
2011-04-11Handle RPL_WHOISCHANNELS messages in response to RequestContactInfoDebarshi Ray3-0/+34
2011-04-11Handle ERR_NOSUCHSERVERDebarshi Ray3-0/+48
2011-04-11Implement ContactInfoDebarshi Ray5-2/+347
2011-04-11set nano versionGuillaume Desmottes1-1/+1
2011-04-11prepare 0.1.9telepathy-idle-0.1.9Guillaume Desmottes2-3/+6
2011-03-28Modify netinet/in.h fix to also work on FreeBSD.Thomas Klausner1-2/+2
2011-03-28More NEWSWill Thompson1-0/+4
2011-03-28Include <netinet/in.h> to fix build failure on DragonFlyBSDHasso Tepper1-0/+1
2011-03-28Check for strnlen, and define it if missing.Thomas Klausner2-0/+17
2011-03-25NEWS for fd.o#35239Will Thompson1-0/+5
2011-03-25Handle ERROR messagesDebarshi Ray3-1/+55
2011-03-25Test validating the 'username' parameter.Will Thompson1-0/+9
2011-03-25Filter out invalid usernamesDebarshi Ray1-1/+30
2011-03-25Define idle_server_connection_iface_get_state with the correct spellingDebarshi Ray1-1/+1
2011-03-21Update the list of mode prefixes and document themDebarshi Ray1-2/+14
2011-03-17message-iface: check content of received messagesGuillaume Desmottes1-4/+19
2011-03-17Use tp_cm_message_new_text()Guillaume Desmottes1-10/+2