summaryrefslogtreecommitdiff
path: root/chat/irssi
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Fix build error under FreeBSD 5.3. EAI_NODATA is not defined.reed2-1/+18
Okay'd by maintainer, Otto H. Tested under NetBSD 1.6.2 and FreebSD 5.3. (I later saw same fix in irssi CVS.) This will close PR pkg/28534.
2005-03-19Enable build of the proxy module, as requested in PR pkg/25517. Note thatjmmv2-5/+7
the report asked for a conditional build through a knob, but I can't see a reason to not enable it by default (so it's now unconditionally built). Bump PKGREVISION to 3 due to this. While here, force removal of the modules directory instead of only removing it when empty. Any package installing modules must depend on irssi to handle this shared directory.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-14The usual f77 workaround for sparc64.snj1-1/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Forgot to change perl's bl3.xtraeme1-2/+2
2004-03-18bl3ifyxtraeme1-4/+4
2003-12-30Whitespace fixcjep1-2/+1
2003-12-11Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:veego3-7/+7
v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi> * Fixes a remote crash with: a) non-x86 hardware (one requiring memory alignmentation) b) script using "gui print text" signal (with x86 hardware too) + /SET auto_whowas OFF allows now disabling automatic /whowas when /whois doesn't find a nick (by Borys) - If pasted line starts with command char, treat it as command always. Paste detection can go on too easily with lagged connections.
2003-12-04Update to 0.8.8. Fix based on pkg/23560, but not all parts were beveego7-106/+25
used and others were added where needed. Main NetBSD changes: - switched from glib1 to glib2. - added IRSSI_USE_SSL, defaulting to YES, for ssl server support - make it possible to disable IPv6 v0.8.8 2003-11-23 Timo Sirainen <tss@iki.fi> - Just a few fixes to converting old settings automatically v0.8.7 2003-11-23 Timo Sirainen <tss@iki.fi> * Settings changes - we have now "time", "size" and "level" setting types. - Level settings should work the same as before. - Time settings can have units: days, hours, mins, secs, milliseconds (or msecs). The units can be combined and written in shorter form as well, for example "5d 30m 10ms" - Size settings can have units: gbytes, mbytes, kbytes, bytes. They can be written in shorter form as well, eg. "gb" or "g". Your existing settings should be converted automatically. + Pasting detection. All keys except CR and LF are pasted as-is into prompt in pasting mode. /SET paste_detect_time controls how closely each others characters must occur for it to be considered pasting. Paste mode goes on when first pasted CR/LF is found. The first line may also contain some command characters. They are executed, but their action in entry line is reverted once pasting is detected. What this means in practise is that even if you have TABs (assuming TAB is completion key) in the first pasted line, they get pasted as TABs. This detection isn't perfect, so if it annoys you it can be disabled with /SET paste_detect_time 0 + If pasting more lines than /SET paste_verify_line_count, irssi asks if you actually want to do that. This should be useful to prevent accidental copy&paste mistakes. Setting it to 0 disables this entirely. + Support for sending SSL certificate to server and optionally verify server's certificate. See the -ssl_* options for /SERVER and /SERVER ADD. Patch by Joel Eriksson. + DCC SERVER support by Mark Trumbull + Support for DCC sending larger files than 2GB if supported by operating system (ie. 64bit file support). Receiving has always been possible, but the statistics were wrong with >4GB files if 64bit support isn't enabled. + Better displaying of DCC file transfer statistics. - Several other minor fixes and enhancements, see ChangeLog
2003-07-05Convert to unified format; fixes problem on Linux report on tech-pkg bywiz4-151/+92
Sebastian P.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-12Add patches from the irssi CVS repository and bump the version becauseveego2-2/+6
of that.
2003-01-12Add patch from the irssi CVS repository:veego1-0/+20
2002-12-09 21:54 Timo Sirainen <tss@iki.fi> * src/irc/core/modes.c: mode +o nick -o nick2 did +o for the nick2 too
2003-01-12Add patches from the irssi CVS repository:veego1-0/+103
2002-11-29 13:38 Timo Sirainen <tss@iki.fi> * src/core/network.c: If bind() fails when connecting, don't fallback to default address. Should make it easier to notice invalid settings or figure out why it's not working.. 2002-11-28 23:43 Timo Sirainen <tss@iki.fi> * src/core/network.c: net_gethostbyaddr() was pretty much broken.
2003-01-12Add patch from the irssi CVS repository:veego1-0/+27
2002-11-19 12:18 Timo Sirainen <tss@iki.fi> * src/irc/dcc/dcc-send.c: /SET dcc_send_replace_space_with_underscore ON was buggy.
2002-12-02Update Irssi to 0.8.6. Taken from the NEWS:jmmv5-15/+38
* Tons of changes, here's only the largest that come to my mind now: + SSL support by vjt at users.sf.net + DCC send queues by Heikki Orsila + Better support for !channels The new Makefile.common will be used by Irssi plugins. Approved by wiz.
2002-11-21- honour PKG_SYSCONFDIRgrant4-5/+26
- convert to bsd.pkg.install.mk example config installation - bump PKGREVISION from Julio Merino in PR pkg/18982.
2002-09-25Convert to buildlink2. Also, tell configure not to go looking for ncurses.wiz1-7/+6
Should fix PR 18099.
2002-06-20Update irssi to 0.8.5. Changes:hubertf2-8/+7
Fixes DoS found in topic handling code. Contributed by Otto Hilska <mutru@iki.fi> in private mail.
2002-06-08Fix the perl support.veego1-3/+10
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-25Use the new 0.8.4a distfile. Switch to bz2.wiz2-9/+9
New distfile verified against the gpg key on wwwkeys.pgp.net.
2002-05-25mark this package BROKEN, due to backdoored tar.gz fileitojun1-1/+3
Message-ID: <3CEFA67D.76933B37@webtech.se> on bugtraq
2002-05-25Restore sha1/size for irssi-0.8.4.tar.gz.wiz1-3/+3
2002-05-25Added fix provided by xs@kittenz.org to prevent irssi crashing. Thisblymn2-3/+17
fixes pr#15510.
2002-04-19Update distinfo -- distfile has been altered; 'diff' makes me believezuntum1-3/+3
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-04-12Allow compiling in perl support for scripts.hubertf1-3/+13
Patch submitted by dawszy@ailuj.openbsd.org.pl in private mail.
2002-03-20Update irssi to 0.8.4.hubertf3-12/+17
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.
2002-02-21regenwiz1-5/+1
2002-02-19have USE_INET6itojun1-1/+4
2002-02-17Update irssi to 0.8.1.hubertf7-102/+27
Patch submitted by Otto Hilska <mutru@cc.hut.fi> in private mail. Changes: v0.8.1 2002-02-17 Timo Sirainen <tss@iki.fi> * Expected bugfix release :) Worst thing was that I forgot always to debug why /cat /dev/urandom crashed irssi. Well, found two ways that could make it happen. - Irssi was linked with -lcurses AND -lncurses - Logging could have produced GLib errors with certain conditions - A few compiler warnings fixes v0.8.0 2002-02-17 Timo Sirainen <tss@iki.fi> * I really should make releases more often. Once in every two weeks used to be nice. Maybe once in a month would be good now. There was many reasons why this release took this long .. first being addicted to books, then life stuff, then it took forever to figure out that irssi was crashing under solaris (and not because of one of the big changes I made while moving to IRC from solaris box). And now.. well, after this release I'll start working more with the yet another irssi rewrite :) The code is getting too ugly again, and some things need rewriting to support some new features more easily. It will take a while to get it all done, so I'll try to keep updating this "stable" irssi as well. There's too many changes since 0.7.98.3 (and .4 which was just minor bugfix), about 6600 lines in ChangeLog. I'm not going to read all that, so I'll just list the biggest changes that I can remember now. This version was supposed to be called 0.7.99, but since there were so many changes, and I originally though of putting 0.8.0 out long time ago, and 0.7.100 would look stupid, I guess it's time for 0.8.0 :) + /UPGRADE - upgrade irssi to new version on-the-fly without disconnecting from server, so other people won't even notice you quit from IRC. This ONLY executes the new binary, it does NOT download/compile/whatever irssi. + UTF-8 support with /SET term_type UTF-8, default is "8bit". It's also automatically detected from system locale (if supported). + Fully configurable statusbar. Yes. FULLY. Don't bother asking if something could be done with it, it can, just ask how. Well, there's a few things I didn't have time/energy to finish: window-specific statusbar groups and support for multiple input lines in screen. + Rewritten keyboard handling. No more the CTRL-X and ALT-x handling, now you can create whatever keyboard combinations your terminal can send to irssi. + Rewritten text buffer (scrollback) handling. + Irssi doesn't depend on curses anymore, so it can be installed anywhere a working terminfo/termcap exists. This also allows us to use all the possible colors terminal has (curses limits to 64), so eg. %0 is now always black background, not the default terminal background (%n). Several systems have also terminfo/termcap database that doesn't support colors, so I've added /SET term_force_colors option to force ANSI-style colors. Note that eg. BitchX does this by default. Getting rid of curses allows also one great thing for you people copy&pasting long urls :) If a long word gets split to two lines, doubleclicking the word selects it from both lines. + Rewritten server event redirections. Before it was pretty easy to mess up irssi's expectations of what server sends, and some things might have stayd in the buffer forever. Especially notify lists messed up /WHOIS requests for the notified people. Now all this should be history and it's a lot easier for scripts to use the redirections as well. + New ICB chat protocol plugin - very basic and doesn't support nicklist, but works. :) + --home and --config parameters to specify alternate ~/.irssi directory or config file. + Scripts can be unloaded separately with /SCRIPT UNLOAD. You can get a list of runnning scripts with /SCRIPT. + /SERVER PURGE [<target>] - purge the output buffer (for given target). Useful for example if you accidentally paste 100 lines :) The buffer is automatically purged if you get kicked from channel, or if you /PART the channel and there's more than 10 lines in output buffer.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27We don't want -L/some/path as Makefile dependency. Fixes pkg/14564, thoughwiz4-3/+30
differently than suggested. Don't let package look in LOCALBASE for curses (especially if USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-21Make sure ncurses is found - this is intended to prevent irssi fromhubertf1-2/+4
crashing when ran on the console (It's said to be ok in xterm). Hinted at by Otto Hilska <mutru@nallukka.net> in private mail.
2001-09-30Buildlinkify (strongly).wiz1-5/+9
2001-09-16irssi 0.7.98.4 package: yet another IRC clienthubertf6-0/+220
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.