Age | Commit message (Expand) | Author |
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’ |
2016-05-04 | Style fix | louiz’ |
2016-04-28 | Update .gitignore | louiz’ |
2016-04-27 | Change the name of the DB in the e2e tests | louiz’ |
2016-04-27 | Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server | louiz’ |
2016-04-25 | Trivial cleanup | louiz’ |
2016-04-25 | Add e2e tests for the ad-hoc listing on the server jid | louiz’ |
2016-04-22 | Remove a forgotten comment | louiz’ |
2016-04-22 | Test the the virtual channel | louiz’ |
2016-04-22 | tests: Split the connection sequence into two | louiz’ |
2016-04-22 | Add a Dockerfile to build a biboumi-test image | louiz’ |
2016-04-22 | Remove an unused variable | louiz’ |
2016-04-22 | Add a basic fixed_server e2e scenario | louiz’ |