Age | Commit message (Expand) | Author |
2016-08-31 | Add parse_datetime | louiz’ |
2016-08-31 | Fix to_string(time_t) and write a unit test for it | 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-21 | Add get_first_non_empty and use it into Database to simplify a little bit | louiz’ |
2016-08-20 | Remove dns unit tests, because they are not *unit* test (depends on network…) | 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-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’ |