Age | Commit message (Expand) | Author |
2016-10-14 | Add two e2e tests on adhoc commands | louiz’ |
2016-10-12 | Disable the output in the config unit test | 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-11 | Parse the timezone myself, instead of using the broken strptime | 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 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ |
2016-10-03 | Modify the charybdis conf to disable the LIST throttling | 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-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
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’ |