]> jfr.im git - irc/atheme/atheme.dev.git/commitdiff
Update links, update config so this actually compiles
authoralyx <redacted>
Wed, 26 May 2021 11:12:21 +0000 (06:12 -0500)
committeralyx <redacted>
Wed, 26 May 2021 11:12:21 +0000 (06:12 -0500)
blog/2017-02-04-atheme-7.2.8-release.md
blog/2018-02-12-atheme-7.2.9-release.md
blog/2018-07-05-atheme-7.2.10-r2-release.md
blog/2021-02-27-atheme-7.2.11-release.md [new file with mode: 0644]
docusaurus.config.js

index c906c0da6a04916ab7614db0d3661d6db7661f35..a795aec4d9359afecab8b03029a24b7f24ac6c45 100644 (file)
@@ -12,4 +12,4 @@ This is a security release closing [CVE-2017-6384](http://cve.mitre.org/cgi-bin/
 
 See pull request [#539](https://github.com/atheme/atheme/pull/539) for technical details.
 
-For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.freenode.net/#atheme) at `irc.freenode.net #atheme`.
+For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.libera.chat/#atheme) at `irc.libera.chat #atheme`.
index 4e2b71015a5e90ce779570b41f827727dcc3322b..afa314a5df0bf251cd96b80a41ca40ea16dd2b18 100644 (file)
@@ -13,4 +13,4 @@ by an attacker already having the privilege to use SASL impersonation to cause a
 denial of service. Users of 7.2.8 should update to version 7.2.9; older releases
 are not affected.
 
-For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.freenode.net/#atheme) at `irc.freenode.net #atheme`.
+For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.libera.chat/#atheme) at `irc.libera.chat #atheme`.
index 27d0c44f79e460ee2581bfa670d9aa37e8f9447a..dd518d56cedbea608762bdeb4f0a2eb45932d0a6 100644 (file)
@@ -23,4 +23,4 @@ Changes since v7.2.9:
 - Fix issue where modules/misc/httpd wasn't closing its listening socket on deinit
 - Fix GroupServ data loss issue when a group was the founder of another group
 
-For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.freenode.net/#atheme) at `irc.freenode.net #atheme`.
+For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.libera.chat/#atheme) at `irc.libera.chat #atheme`.
diff --git a/blog/2021-02-27-atheme-7.2.11-release.md b/blog/2021-02-27-atheme-7.2.11-release.md
new file mode 100644 (file)
index 0000000..77f0902
--- /dev/null
@@ -0,0 +1,26 @@
+---
+id: v7.2.11
+title: Atheme 7.2.11 Release
+tags: [atheme, release]
+---
+
+Atheme v7.2.11 has been released, source can be obtained from [GitHub](https://github.com/atheme/atheme) under the `v7.2.11` tag or can be directly downloaded [here](https://github.com/atheme/atheme/releases/download/v7.2.11/atheme-v7.2.11.tar.xz) (SHA256: `f6b346a4328778f8236f492fa23fdc96cd2acebad4cfd30d6d7b04c583b49b32`).
+
+Note: The 7.2 branch is only going to receive security fixes now. For new features, please consider upgrading to 7.3; see its NEWS.md file first.
+
+<!--truncate-->
+
+Changes since v7.2.10:
+
+- Support building contrib modules on most non-Linux Operating Systems
+- Add a preliminary Turkish translation
+- Add HMAC-MD5 verify-only support to crypto/pbkdf2v2
+- `atheme.conf.example`: document `needoper` not being inherited
+- `modules/chanserv/akick`: fix unload crash with akicks that have timeouts
+- `modules/nickserv/register`: check e-mail address validity earlier in the process
+- `modules/nickserv/multimark`: use IRC case canonicalisation for restored nicks
+- `modules/nickserv/multimark`: forbid unloading due to the potential for data loss
+- `CA_` constants: include `CA_EXEMPT` (`+e`) where appropriate
+- `libathemecore/conf.c`: fix minor memory leak with `hide_xop`
+
+For any questions, concerns or comments feel free to visit us on [IRC](ircs://irc.libera.chat/#atheme) at `irc.libera.chat #atheme`.
index 3c55a9f8a7f3611e92a0ea77b2738499439d97bf..08aa929be14454e1670ba76666efc7082d303c36 100644 (file)
@@ -1,4 +1,5 @@
 module.exports = {
+  onBrokenLinks: 'log',
   title: 'Atheme Services',
   tagline: 'Atheme is a feature-packed, extremely customisable IRC services daemon that is secure, stable and scalable.',
   url: 'https://beta.atheme.dev',
@@ -9,7 +10,7 @@ module.exports = {
   themeConfig: {
     navbar: {
       title: 'Atheme',
-      links: [
+      items: [
         {
           to: 'docs/install',
           activeBasePath: 'docs',
@@ -44,8 +45,8 @@ module.exports = {
           title: 'Community',
           items: [
             {
-              label: 'IRC - freenode/#atheme',
-              href: 'https://webchat.freenode.net/#atheme',
+              label: 'IRC - libera.chat/#atheme',
+              href: 'ircs://irc.libera.chat/#atheme',
             },
           ],
         },
@@ -72,7 +73,6 @@ module.exports = {
       {
         docs: {
           // It is recommended to set document id as docs home page (`docs/` path).
-          homePageId: 'doc1',
           sidebarPath: require.resolve('./sidebars.json'),
           // Please change this to your repo.
           editUrl: