~singpolyma/biboumi

0a8a77e6 — louiz’ 5 years ago
Fix a segmentation fault when connecting to a server without a port

fix #3260
ea65b43c — louiz’ 5 years ago
Release version 4.2
b5c86edc — louiz’ 5 years ago
Wrong ifndef, kek
a3e6497a — louiz’ 5 years ago
Add a missing ifnedf BOTAN_FOUND
7b3e0e0c — louiz’ 5 years ago
Make botan’s policy configurable from a file

fix #3244
1472adfa — louiz’ 5 years ago
Remove a too old joke
00a71ff2 — louiz’ 5 years ago
Use our own proxy link to display the badges

For privacy reasons

[skip-ci]
3af9d0ac — louiz’ 5 years ago
Make sure we don’t exceed 512 bytes when grouping JOINs
f588ce07 — louiz’ 5 years ago
Group simultaneous JOINs into a single command, to avoid flooding

We still split the JOINs with a key and the ones without
3666f35e — louiz’ 5 years ago
Use alpine for the docker image, and simplify the config + run stuff

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.
eac144ac — louiz’ 5 years ago
Configuration options can be overridden by setting env values
cf87cf08 — louiz’ 5 years ago
Better way to init the msghdr fields
06094245 — louiz’ 5 years ago
Add a e2e test on alpine
69fd6cc4 — louiz’ 5 years ago
Explicitely init the msghdr fields, to be compatible with any implementation
78765a4b — louiz’ 5 years ago
Remove the e2e test for the linger_time
5ef674c4 — louiz’ 5 years ago
Revert "Add a linger_time configuration option on IRC servers"

This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
e3ee824e — louiz’ 5 years ago
Revert "Cancel the IRC server linger timer when we try to-rejoin a channel on it"

This reverts commit 45f7396c8d30ed37570c4ecdaa886388f9beba3e.
42677ae4 — louiz’ 5 years ago
Fix the tests to take into account the new “your are exempt bla” line
51696c09 — louiz’ 5 years ago
Make sure the channel is joined before trying to leave it

fix #3243
47ff1cd3 — louiz 5 years ago
Merge branch 'mam_default_limit' into 'master'

Limit of 100 MAM messages, if no other limit has been set by the client

Closes #3256

See merge request !9
Next