diff options
author | louiz’ <louiz@louiz.org> | 2017-03-27 23:11:03 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-27 23:11:03 +0200 |
commit | c026f41eeb9a68da04acaaf1d750b26207843161 (patch) | |
tree | 66cdf8434b9e155c3be30a4efb360e4a953dd61e | |
parent | 4baedc45d01a08d56d9e83f2f83ba9e303eebbcb (diff) | |
download | biboumi-c026f41eeb9a68da04acaaf1d750b26207843161.tar.gz biboumi-c026f41eeb9a68da04acaaf1d750b26207843161.tar.bz2 biboumi-c026f41eeb9a68da04acaaf1d750b26207843161.tar.xz biboumi-c026f41eeb9a68da04acaaf1d750b26207843161.zip |
Add the persistent feature in the changelog
[skip ci]
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 69676cb..f7b9cad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,13 @@ Version 5.0 =========== - - An identd server has been added + - An identd server has been added. + - Add a **persistent** option for channels. When a channel is configured + as persistent, when the user leaves the room, biboumi stays idle and keeps + saving the received messages in the archive, instead of leaving the channel + entirely. When the user re-joins the room later, biboumi sends the message + history to her/him. This feature can be used to make biboumi behave like + an IRC bouncer. - Use the udns library instead of c-ares, for asynchronous DNS resolution. It’s still fully optional. |