Age | Commit message (Expand) | Author |
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-28 | Fix the timeout test, now that we don't wait 1ms too much everytime | louiz’ |
2016-07-25 | Test the resolving of multiple hostnames at the same time | louiz’ |
2016-07-12 | Properly catch and handle database errors | louiz’ |
2016-07-04 | Replace all include guards by #pragma once | 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-15 | cut messages at 512 bytes, taking into account the UTF-8 codepoints | louiz’ |
2016-06-14 | Refactor, test and improve the way we cut too-long messages for IRC | louiz’ |
2016-06-14 | Clean the Config module, use static things instead of a stupid singleton | louiz’ |
2016-06-13 | Make the logger tests more useful | louiz’ |
2016-06-13 | Show off, with some variadic templates, for the logger module | 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’ |
2016-06-08 | Add a basic e2e test for channel and private messages | louiz’ |
2016-06-08 | Associate a bridge with a bare JID instead of a full JID | louiz’ |
2016-05-13 | Test the execution of the hello command | louiz’ |
2016-05-13 | e2e: possibility to extract a value from a stanza and reuse it in send_stanza | louiz’ |
2016-04-27 | Change the name of the DB in the e2e tests | louiz’ |
2016-04-27 | Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server | louiz’ |
2016-04-25 | Trivial cleanup | louiz’ |
2016-04-25 | Add e2e tests for the ad-hoc listing on the server jid | louiz’ |
2016-04-22 | Remove a forgotten comment | louiz’ |
2016-04-22 | Test the the virtual channel | louiz’ |
2016-04-22 | tests: Split the connection sequence into two | louiz’ |
2016-04-22 | Remove an unused variable | louiz’ |
2016-04-22 | Add a basic fixed_server e2e scenario | louiz’ |
2016-04-22 | Each e2e scenario can provide its own config name | louiz’ |
2016-04-22 | Write irc output into a file | louiz’ |
2016-04-22 | Debug and exit if IRC server startup fails | louiz’ |
2016-04-22 | Correct charybdis config file path | louiz’ |
2016-04-22 | Provide a conf for charybdis | louiz’ |
2016-04-22 | Forward the topic authors, handle the author from 333 messages | louiz’ |
2016-04-22 | e2etests: Use charybdis and update the scenarios accordingly | louiz’ |
2016-04-22 | e2etests: we are able to receive optional stanzas | louiz’ |
2016-04-22 | More tests | louiz’ |
2016-04-22 | Remove localdomain | louiz’ |
2016-04-22 | Add mammond conf | louiz’ |
2016-04-22 | Improve e2e test, start mammond ourself, etc | louiz’ |
2016-04-22 | Trivial formatting | louiz’ |
2016-02-29 | Provide a better way to check stanzas at each step of the end_to_end test | Florent Le Coz |
2016-02-24 | end_to_end creates a config file before running biboumi | Florent Le Coz |
2016-02-24 | Add a basic integration test in python | Florent Le Coz |