Hi ports@,

Today (Nov 27) I released version 3.3.8.

Here are the changes:

## [3.3.8] - 2022-11-27 ##
- **Added** an ident protocol daemon (which is OFF by default)
- **Added** and made use of `printf_and_free()`
- **Added** exception handling
- **Added** tab completion for `/theme`
- **Added** the following config options:
  - `awaymsgs_in_privconv` (bool)
  - `identd` (bool)
  - `identd_fakenames` (bool)
  - `identd_port` (int)
- **Added** the following events:
  - 413 (`ERR_NOTOPLEVEL`)
  - 414 (`ERR_WILDTOPLEVEL`)
  - 415 (`ERR_BADMASK`)
- **Added** usage of `__func__`
- **Added** usage of `printtext_print()`
- **Deleted** commented-out code
- **Deleted** unused includes
- **Did code refactoring**
- **Fixed** display of IPv6 addresses in event 338
- **Fixed** verification of the X509 certificate presented by the peer
- **Made** const arrays static const
- **Made** improvements to the following files:
  - `commands/theme.c`
  - `network.cpp`
  - `printtext.cpp`
- **Moved** `squeeze_text_deco()` to a separate file
- Reduced VA args in printtext calls

### Windows ###
- Upgraded to [LibreSSL](https://www.libressl.org/) 3.6.1

I attach a diff.

Best regards,
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile    29 Oct 2022 19:14:57 -0000      1.20
+++ Makefile    27 Nov 2022 20:02:54 -0000
@@ -1,5 +1,5 @@
 COMMENT =      curses icb and irc client
-DISTNAME =     swirc-3.3.7
+DISTNAME =     swirc-3.3.8
 CATEGORIES =   net
 HOMEPAGE =     https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo    29 Oct 2022 19:14:57 -0000      1.17
+++ distinfo    27 Nov 2022 20:02:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.3.7.tgz) = yfz77Efiquv1pdcUpB6qjwOwY9FyphW0ZdX1QwIMqbA=
-SIZE (swirc-3.3.7.tgz) = 284155
+SHA256 (swirc-3.3.8.tgz) = RMf1x6/NTpgDx7Du39g1oXmGDFQveVeCRA1TLTtSN8M=
+SIZE (swirc-3.3.8.tgz) = 285144

Reply via email to