summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10Improve the handling of the biboudb.hpp dependencieslouiz’
2017-05-10Small fixes in biboumi.1.rstlouiz
2017-05-09Avoid any potential int overflowlouiz’
2017-05-09Also make the test artifacts expire in 2 weekslouiz’
2017-05-08Remove a useless debug loglouiz’
2017-05-08Limit the number of rooms sent by default in the disco#items responselouiz’
fix #3219
2017-05-08Keep gitlab artifacts for 2 weekslouiz’
2017-05-08Little fix and cleanup in the channels list codelouiz’
2017-05-05Add an execute_incomplete_hello_adhoc_command e2e testlouiz’
2017-05-04Include the policy files into the rpmlouiz’
2017-05-03Add a irc.ppirc.net policy filelouiz’
fix #3261
2017-05-03Remove redundant irc.freenode.net policy filelouiz’
2017-05-03Add -Wconversion compile flaglouiz’
2017-05-02Fix a segmentation fault when connecting to a server without a portlouiz’
fix #3260
2017-05-02Release version 4.2louiz’
2017-04-30Wrong ifndef, keklouiz’
2017-04-30Add a missing ifnedf BOTAN_FOUNDlouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
fix #3244
2017-04-30Remove a too old jokelouiz’
2017-04-25Use our own proxy link to display the badgeslouiz’
For privacy reasons [skip-ci]
2017-04-21Make sure we don’t exceed 512 bytes when grouping JOINslouiz’
2017-04-21Group simultaneous JOINs into a single command, to avoid floodinglouiz’
We still split the JOINs with a key and the ones without
2017-04-21Use alpine for the docker image, and simplify the config + run stufflouiz’
Using env variable directly used by the process, it’s easier than calling sed on the configuration file before we start the process. Also we don’t need to start as root anymore, and it’s a lot cleaner.
2017-04-21Configuration options can be overridden by setting env valueslouiz’
2017-04-20Better way to init the msghdr fieldslouiz’
2017-04-20Add a e2e test on alpinelouiz’
2017-04-20Explicitely init the msghdr fields, to be compatible with any implementationlouiz’
2017-04-20Remove the e2e test for the linger_timelouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
2017-04-20Revert "Cancel the IRC server linger timer when we try to-rejoin a channel ↵louiz’
on it" This reverts commit 45f7396c8d30ed37570c4ecdaa886388f9beba3e.
2017-04-20Fix the tests to take into account the new “your are exempt bla” linelouiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
fix #3243
2017-04-19Merge branch 'mam_default_limit' into 'master' louiz
Limit of 100 MAM messages, if no other limit has been set by the client Closes #3256 See merge request !9
2017-04-20Shorten the name of the tags sent to codecovlouiz’
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
fix #3259
2017-04-19Add the default MAM limit in the changeloglouiz’
2017-04-19Add an e2e test for the mam default limitlouiz’
We send 150 messages, then retrieve the archive. We should receive messages from 50 to 149 only.
2017-04-19Remove the flood limit in our e2e charybdis configurationlouiz’
2017-04-19Limit of 100 MAM messages, if no other limit has been set by the clientlouiz’
fix #3256
2017-04-19Take into account the include path found by cmake when looking for litesql liblouiz’
2017-04-17Avoid adding more that one “XMPP reconnection” timed event at the same timelouiz’
Fix a semblance of infinite and busy loop, that could occur if biboumi’s poller is woken up multiple times while the XMPP server is not reachable.
2017-04-13Avoid building test_suite when we make installlouiz’
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
fix #3255
2017-04-12docker: Run the process using “exec”, to be able to cleanly receive signalslouiz’
2017-04-12Always chown biboumi /var/lib/biboumi when the docker container startslouiz’
This fixes permission problems when we bind a volume that is not owned by the biboumi user.
2017-04-10Add an e2e test for the ad-hoc reload commandlouiz’
2017-04-10Change the dates of source files before each build, to avoid useless rebuildlouiz’
2017-04-09Properly handle multiline topicslouiz’
fix #3254
2017-04-07Add an e2e test for the ad-hoc pinglouiz’
2017-04-07Apply a few clang-tidy cppcoreguidelines-* fixeslouiz’