summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-18version 0.1.3telepathy-idle-0.1.3Jonathon Jongsma2-2/+29
2009-02-18Fix builddir!=srcdir issuesJonathon Jongsma3-3/+9
2009-02-17Update the text-encode-and-split test to the new internal APIJonathon Jongsma1-1/+1
2009-02-17Merge branch 'long-message-split'Jonathon Jongsma8-21/+151
2009-02-17Merge branch 'twisted-tests'Jonathon Jongsma8-68/+114
2009-02-17Merge branch 'invalid-nick'Jonathon Jongsma5-12/+94
2009-02-17Fix a test crash in connect/server-quit-ignore.pyJonathon Jongsma1-0/+4
2009-02-17Fix a small leak reported by valgrindJonathon Jongsma1-0/+1
2009-02-17Fix another infinite loop on connection failureJonathon Jongsma1-0/+1
2009-02-17messages/leading-space.py: simplify this test significantlyJonathon Jongsma2-33/+11
2009-02-17Rework join-muc-channel.py test to not depend on object pathJonathon Jongsma2-13/+23
2009-02-17message-order test: use loop to make this a bit cleanerJonathon Jongsma1-12/+8
2009-02-17Disconnect in idletest in case the test fails and doesn't disconnectJonathon Jongsma1-3/+8
2009-02-16Reduce test chatter when not in verbose modeJonathon Jongsma1-7/+13
2009-02-16Add the constants.py file from gabbleJonathon Jongsma2-4/+49
2009-02-13Clean up some connections in invalid-nick testJonathon Jongsma1-21/+18
2009-02-13Assume worst-case relay prefix before we get user infoJonathon Jongsma1-1/+9
2009-02-13Merge branch 'room-contact-mixup'Jonathon Jongsma8-21/+94
2009-02-13Merge branch 'gimpnet-quit'Jonathon Jongsma26-12/+1329
2009-02-13Merge branch 'leakfix'Jonathon Jongsma2-10/+50
2009-02-13Add documentation for IRC message specJonathon Jongsma1-0/+11
2009-02-13Merge branch 'fd-double-close'Jonathon Jongsma2-49/+12
2009-02-13Merge branch 'ssl-infinite-loop'Jonathon Jongsma1-0/+2
2009-02-13Re-work the room-contact-mixup test with alban's suggestionsJonathon Jongsma1-17/+18
2009-02-13Fix Bug #19766: private messages no longer delivered to group chatJonathon Jongsma1-6/+0
2009-02-13Add test for Bug #19766: private messages deliver to group chatJonathon Jongsma2-0/+88
2009-02-13Split long messages properly (Bug #17392)Jonathon Jongsma5-7/+17
2009-02-13Store our user host prefix to calculate max msg lengthJonathon Jongsma4-0/+49
2009-02-13Don't split a utf-8 codepoint in half when splitting long messageJonathon Jongsma1-17/+16
2009-01-30Add a test for improper splitting of long messages (Bug #17392)Jonathon Jongsma2-0/+64
2009-01-30Validate nicks per the IRC RFCJonathon Jongsma2-9/+18
2009-01-30Expose the nick validation function and use it in the CMJonathon Jongsma3-3/+20
2009-01-30Add test for invalid nicknamesJonathon Jongsma2-0/+59
2009-01-29Speed up the tests a bitJonathon Jongsma5-15/+5
2009-01-27Handle buggy servers that don't quit properlyJonathon Jongsma1-0/+22
2009-01-27Add a couple tests for slightly buggy server behaviorJonathon Jongsma3-0/+77
2009-01-27Make the test server respond to QUIT messages properlyJonathon Jongsma1-0/+2
2009-01-26Free a bunch more memory leaks reported by valgrindJonathon Jongsma2-10/+48
2009-01-26Fix a leak in change_tp_properties()Jonathon Jongsma1-0/+2
2009-01-19Handle connect()s that return success immediatelyJonathon Jongsma2-9/+7
2009-01-19Only try to connect to the IRC server over TCPJonathon Jongsma1-1/+5
2009-01-19Fix an infinite loop in the SslServerConnection classJonathon Jongsma1-0/+2
2009-01-19Add a little explanation to the connect-fail-ssl testJonathon Jongsma1-3/+4
2009-01-19Add regression test for leading-space messagesJonathon Jongsma3-18/+94
2009-01-16Add a regression test for messages delivered in proper orderJonathon Jongsma3-1/+55
2009-01-16Add a very basic test for joining an IRC channelJonathon Jongsma3-3/+50
2009-01-16call Disconnect() asynchronously to prevent false test failuresJonathon Jongsma2-6/+12
2009-01-15Ignore a bunch of testing logsJonathon Jongsma1-0/+4
2009-01-15Fix some more minor twisted test issuesJonathon Jongsma6-15/+21
2009-01-15Add support for testing ssl connections with twisted testsJonathon Jongsma7-8/+72