Age | Commit message (Expand) | Author |
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’ |
2016-06-13 | Show off, with some variadic templates, for the logger module | louiz’ |
2016-06-13 | Display a message to tell if we found pandoc or not | louiz’ |
2016-06-11 | Make the default config file put the database in /var/lib | Emmanuel Gil Peyrot |
2016-06-11 | Allow cmake to configure the systemd unit’s user and group | Emmanuel Gil Peyrot |
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 | Add a missing vector include | louiz’ |
2016-06-08 | Support multiple nick session, except for IQs | louiz’ |
2016-06-08 | Forward everything to all concerned XMPP resources | louiz’ |