From 57821c865ac379afc4c2e5af5fa4129107f25e6e Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 25 Jun 2019 19:59:04 -0400 Subject: [PATCH 1/6] bump version to 1.1.0 --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index db26df43..217ddd4e 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "1.1.0-rc1" + SemVer = "1.1.0" ) var ( From cf045f7d2c638a302ad04cb33ca1c5214db3dea9 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 25 Jun 2019 23:07:39 -0400 Subject: [PATCH 2/6] changelog updates --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1932c93..97cca759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog All notable changes to Oragono will be documented in this file. -## [1.1.0-rc1] - 2019-06-11 -We're pleased to be publishing the release candidate for 1.1.0 (the official release should follow in a week or two, with more complete credits). This version has a number of exciting improvements, including: +## [1.1.0] - 2019-06-27 +We're pleased to announce Oragono version 1.1.0. This version has a number of exciting improvements, including: * Simplified commands for registering new accounts with NickServ. * Support for IP cloaking. @@ -10,11 +10,13 @@ We're pleased to be publishing the release candidate for 1.1.0 (the official rel * Support for the newly ratified [message tags](https://ircv3.net/specs/extensions/message-tags.html) and [message ID](https://ircv3.net/specs/extensions/message-ids.html) IRCv3 specifications; client developers are invited to use Oragono as a reference when implementing these specifications. * Support for running Oragono as a Tor hidden service. +Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), and [@jwheare](https://github.com/jwheare) for reporting issues and contributing patches, and to $TRANSLATORS for contributing translations. + ### Upgrade notes This release includes a database change. If you have `datastore.autoupgrade` set to `true` in your configuration, it will be automatically applied when you restart Oragono. Otherwise, you can update the database manually by running `oragono upgradedb` (see the manual for complete instructions). -No changes to your configuration file should be required for this upgrade; however, updating the file is necessary to enable some new functionality, as described below. +No changes to your configuration file should be required for this upgrade. However, updating the file is necessary to enable some new functionality, as described below. ### Config changes * `tor-listeners` section added for configuring listeners for use with Tor. @@ -30,6 +32,7 @@ No changes to your configuration file should be required for this upgrade; howev ### Security * Users can no longer impersonate network services like ChanServ by using confusing nicks like "ChɑnServ" (#519, thanks [@csmith](https://github.com/csmith)!). +* Closed several loopholes in confusable nick detection (#562, #564, #570, thanks lover!) * Secret channels (mode `+s`) now act more secret (#380, thanks [@csmith](https://github.com/csmith)!). * The `+R` (registered-only) mode now prevents unregistered users from joining the channel, not just from speaking (#463, thanks [@bogdomania](https://github.com/bogdomania)!). * Limited how many messages clients can send during connection registration to mitigate potential DoS attacks (#505). From b45dfbc09f5eff9ddd575d6d3aaa1ae8a3d01f0c Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 25 Jun 2019 23:09:37 -0400 Subject: [PATCH 3/6] add missing bugreport credits --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97cca759..a06ef5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ We're pleased to announce Oragono version 1.1.0. This version has a number of ex * Support for the newly ratified [message tags](https://ircv3.net/specs/extensions/message-tags.html) and [message ID](https://ircv3.net/specs/extensions/message-ids.html) IRCv3 specifications; client developers are invited to use Oragono as a reference when implementing these specifications. * Support for running Oragono as a Tor hidden service. -Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), and [@jwheare](https://github.com/jwheare) for reporting issues and contributing patches, and to $TRANSLATORS for contributing translations. +Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), lover, and [@transitracer](https://github.com/oragono/oragono/issues/456) for reporting issues and contributing patches, and to $TRANSLATORS for contributing translations. ### Upgrade notes From 5c01d5bc71effe95314102921dae3732c357d1ae Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Fri, 28 Jun 2019 12:45:12 +1000 Subject: [PATCH 4/6] Add translator credits --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06ef5f4..5bf15916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ We're pleased to announce Oragono version 1.1.0. This version has a number of ex * Support for the newly ratified [message tags](https://ircv3.net/specs/extensions/message-tags.html) and [message ID](https://ircv3.net/specs/extensions/message-ids.html) IRCv3 specifications; client developers are invited to use Oragono as a reference when implementing these specifications. * Support for running Oragono as a Tor hidden service. -Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), lover, and [@transitracer](https://github.com/oragono/oragono/issues/456) for reporting issues and contributing patches, and to $TRANSLATORS for contributing translations. +Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), lover, and [@transitracer](https://github.com/oragono/oragono/issues/456) for reporting issues and contributing patches, and also to [@bogdomania](https://github.com/bogdomania), Elvedin Husic, Nuve, and streaps for contributing translations. ### Upgrade notes @@ -66,6 +66,8 @@ No changes to your configuration file should be required for this upgrade. Howev * Support for the [draft/event-playback](https://github.com/DanielOaks/ircv3-specifications/blob/master+event-playback/extensions/batch/history.md) spec (#457). * The `TAGMSG` and `NICK` messages are now replayable in history (#457). * Added the draft IRCv3 [`SETNAME` command](https://ircv3.net/specs/extensions/setname) for changing your realname (#372). +* Added new Bosnian (bs-BA) translation (thanks to Elvedin Husic!). +* Added new German (de-DE) translation (thanks to streaps!). ### Changed * Registering an account with NickServ is now `/msg NickServ register `, which registers the current nickname as an account, matching other services (#410). @@ -86,6 +88,8 @@ No changes to your configuration file should be required for this upgrade. Howev * `NICKSERV ENFORCE` is deprecated in favor of the new `NICKSERV SET ENFORCE` (the old syntax is still available as an alias). * The `WHO` command is now treated like `PONG` in that it doesn't count as user activity, since client software often uses it automatically (#485). * The `NAMES` command now only returns results for the first given channel (#534). +* Updated French (fr-FR) translation (thanks to Nuve!). +* Updated Română (ro-RO) translation (thanks to [@bogdomania](https://github.com/bogdomania)!). ### Internal Notes * Building Oragono is now easier (#409). From 7b6e5e4348dbcc3d83bb974a16060d087ae55e13 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 27 Jun 2019 22:52:20 -0400 Subject: [PATCH 5/6] tweak translator credits --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf15916..f42f5d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ We're pleased to announce Oragono version 1.1.0. This version has a number of ex * Support for the newly ratified [message tags](https://ircv3.net/specs/extensions/message-tags.html) and [message ID](https://ircv3.net/specs/extensions/message-ids.html) IRCv3 specifications; client developers are invited to use Oragono as a reference when implementing these specifications. * Support for running Oragono as a Tor hidden service. -Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), lover, and [@transitracer](https://github.com/oragono/oragono/issues/456) for reporting issues and contributing patches, and also to [@bogdomania](https://github.com/bogdomania), Elvedin Husic, Nuve, and streaps for contributing translations. +Many thanks to [@Ascrod](https://github.com/Ascrod), [@amyspark](https://github.com/amyspark), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), lover, and [@transitracer](https://github.com/oragono/oragono/issues/456) for reporting issues and contributing patches, and also to [@bogdomania](https://github.com/bogdomania), Elvedin Hušić, Nuve, and [@streaps](https://github.com/streaps) for contributing translations. ### Upgrade notes From 1d7e3c5f3277f27fca90e7d2503b40ec594a1784 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 27 Jun 2019 22:59:01 -0400 Subject: [PATCH 6/6] another tweak --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42f5d02..e90a65db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,7 @@ No changes to your configuration file should be required for this upgrade. Howev * Support for the [draft/event-playback](https://github.com/DanielOaks/ircv3-specifications/blob/master+event-playback/extensions/batch/history.md) spec (#457). * The `TAGMSG` and `NICK` messages are now replayable in history (#457). * Added the draft IRCv3 [`SETNAME` command](https://ircv3.net/specs/extensions/setname) for changing your realname (#372). -* Added new Bosnian (bs-BA) translation (thanks to Elvedin Husic!). +* Added new Bosnian (bs-BA) translation (thanks to Elvedin Hušić!). * Added new German (de-DE) translation (thanks to streaps!). ### Changed