Age | Commit message (Expand) | Author |
2016-10-31 | Test raw messages | louiz’ |
2016-10-31 | Trivial cleanup | louiz’ |
2016-10-31 | Make AddrinfoDeleter a class | louiz’ |
2016-10-31 | Rename a variable that shadows a class member | louiz’ |
2016-10-28 | Do the previous commit, but correctly | louiz’ |
2016-10-28 | Default to make -j1 if nproc doesn’t exist | louiz’ |
2016-10-27 | Refactor remove_invalid_xml_chars to use correct types directly | louiz’ |
2016-10-27 | Remove calls to INFO() in catch, they are useless | louiz’ |
2016-10-27 | Directly use Botan::byte instead of char, to avoid an unnecessary cast | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |
2016-10-27 | Add a new badge to our collection! (Sonarqube) | louiz’ |
2016-10-25 | CONTRIBUTING.rst formatting and a typo | louiz’ |
2016-10-24 | Merge branch 'fix_tests_encoding' into 'master'
| louiz |
2016-10-24 | Explicitely use the docker runner on some builds | louiz’ |
2016-10-24 | Fix test encoding by setting LANG and LC_ALL to C.UTF-8 | louiz’ |
2016-10-24 | ci: Rename the test archive | louiz’ |
2016-10-24 | Suggest adding tests when contributing | louiz’ |
2016-10-24 | Add a CONTRIBUTING file | louiz’ |
2016-10-24 | Correctly handle the nick change inside the virtual channel | louiz’ |
2016-10-23 | Handle forced-join by just sending an invitation | louiz’ |
2016-10-23 | Refactor channel->parting to a new location | 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-20 | Add an other kewl badge | louiz’ |
2016-10-21 | Coverity upload is allowed to fail and is manual. Also name the artifacts | louiz’ |
2016-10-20 | Optimize tcp_socket::on_send by using vector::erase() only once per call | louiz’ |
2016-10-20 | Very little optimization by using a simpler scope_guard when possible | 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-15 | Fix the indent in the coverage.cmake file | louiz’ |
2016-10-14 | Add two e2e tests on adhoc commands | louiz’ |
2016-10-13 | Use g++ for the openbsd tests | louiz’ |
2016-10-12 | Disable the output in the config unit test | louiz’ |
2016-10-12 | ci: Add a test on openbsd | 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-12 | On EINPROGRESS, we need to also check for read events (because openBSD lies) | louiz’ |
2016-10-12 | Fix an off-by-one issue in the POLL code | louiz’ |
2016-10-11 | Conditionally use strptime if we don’t have std::get_time | louiz’ |
2016-10-11 | Include a private and no-copy nodes in private <message/> to avoid carbon dup... | louiz’ |
2016-10-11 | Parse the timezone myself, instead of using the broken strptime | louiz’ |
2016-10-07 | Fix the muc#traffic response | louiz’ |
2016-10-07 | Correctly set status="110" in the presence for the target of a kick | 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-06 | Add a coverity badge to the readme | louiz’ |
2016-10-06 | Remove a potential nullptr dereference, on mam queryid | louiz’ |