summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Contacts: support AliasingWill Thompson1-0/+23
2011-07-20Add a TpContactsMixinWill Thompson2-0/+30
2011-05-11contactinfo-request.py: check the x-irc-server and x-host fieldsDebarshi Ray1-0/+5
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-09Correct order of arguments to assertEqualsSjoerd Simons1-2/+2
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-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-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-03-25Test validating the 'username' parameter.Will Thompson1-0/+9
2011-03-17message-iface: check content of received messagesGuillaume Desmottes1-4/+19
2011-02-28Add a regression test for quoting part messagesWill Thompson1-3/+13
2011-02-11ImChannel: include Destroyable in Channel.Interfaces.Will Thompson1-1/+5
2010-12-22advertise that channels implement the Messages interfaceGuillaume Desmottes2-1/+8
2010-12-06Also check nothing strange happens when we toggle t and o at a the same timeSjoerd Simons1-0/+3
2010-12-05Handle (the absence of) the +t channel modeSjoerd Simons2-0/+134
2010-11-18Test Protocol objects in a basic waySimon McVittie2-0/+57
2010-11-18Update servicetest from SalutSimon McVittie1-188/+240
2010-10-13actually implement the D-Bus prop iface on text channelsGuillaume Desmottes1-0/+13
2010-10-13constants.py: sync with GabbleGuillaume Desmottes1-1/+50
2010-10-06Merge branch 'messages-29378'Guillaume Desmottes4-5/+217
2010-09-16remove messages/split-msg-sent-signal.pyGuillaume Desmottes2-44/+0
2010-08-17test Messages ifaceGuillaume Desmottes2-0/+84
2010-08-16make_connection! add RequestsGuillaume Desmottes1-1/+1
2010-08-13update constants.py from GabbleGuillaume Desmottes1-4/+132
2010-05-26Update with-session-bus.sh from telepathy-glib, fixing a bashismSimon McVittie1-1/+11
2009-08-30Implement Destroyable for IM channelsWill Thompson1-0/+10
2009-08-29Test that Connection.GetInterfaces() includes RequestsWill Thompson1-0/+4
2009-08-29Implement respawning for 1-1 channels.Will Thompson1-2/+32
2009-08-29Use constants.py in requests-create.pyWill Thompson1-32/+26
2009-08-29Allow parting MUCs with RemoveMembers.Will Thompson1-1/+1
2009-08-29Test Creating and Ensuring MUCs.Will Thompson3-1/+118
2009-08-29Update test constants from GabbleWill Thompson1-9/+195
2009-08-27Tests: Fix a typo in room-joining codeWill Thompson1-1/+1
2009-08-23Don't emit NewChannels twice when joiningWill Thompson1-0/+1
2009-07-07Merge branch 'master' into channel-managerWill Thompson17-97/+488
2009-05-28Merge branch 'sent-signal'Will Thompson3-1/+51
2009-05-28Merge commit 'jonner/username-param'Will Thompson1-0/+1
2009-05-27Don't include "PRIVMSG ..." in Sent signalsWill Thompson2-3/+14
2009-05-27Fix error prefix so that tests passWill Thompson1-1/+1
2009-05-27Correct the description of accept-invalid-nicksWill Thompson1-3/+2
2009-03-27Bug #17354 - Emits Send immediately, even if the message is queuedJonathon Jongsma2-0/+39
2009-02-24Be strict for what nicks we allow, and liberal for what nicks we accept from ...Jonathon Jongsma3-0/+38
2009-02-18Big test cleanupJonathon Jongsma6-68/+34