From f9eb534dff28709bfbd98cb5d5ddc0daaae9ecd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 4 Aug 2016 11:52:25 +0200 Subject: Start version 4.0 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75a96cc..9ecd898 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +Version 4.0 +=========== + Version 3.0 - 2016-08-03 ======================== -- cgit v1.2.3 From 06d5a5a36173cb48cfdbac6f7be0929a618efe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 11 Aug 2016 17:17:34 +0200 Subject: Document the new behaviour to address nicknames, and add to changelog --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ecd898..5d2ae8a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Version 4.0 =========== + - The separator between the IRC nickname and the IRC server is now '%' + instead of '!'. This makes things simpler (only one separator to + remember). The distinction between a JID refering to a channel and a JID + refering to a nickname is based on the first character (# or & by + default, but this can be customized by the server with the ISUPPORT + extension) + Version 3.0 - 2016-08-03 ======================== -- cgit v1.2.3 From 72af3e33ce2090b8aba8199698547c669682bcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 23 Aug 2016 02:36:00 +0200 Subject: Update changelog with the history thingy [skip ci] --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d2ae8a..d7a4511 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,10 @@ Version 4.0 refering to a nickname is based on the first character (# or & by default, but this can be customized by the server with the ISUPPORT extension) + - Save all channel messages into the database, with an ad-hoc option to + disable this feature. + - When joining a room, biboumi sends an history of the most recents messages + found in the database. Version 3.0 - 2016-08-03 ======================== -- cgit v1.2.3 From 55daa3e61c04946500c4106cfca7413b6e243435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 4 Oct 2016 19:51:28 +0200 Subject: Update the changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7a4511..7470528 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,11 +6,14 @@ Version 4.0 remember). The distinction between a JID refering to a channel and a JID refering to a nickname is based on the first character (# or & by default, but this can be customized by the server with the ISUPPORT - extension) + extension). - Save all channel messages into the database, with an ad-hoc option to disable this feature. - When joining a room, biboumi sends an history of the most recents messages found in the database. + - Channel history can be retrieved using Message Archive Management. + - Result Set Management can be used to request only parts of the IRC channel + list. Version 3.0 - 2016-08-03 ======================== -- cgit v1.2.3 From 009aff52ac735313329a6d74b9c9c425294bbbcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 9 Nov 2016 17:11:55 +0100 Subject: Little update to the changelog --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7470528..e52357d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,10 +3,12 @@ Version 4.0 - The separator between the IRC nickname and the IRC server is now '%' instead of '!'. This makes things simpler (only one separator to - remember). The distinction between a JID refering to a channel and a JID + remember). The distinction between a JID referring to a channel and a JID refering to a nickname is based on the first character (# or & by default, but this can be customized by the server with the ISUPPORT extension). + - Handle channel invitations in both directions. + - Add support for `JID escaping <.http://www.xmpp.org/extensions/xep-0106.html>`. - Save all channel messages into the database, with an ad-hoc option to disable this feature. - When joining a room, biboumi sends an history of the most recents messages -- cgit v1.2.3 From 9634cdaba2e5d2343fcbc1f07264d55609640273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 9 Nov 2016 17:50:09 +0100 Subject: Release version 4.0 --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e52357d..a896e68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 4.0 -=========== +Version 4.0 - 2016-11-09 +======================== - The separator between the IRC nickname and the IRC server is now '%' instead of '!'. This makes things simpler (only one separator to -- cgit v1.2.3