summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-12-18Send iq error/result when the user changed a MODE command with an iqlouiz’
2016-12-14Test the TLS connectionlouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-14e2e: test connection failurelouiz’
2016-12-13Switch back to using std::cout instead of std::cloglouiz’
2016-12-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
2016-12-12Auto accept presence subscriptionlouiz’
2016-12-11Do not change the nick when joining a second room with a different nicklouiz’
2016-12-11Add a None type for the Iid class (when the iid is completely empty)louiz’
2016-12-10The logger writes to std::cloglouiz’
2016-12-10The config module doesn’t use the logger at alllouiz’
2016-12-09e2e: remove the log_message step, because it causes race conditionslouiz’
2016-12-08e2e: Accept even more unordered things in the connection sequencelouiz’
2016-11-16e2e tests that the IRC server received an ident responselouiz’
2016-11-07Test the error on joining invalid roomlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
2016-11-03Test the global and IRC server configure commandslouiz’
2016-11-02Fix the presences sent, when multiple resources join the virtual channellouiz’
2016-10-31Actually run all the e2e scenario if nothing is specifiedlouiz’
2016-10-31Test successful invite of an other userlouiz’
2016-10-31Use ensure_future if available, otherwise use asyncio.asynclouiz’
2016-10-31Test self discolouiz’
2016-10-31e2e: add the possibility to launch a specific list of scenarios onlylouiz’
2016-10-31Test raw messageslouiz’
2016-10-27Remove calls to INFO() in catch, they are uselesslouiz’
2016-10-26Refactor the sha1 digest into its own function, and do not use sprintflouiz’
2016-10-24Correctly handle the nick change inside the virtual channellouiz’
2016-10-21Revert "Use ensure_future instead of async"louiz’
2016-10-21Fix the broken commit 4388b9clouiz’
2016-10-21e2e: Fix some logic in check_list_of_xpathlouiz’
2016-10-21Use ensure_future instead of asynclouiz’
2016-10-21Remove an unused variable in e2elouiz’
2016-10-17Use expect_unordered in a few more placeslouiz’
2016-10-17Add tests for the nick change, and the nick conflictlouiz’
2016-10-14Add two e2e tests on adhoc commandslouiz’
2016-10-12Disable the output in the config unit testlouiz’
2016-10-12e2e: test the private and no-copy thingylouiz’
2016-10-12e2e: the port to use should be an int, not a stringlouiz’
2016-10-11Parse the timezone myself, instead of using the broken strptimelouiz’
2016-10-07e2e: add expec_unordered to be able to test things even if the arrive in a di...louiz’
2016-10-07Cleanup __main__.py a little bitlouiz’
2016-10-04Respond to muc#traffic requestslouiz’
2016-10-03Make version requests work with global user JIDs as welllouiz’
2016-10-03Fix parse_datetime by always using a 'z' as the timezonelouiz’
2016-10-03Modify the charybdis conf to disable the LIST throttlinglouiz’
2016-10-03Implement result-set-management for LIST querieslouiz’
2016-10-02Use LIST * instead of just LIST, because some servers don’t accept itlouiz’
2016-09-20Make history messages work with fixed_irc_serverlouiz’
2016-09-17Fix the parse_datetime by using %Z instead of %zlouiz’
2016-09-04MAM results can be filtered by start and end dateslouiz’