./chat/irssi, Secure and modular IRC client with text mode user interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q1, Version: 0.8.15, Package name: irssi-0.8.15, Maintainer: pkgsrc-users

Irssi is a modular IRC client that currently has only text mode user
interface, but 80-90% of the code isn't text mode specific, so other UIs
could be created pretty easily. Also, Irssi isn't really even IRC specific
anymore, there's already a working SILC module available. Support for other
protocols like ICQ could be created some day too.


Required to run:
[devel/glib2]

Required to build:
[devel/pkg-config] [devel/libtool-base]

Package options: inet6

Master sites:

SHA1: b79ce8c2c98a76b004f63706e7868cd363000d89
RMD160: 0c8fba8cf3409621f6c1883127e14538a58c3359
Filesize: 926.608 KB

Version history: (Expand)


CVS history: (Expand)


   2010-04-20 23:20:38 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3083 - requested by tez
irssi: security update
irssi-icb: security update

Revisions pulled up:
- chat/irssi-icb/distinfo			1.15
- chat/irssi/Makefile.common			1.11
- chat/irssi/distinfo				1.31
---
Module Name:    pkgsrc
Committed By:   spz
Date:           Sun Apr 18 06:29:16 UTC 2010

Modified Files:
        pkgsrc/chat/irssi: Makefile.common distinfo
        pkgsrc/chat/irssi-icb: distinfo

Log message:
updating irssi to next version (0.8.15). Changelog:
Features:

    * Add active_window_ignore_refnum option With active_window_ignore_refnum
ON, the current behavior for the active_window key (meta-a by default) is
preserved: it switches to the window with the highest activity level that was
last activated. With active_window_ignore_refnum OFF, the old behavior is used:
it switches to the window with the highest activity level with the lowest
refnum. (by Matt Sparks, bug #667)
    * Show new Charybdis +q list in channel windows (numerics 728 and 729).
    * Allow servers to belong to multiple networks.
    * Improve paste detection. Irssi now detects a paste if it reads at least
three bytes in a single read; subsequent reads are associated to the same paste
if they happen before 'paste_detect_time' time since the last read. If no read
occurs after 'paste_detect_time' time the paste buffer is flushed; if there is
at least one complete line its content is sent as a paste, otherwise it is
processed normally.
    * Show "target changing too fast" messages in the channel/query window.
    * Use default trusted CAs if nothing is specified. This allows useful use
of -ssl_verify without -ssl_cafile/-ssl_capath, using OpenSSL's default trusted
CAs.
    * Show why an SSL certificate failed validation.
    * Make own nick and actions use default colour instead of white (by Tim
Retout).

Bugfixes:

    * Change some characters illegal in Windows filenames to underscores in logs
    * Fix disconnects when sending large amounts of data over SSL
    * Show all nicks instead of just the first in an /accept * listing (Bug
#704)
    * Make several signals without parameters available to perl again. In
particular, this includes the "beep" signal (by Matt Sparks, bug #674)
    * Close the config file fd after saving (by Sven Wegener)
    * Check if an SSL certificate matches the hostname of the server we are
connecting to.
    * Fix bash'isms, use command -v instead of which and use bc -l in /CALC.
    * Fix a crash with handling the DCC queue.
    * Fix crash when checking for fuzzy nick match when not on the channel.
Reported by Aurelien Delaitre (SATE 2009).