Opened 3 years ago

Closed 3 years ago

#15636 closed enhancement (fixed)

hexchat-2.16.0

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version,

2.16.0 (2021-10-01)

  • add support for IRCv3 SETNAME, invite-notify, account-tag, standard replies, and UTF8ONLY
  • add support for strikethrough formatting
  • update network list (including Libra.Chat as the default)
  • update OpenSSL on Windows
  • fix text clipping issues by respecting font line height
  • fix URLs not being escaped when opened
  • fix misc IRC message parsing issues
  • remove libnotify dependency on Linux, fixing hangs when notifications are shown
  • remove libproxy dependency on Linux
  • print ChanServ notices in the front tab by default
  • fishlim: add support for CBC mode
  • python: rewrite plugin in python with CFFI This lowers memory usage and fixed conflicts with many C Python modules including pygobject

The existing patch does not seem to be needed.

Change History (4)

comment:1 by thomas, 3 years ago

  • python: rewrite plugin in python with CFFI This lowers memory usage and fixed conflicts with many C Python modules including pygobject

Looks like this adds a dependency to https://cffi.readthedocs.io/en/latest/, https://github.com/eliben/pycparser

Last edited 3 years ago by thomas (previous) (diff)

comment:2 by thomas, 3 years ago

Owner: changed from blfs-book to thomas
Status: newassigned

comment:3 by thomas, 3 years ago

New python plugin introduces two new dependencies (cffi, pycparser). Disable python by default.

comment:4 by thomas, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [50451e0]

Note: See TracTickets for help on using tickets.