Age | Commit message (Expand) | Author |
2016-07-28 | Fix the timeout test, now that we don't wait 1ms too much everytime | louiz’ |
2016-07-28 | Do not add 1ms to the timeout of our poller | louiz’ |
2016-07-28 | Always remove all the DNS sockets on an c-ares event | louiz’ |
2016-07-27 | Revert "Don’t use unique_ptr to store dns socket handlers" | louiz’ |
2016-07-25 | Test the resolving of multiple hostnames at the same time | louiz’ |
2016-07-24 | Use log_error instead of cerr | louiz’ |
2016-07-23 | Refactor the CI file, build many configurations | louiz’ |
2016-07-18 | In reload.cpp, only build the database things if litesql is used | louiz’ |
2016-07-18 | Always build the artifacts | louiz’ |
2016-07-12 | Properly use the docstring variables | louiz’ |
2016-07-12 | Clean the list of options visible in non-advanced ccmake | louiz’ |
2016-07-12 | Use an ugly way, because SOURCES property does not work in cmake 3.0 | louiz’ |
2016-07-12 | Bring back DNSSocketHandler's destructor | louiz’ |
2016-07-12 | Set the required cmake version to 3.0 | louiz’ |
2016-07-12 | Don't use target_sources() in cmake because it's >=3.1 only | louiz’ |
2016-07-12 | Don’t use unique_ptr to store dns socket handlers | louiz’ |
2016-07-12 | Move reload.*pp from louloulibs to src | louiz’ |
2016-07-12 | Properly catch and handle database errors | louiz’ |
2016-07-04 | Send the iq requests to one random resource instead of the bare JID | louiz’ |
2016-07-04 | Replace all include guards by #pragma once | louiz’ |
2016-07-04 | List of channels are saved per-request and not globally | louiz’ |
2016-07-04 | Remove forgotten comment | louiz’ |
2016-07-03 | Properly remove the resource from the server when we leave the last channel | louiz’ |
2016-07-03 | Use latest git of botan in the dockerfiles | louiz’ |
2016-07-02 | Add https to the unit file DOC thing | 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-24 | Log a warning when we receive an iq without a from | louiz’ |
2016-06-24 | Forward ping requests from IRC to XMPP, to one single resource | louiz’ |
2016-06-24 | Properly set the “from” of the ping results to the correct full JID | louiz’ |
2016-06-23 | Add a simple e2e test that joins a channel with xep0106-encoded name | louiz’ |
2016-06-23 | Fix a bug in cut() | louiz’ |
2016-06-23 | Remove unused function | louiz’ |
2016-06-23 | Merge remote-tracking branch 'linkmauve/escaped-iid-support' | louiz’ |
2016-06-23 | Fix a use after free in IrcChannel::remove_user | louiz’ |
2016-06-21 | Add XEP-0106 support to the bridge | Emmanuel Gil Peyrot |
2016-06-15 | Fix typo in bridge.hpp | Emmanuel Gil Peyrot |
2016-06-15 | Fix a missing include for strlen | louiz’ |
2016-06-15 | Properly calculate the maximum size of each message line, before cutting | louiz’ |
2016-06-15 | Save our own host, as reported by the server | louiz’ |
2016-06-15 | cut messages at 512 bytes, taking into account the UTF-8 codepoints | louiz’ |
2016-06-15 | Add get_next_codepoint_size | louiz’ |
2016-06-14 | Refactor, test and improve the way we cut too-long messages for IRC | louiz’ |
2016-06-14 | Add a missing return bool in Config | louiz’ |
2016-06-14 | Fix a doc typo | louiz’ |
2016-06-14 | Improve the signal handling by disabling them while an handler is running | 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’ |