Age | Commit message (Expand) | Author |
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’ |
2016-10-06 | Add a coverity job that runs cov-build and submit the archive to coverity.com | louiz’ |
2016-10-06 | Fix the argument of strerror after bind() | louiz’ |
2016-10-06 | Remove a branch that execute identical code in both cases | louiz’ |
2016-10-05 | Avoid sending PART command for unjoined channels | louiz’ |
2016-10-05 | Update the changelog | 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 | Avoid an exception due to some bad logic in the DNS resolution mechanic | louiz’ |
2016-10-03 | Fix some compilation warning/errors that appear on FreeBSD | louiz’ |
2016-10-03 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ |
2016-10-03 | Remove build/* from the coverage, because that code isn’t part of biboumi | louiz’ |
2016-10-03 | Add missing include file | 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-29 | Re-add the ad-hoc command the was removed by mistake in the previous commit | louiz’ |
2016-09-29 | Add AdhocCommandHandlers::add_command to simplify the usage of this class | louiz’ |
2016-09-29 | Look for uuid/uuid.h instead of just uuid.h | louiz’ |
2016-09-28 | Add trendy badges to the README | louiz |
2016-09-28 | Remove unused code in sha1 module | louiz’ |
2016-09-28 | Add coverage_e2e, which runs e2e, and regenerate a global coverage report | louiz’ |
2016-09-22 | Respond to disco#info requests on IRC server JIDs | louiz’ |
2016-09-22 | Add the missing & for 3 std::string function arguments | louiz’ |
2016-09-21 | Some little style/typo fixes | louiz’ |
2016-09-20 | Make history messages work with fixed_irc_server | louiz’ |
2016-09-17 | make dist creates the archive with the current time, not the git time | louiz’ |
2016-09-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ |
2016-09-16 | In the debian docker, install aiodns from source instead of pip | louiz’ |
2016-09-16 | Remove a useless line in the COPYING file | louiz’ |
2016-09-09 | Trivial doc fixes | louiz’ |
2016-09-09 | Add some configuration example | louiz’ |
2016-09-09 | Didn’t I fix that typo 12 times already? | louiz’ |
2016-09-07 | Fix a trivial formatting issue in the doc | louiz’ |
2016-09-07 | Improve the documentation for the archives | louiz’ |
2016-09-04 | Add 2 missing namespaces in our disco#info result | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |