Age | Commit message (Expand) | Author |
2016-12-11 | Do not change the nick when joining a second room with a different nick | louiz’ |
2016-12-09 | e2e: remove the log_message step, because it causes race conditions | louiz’ |
2016-12-08 | e2e: Accept even more unordered things in the connection sequence | louiz’ |
2016-11-16 | e2e tests that the IRC server received an ident response | louiz’ |
2016-11-07 | Test the error on joining invalid room | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-03 | Test the global and IRC server configure commands | louiz’ |
2016-11-02 | Fix the presences sent, when multiple resources join the virtual channel | louiz’ |
2016-10-31 | Actually run all the e2e scenario if nothing is specified | louiz’ |
2016-10-31 | Test successful invite of an other user | louiz’ |
2016-10-31 | Use ensure_future if available, otherwise use asyncio.async | louiz’ |
2016-10-31 | Test self disco | louiz’ |
2016-10-31 | e2e: add the possibility to launch a specific list of scenarios only | louiz’ |
2016-10-31 | Test raw messages | louiz’ |
2016-10-24 | Correctly handle the nick change inside the virtual channel | louiz’ |
2016-10-21 | Revert "Use ensure_future instead of async" | louiz’ |
2016-10-21 | Fix the broken commit 4388b9c | louiz’ |
2016-10-21 | e2e: Fix some logic in check_list_of_xpath | louiz’ |
2016-10-21 | Use ensure_future instead of async | louiz’ |
2016-10-21 | Remove an unused variable in e2e | louiz’ |
2016-10-17 | Use expect_unordered in a few more places | louiz’ |
2016-10-17 | Add tests for the nick change, and the nick conflict | louiz’ |
2016-10-14 | Add two e2e tests on adhoc commands | louiz’ |
2016-10-12 | e2e: test the private and no-copy thingy | louiz’ |
2016-10-12 | e2e: the port to use should be an int, not a string | louiz’ |
2016-10-07 | e2e: add expec_unordered to be able to test things even if the arrive in a di... | louiz’ |
2016-10-07 | Cleanup __main__.py a little bit | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Make version requests work with global user JIDs as well | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-10-02 | Use LIST * instead of just LIST, because some servers don’t accept it | louiz’ |
2016-09-20 | Make history messages work with fixed_irc_server | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-23 | Do not fail e2e if the database cannot be removed because it's not there | louiz’ |
2016-08-22 | Delete the database before each e2e test, to start fresh | louiz’ |
2016-08-17 | On a client error, do not QUIT, just make the resource leave all channels | louiz’ |
2016-08-16 | e2e test self invite | louiz’ |
2016-08-10 | Don’t use ! as the separator for nicknames, use % instead | louiz’ |
2016-08-03 | Test the version request, in many ways | louiz’ |
2016-08-02 | Test the kick on a multisession nick | louiz’ |
2016-07-31 | test kick | louiz’ |
2016-07-03 | Properly remove the resource from the server when we leave the last channel | louiz’ |
2016-07-02 | Add a valgrind suppression file | louiz’ |
2016-06-29 | Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the env | louiz’ |
2016-06-24 | Add a e2e test that checks self-ping with multiple resources behind one nick | louiz’ |
2016-06-24 | Add a e2e for self-ping, with a single channel resource | louiz’ |
2016-06-23 | Add a simple e2e test that joins a channel with xep0106-encoded name | louiz’ |
2016-06-10 | Reset the preferred private JID when all resources leave a room | louiz’ |
2016-06-09 | Add some e2e tests to check that private messages come from the right JIDs | louiz’ |