diff options
author | louiz’ <louiz@louiz.org> | 2016-07-28 11:46:24 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-07-28 11:46:24 +0200 |
commit | cf9104e3e27fe67978ccb202eecd2ab7c98518e1 (patch) | |
tree | bd7cf9d9cb0f448955ed1ef7e3e9da345d92ca95 | |
parent | d46e0a9196adae3fac73eb14a5b81dad01c7a732 (diff) | |
download | biboumi-cf9104e3e27fe67978ccb202eecd2ab7c98518e1.tar.gz biboumi-cf9104e3e27fe67978ccb202eecd2ab7c98518e1.tar.bz2 biboumi-cf9104e3e27fe67978ccb202eecd2ab7c98518e1.tar.xz biboumi-cf9104e3e27fe67978ccb202eecd2ab7c98518e1.zip |
Update the changelog by adding (all?) the changes in 3.0
-rw-r--r-- | CHANGELOG.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 599ee70..98f6bd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,34 @@ +Version 3.0 +=========== + - Support multiple-nick sessions: a user can join an IRC channel behind + one single nick, using multiple different clients, at the same time (as + long as each client is using the same bare JID). + - Database support for persistant per-user per-server configuration. Add + `LiteSQL <https://dev.louiz.org/projects/litesql>` as an optional + dependency. + - Add ad-hoc commands that lets each user configure various things + - Support an after-connect command that will be sent to the server + just after the user gets connected to it. + - Support the sending of a PASS command. + - Lets the users configure their username and realname, if the + realname_customization is set to true. + - The remote TLS certificates are checked against the system’s trusted + CAs, unless the user used the configuration option that ignores these + checks. + - Lets the user set a sha-1 hash to identify a server certificate that + should always be trusted. + - Add an outgoing_bind option. + - Add an ad-hoc command to forcefully disconnect a user from one or + more servers. + - Let the user configure the incoming encoding of an IRC server (the + default behaviour remains unchanged: check if it’s valid utf-8 and if + not, decode as latin-1). + - Support `multi-prefix <http://ircv3.net/specs/extensions/multi-prefix-3.1.html>`. + - And of course, many bufixes. + - Run unit tests and a test suite, build the RPM and check many things + automatically using gitlab-ci. + + Version 2.0 - 2015-05-29 ======================== |