Age | Commit message (Expand) | Author |
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’ |
2016-06-08 | Remove all usage of std::list | louiz’ |
2016-06-08 | Add methods to know which resource is on which server or channel | louiz’ |
2016-06-08 | Associate a bridge with a bare JID instead of a full JID | louiz’ |
2016-06-08 | Changelog into rst | louiz’ |
2016-06-02 | Check the length of the JID parts when copying into the jidprep buffer | louiz’ |
2016-05-26 | Changelog into rst | louiz’ |
2016-05-23 | ci: include only the rpm and srpm directory in the artifacts | louiz’ |
2016-05-23 | Update the build process to take into account the rst files | louiz’ |
2016-05-23 | Merge branch 'rst' | louiz’ |
2016-05-23 | First rst attempt | 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’ |
2016-05-13 | Use “using” instead of typedef | louiz’ |
2016-05-12 | ci: Have two builds: on fedora and on debian | louiz’ |
2016-05-12 | Add a Dockerfile for biboumi-test-debian | louiz’ |
2016-05-11 | Do not use std::endl for each line when saving the conf file | louiz’ |
2016-05-10 | Fix build with POLLER=POLL | louiz’ |
2016-05-04 | Run e2e in a subdirectory and lighten the build artifacts | louiz’ |