2002-06-09 01:49:39 by Bernd Ernesti | Files touched by this commit (1) |
Log message:
Fix the perl support.
Looks like noone ever tried to used it, because it was badly broken and
wouldn't even be compiled in, due too a missing include of mk/bsd.prefs.mk.
So, no need to bump the pkgversion to nb1.
|
2002-05-25 22:06:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Use the new 0.8.4a distfile. Switch to bz2.
New distfile verified against the gpg key on wwwkeys.pgp.net.
|
2002-05-25 17:33:06 by Jun-ichiro itojun Hagino | Files touched by this commit (1) |
Log message:
mark this package BROKEN, due to backdoored tar.gz file
Message-ID: <3CEFA67D.76933B37@webtech.se> on bugtraq
|
2002-05-25 17:30:47 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Restore sha1/size for irssi-0.8.4.tar.gz.
|
2002-05-25 16:17:07 by Brett Lymn | Files touched by this commit (2) |
Log message:
Added fix provided by xs@kittenz.org to prevent irssi crashing. This
fixes pr#15510.
|
2002-04-19 15:45:53 by Tomasz Luchowski | Files touched by this commit (1) | |
Log message:
Update distinfo -- distfile has been altered; 'diff' makes me believe
the only change in the distfile is some 'configure' hackery
Distfile will be updated ftp.netbsd.org as well
Fixes pkg/16395 by Paul Dokas <dokas@cs.umn.edu>
|
2002-03-20 01:39:20 by Hubert Feyrer | Files touched by this commit (3) |
Log message:
Update irssi to 0.8.4.
Patch sent in by Otto Hilska <mutru@cc.hut.fi> in private mail.
Changes:
v0.8.4 2002-03-13 Timo Sirainen <tss@iki.fi>
* Continuing to fix my stupid mistakes...
- When a queried nick did a nick change, it might have crashed irssi
- read ChangeLog for some other minor changes
v0.8.3 2002-03-13 Timo Sirainen <tss@iki.fi>
- Perl scripts handling channel parts/kicks/quits printed some
errors.
- Connecting to IPv6 servers without IPv4 record didn't work
- When queries were auto-created by you using /MSG and you had
/SET autoclose_query non-zero, the query was always destroyed
almost immediately.
- Fix to some stupid ircds not sending us 001 numeric, but
beginning from MOTD
v0.8.2 2002-03-11 Timo Sirainen <tss@iki.fi>
* Changed the list of scripts distributed with irssi. Separated
example scripts to scripts/examples/ directory.
* Hated infobar was removed, the same info is now in topicbar in
empty windows. I don't think it would disturb anyone in there.
If you still preferred always-empty topicbars, use
/SBAR topic REMOVE topic_empty
+ Added info_eol field to theme. If true, timestamp and server tag
are added to end of line, not at beginning.
+ If -4 or -6 option is used with /SERVER, irssi now forces the
connection using the given protocol or fails.
+ /SET max_wildcard_modes (default 6) - if a wildcard to /OP, /DEOP,
/VOICE or /DEVOICE matches more nicks than this, -yes option is
required. This is trying to prevent accidental massops. Setting
it to 0 disables this check.
+ Supports now correctly servers which use '.' char as channel owner
character in /NAMES list. Also supports multiple mode chars, eg.
@+nick (if some server actually used it).
+ Never ignore kick message if you get kicked from channel.
+ Sending irssi SIGHUP now does a /RELOAD - useful if you
accidentally messed up something which doesn't let you do the
/RELOAD inside irssi (eg. /SBAR prompt DISABLE).
+ irssi-proxy: PROXY CTCP ON|OFF - proxy clients can send this
command to specify that they want to handle the received CTCP
requests. Useful for specifying who gets to handle DCCs.
+ Added escape_char /BIND command. The next char after that would be
added as-is to input line.
- Writing lines longers than 1024 chars to input buffer crashed
irssi (stupid missing sizeof() bug :)
- Some UTF-8 fixes
- Better flood protection for lines with >100 chars
- Control characters aren't printed as-is in topicbar (or statusbars
in general) anymore
- /OPER can be now aborted by giving empty password
- Netjoin messages were buggy in +channels
- Part message parameter for /CYCLE was never used.
- Don't send -autosendcmd after /UPGRADE.
- /SET autoclose_query - now only last received private message
affects when the query is closed, ie. /WHOIS requests or nick
changes don't reset the counter.
- Foreground ANSI colors weren't working
- Deleting one character replaced cutbuffer with that character.
Also ^Y leaked memory.
- /SCRIPT LOAD looked scripts from prefix/lib dir, not prefix/share
where they were actually installed.
- Highascii chars in replaces block in theme files could have
crashed irssi.
|