Up to [cvs.netbsd.org] / pkgsrc / chat / ircII
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.59 / (download) - annotate - [select for diffs], Sat Dec 17 23:42:40 2011 UTC (5 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.58: +3 -2
lines
Diff to previous 1.58 (colored)
Add missing mk/termcap buildlink. Bump PKGREVISION
Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 16 08:28:29 2011 UTC (6 months ago) by tron
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
Add missing file "share/irc/help/nuser" to package list and bump revision because the binary package changed.
Revision 1.57 / (download) - annotate - [select for diffs], Tue Nov 15 09:41:40 2011 UTC (6 months, 1 week ago) by mrg
Branch: MAIN
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
update ircii to 20111115. main changes since 20110228 include: o fix compile time errors in on modern glibc systems o add /nuser command o wserv and ircio move into "libexec" dir.
Revision 1.56 / (download) - annotate - [select for diffs], Tue Apr 12 00:49:35 2011 UTC (13 months, 1 week ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
update to ircII 20110228. major changes: - warn the user if the IRCHOST may be wrong - make /save save /ignore'd things - remove K&R C support - remove many old UNIX platforms support - avoid a spurious SIGALRM - avoid printing some 8-bit unprintable chars - add support for modern qnx
Revision 1.55 / (download) - annotate - [select for diffs], Thu Aug 12 04:02:28 2010 UTC (21 months, 1 week ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.54: +2 -1
lines
Diff to previous 1.54 (colored)
avoid accessing arrays out of bounds. should fix build isses on freebsd8.
Revision 1.54 / (download) - annotate - [select for diffs], Tue Mar 30 10:29:40 2010 UTC (2 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.53: +3 -3
lines
Diff to previous 1.53 (colored)
Fix installation into a destination directory with "MANZ" defined by passing the correct directory name to "mk/plist/doc-compress".
Revision 1.53 / (download) - annotate - [select for diffs], Fri Jan 22 00:22:19 2010 UTC (2 years, 4 months ago) by heinz
Branch: MAIN
Changes since 1.52: +2 -1
lines
Diff to previous 1.52 (colored)
Added LICENSE information.
Revision 1.52 / (download) - annotate - [select for diffs], Wed Feb 18 08:18:53 2009 UTC (3 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
update to ircII 20081115. this fixes the missing translation tables, adds chanusers()/onchannel() support for ICB and increases the default lastlog to 440.
Revision 1.51 / (download) - annotate - [select for diffs], Mon Nov 17 08:09:19 2008 UTC (3 years, 6 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.50: +3 -2
lines
Diff to previous 1.50 (colored)
Add an HTTP URL to MASTER_SITES, for firewall convenience.
Revision 1.50 / (download) - annotate - [select for diffs], Mon Nov 10 19:25:27 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Update to 20080314:
Changes since ircII 20060725:
o /on channel_signoff works again
o try to split ICB messages at word boundaries
o disallow many IRC commands on ICB
o /ping works on ICB
o revert the utf-8 changes for large lastlog performance reasons.
there should be a re-implementation coming in the future.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Jan 4 20:00:32 2008 UTC (4 years, 4 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.48: +6 -1
lines
Diff to previous 1.48 (colored)
The package supports installation to DESTDIR. Removed unnecessary write permissions to shut up warnings by checkperms.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:11 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.47: +3 -4
lines
Diff to previous 1.47 (colored)
Convert packages that test and use USE_INET6 to use the options framework and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
Revision 1.47 / (download) - annotate - [select for diffs], Tue Jun 26 09:03:50 2007 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.46: +2 -4
lines
Diff to previous 1.46 (colored)
Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:11 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Jul 26 02:21:35 2006 UTC (5 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.44: +2 -3
lines
Diff to previous 1.44 (colored)
update to ircII 20060725. changes include: o remove dead /set use_old_msg variable o lex is no longer required for any part of ircII o fixed /set irchost vs /set irc_encoding problem
Revision 1.44 / (download) - annotate - [select for diffs], Sat Jul 22 09:13:10 2006 UTC (5 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
update to ircII 20060721. changes include:
o default status line now tells you when you are scrolled up
o new variables status_scrolled and status_scrolled_lines
o new status format modifiers %P and %s
o fixed a bug with the input prompt being overtaken
o /set translation has been removed. all encoding support now depends
on the existance of iconv(3) support, enhancing the capabilities and
correctness of codeset conversion. the translation and iso2022_support
variables have been replaced with input_encoding, display_encoding
and irc_encoding
o /msg -server <servergroup|servername|number> <target> <message>
now works to send message on specific servers ie, other than the
current window's server
o support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
Revision 1.43 / (download) - annotate - [select for diffs], Wed Jun 14 14:23:32 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.42: +13 -12
lines
Diff to previous 1.42 (colored)
Manage compression of the help files using the doc-compress script and be more precise about which files are handled instead of touching all the files in share/irc/help. Also, use PLIST_SUBST instead of manually replacing @GZ@ in the PLIST.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:03 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 1 16:17:15 2006 UTC (6 years, 4 months ago) by ben
Branch: MAIN
Changes since 1.40: +5 -1
lines
Diff to previous 1.40 (colored)
The ircII non-blocking code does not work correctly on Interix, disable it.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:03 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:53 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.38 / (download) - annotate - [select for diffs], Thu Jun 2 22:21:18 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.37: +4 -15
lines
Diff to previous 1.37 (colored)
Convert to options framework.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:04 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.36: +1 -2
lines
Diff to previous 1.36 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.36 / (download) - annotate - [select for diffs], Fri Aug 20 03:20:54 2004 UTC (7 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
update to ircii 20040820. changes include: o /msg . now works for ICB mode as well o /topic now works by default for ICB o fix building on SunOS4 with GCC
Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 14 17:33:38 2004 UTC (8 years, 1 month ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
s,/etc/mk.conf,${MAKECONF}, in a comment.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 21 22:06:37 2004 UTC (8 years, 3 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.33: +3 -1
lines
Diff to previous 1.33 (colored)
Add a couple of scripts to PLIST, add a HOMEPAGE, bump PKGREVISION. Okayed by jmmv.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 16 09:25:53 2004 UTC (8 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
update to ircii 20040216. notable changes include:
o various documentation updates
o ircii now requires an ANSI C compiler (such as GCC) to compile
o new /SET SWITCH_TO_QUIET_CHANNELS that allows SWITCH_CHANNELS binding
to ignore "quiet" channels.
o fixed the --without-emacs-meta-keys option to really be the default
o /hush support in ICB
o new example script ``multichan'' for maintaining multiple server
and channel configurations.
o renamed /ON ICB_MOTD to ICB_CMDOUT and fixed it as well
o removed old "SED" useless encryption
o add /ON TOPIC support for ICB
o builds on solaris out-of-box again
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 20 12:09:35 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jan 5 11:16:31 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.30: +1 -2
lines
Diff to previous 1.30 (colored)
remove a superfluous comment.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 5 11:15:09 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.29: +6 -4
lines
Diff to previous 1.29 (colored)
bl3ify
Revision 1.29 / (download) - annotate - [select for diffs], Tue Dec 16 08:08:59 2003 UTC (8 years, 5 months ago) by keihan
Branch: MAIN
Changes since 1.28: +3 -2
lines
Diff to previous 1.28 (colored)
Add my official mirror to the list of sites.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 25 13:35:20 2003 UTC (8 years, 5 months ago) by cjep
Branch: MAIN
Changes since 1.27: +4 -1
lines
Diff to previous 1.27 (colored)
On Solaris link with socket and nsl libs. Fixes build on Solaris.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 17 21:25:52 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 9 18:15:16 2003 UTC (8 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
update to ircii 20030709. changes include: o turned on SO_REUSEADDR for most connections o /DCC RAW works when disconnected again o several bugs fixed o new /set dccport and /set bind_local_dcchost variables to give the user full control over how dcc requests are sent. o new /on os_signal to give user-access to receiving UNIX signals o /set beep_on_msg now works for ICB messages and groups (public) o the --without-emacs-meta-keys configure option is now the default o the emacs meta key bindings for M-b and M-d were fixed
Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:26 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.20.2.1 / (download) - annotate - [select for diffs], Wed Apr 16 15:19:21 2003 UTC (9 years, 1 month ago) by grant
Branch: netbsd-1-6-1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
Pull up revisions 1.20-1.22 (requested by aymeric in ticket #1254):
update to ircii 20030314. changes since ircII 20021103:
o server's added by /server are no longer removed if they fail to connect.
o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
o fix ICB /msg to names starting with a /. you can now /msg \/oink to send
a message to "/oink". if you previously were able to /msg \oink you now
have to /msg \\oink.
o arithmetic "|" now works properly
o fix ICB /msg with a user the same name as the channel
o fix ICB group's and user's with comma's in them
o /notify and /timer always go to level crap now
o fix nickname response lossage
o fix $connect() hich was broken recently
o fix "irc -h" which was broken recently
o fix "dcc close raw" which was broken recently
Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:17 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 16 01:56:53 2003 UTC (9 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
update to ircii 20030315: o fixed several display and status bugs introduced in 20030314.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 14 12:59:03 2003 UTC (9 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
update to ircii 20030314. changes since ircII 20021103:
o server's added by /server are no longer removed if they fail to connect.
o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
o fix ICB /msg to names starting with a /. you can now /msg \/oink to send
a message to "/oink". if you previously were able to /msg \oink you now
have to /msg \\oink.
o arithmetic "|" now works properly
o fix ICB /msg with a user the same name as the channel
o fix ICB group's and user's with comma's in them
o /notify and /timer always go to level crap now
o fix nickname response lossage
o fix $connect() hich was broken recently
o fix "irc -h" which was broken recently
o fix "dcc close raw" which was broken recently
Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 18 02:29:14 2003 UTC (9 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
patch from mrg@ to fix coredump when a connection to a server fails
Revision 1.20 / (download) - annotate - [select for diffs], Fri Nov 15 12:14:18 2002 UTC (9 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
update to ircii 20021103. changes include:
o fix random bugs
o fix a problem with new ICB group name changes message format
o new /on icb_who and /on icb_motd
o all high control chars should be now properly filtered avoiding
pretend output
o fix help page bugs
o fix meta5, meta6, meta7 and meta8, which behaved as if you had always
hitten them once you had (ie sticky forever)
o avoid crashes in /help
Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 13 03:12:16 2002 UTC (9 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
update to ircii 20020912. changes are:
o /join group can now move an ICB group to a different window
o add ICB support for /join -force and /join -invite
o echoing bold / inverse / underline chars immediately after one
another now works properly in all cases
o DCC and IPv6 now works. ircII can DCC CHAT via IPv6 with irssi
o new /set dcchost to change the dcc source host. this changes what
the -H flag sets at start up
o IPv6 support split into pure-IPv6 and new socket API support, with
replacements for the latter being provided if they do not exist.
PLEASE NOTE: this may cause ./configure or build failures due to
gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(),
inet_pton() or inet_ntop() lossage. please report via ircbug
o /dcc talk, /dcc summon, and /dcc tmsg are no longer supported
o /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all
now provide the target of the /on as $1. PLEASE NOTE: this will
affect old scripts. use if (V > 20020902) to check for the new
behaviour
o nearly all reported bugs fixed
o /xecho -level should now work for channel traffic as wel. PLEASE
NOTE: this will probably cause some messages to go to a different
window now than they used to - possibly a bug! please report any
such changes that do not seem correct
o connections to multi-homed hosts not listening on all IP addresses
now works in all cases
o new /setenv & /unsetenv commands
o /log core dump fixes
o help file fixes
o new `fkeys' script to make it possible to bind function keys
o irc -t is now the default. use -T to get ti/te sequences
o long ICB messages are now always split up correctly
o various minor bug fixes
o 2.8script/newaway/default scripts "n.o" alias unified
Revision 1.18 / (download) - annotate - [select for diffs], Sun Aug 25 21:49:34 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.17: +10 -12
lines
Diff to previous 1.17 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.17.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:00 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.17.2.1: +2 -2
lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Also convert a few more packages to use the buildlink2 framework.
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:08:59 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.17: +10 -12
lines
Diff to previous 1.17 (colored)
First pass at conversion of various packages to use the buildlink2 framework. Add many buildlink2.mk files to add to the framework. Please see buildlink2.txt for more details.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 3 14:00:49 2002 UTC (10 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} line
in PLIST. now we only have to update VERS=. (thanks nick.)
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 3 13:42:01 2002 UTC (10 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
update to ircii-20020403. highlights include: o new /on dcc_list hook, for /dcc list output o /dcc list bug fixed o status clock gets very slow bug fixed o fix /window new server foo.com channel #foo,foo o fix build problem on BSD/OS 4.3 o new --disable-non-blocking to turn off non blocking connects o new /load autoquery, to automatically create a new query window when /msg'ing. apparently like mIRC o /whois works on ICB again o multi-server connections should work much better now, including when loaded from a script o new help file for /window where, missing since forever o server "." refers to the last connected server in this window, eg `/window server .' and `/server .'
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 21 16:30:59 2002 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
upgrade to ircii 20020322. Changes since ircII 20020321: o fix a severe bug in several window information functions
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 21 15:29:50 2002 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.13: +2 -4
lines
Diff to previous 1.13 (colored)
update to ircII 20020321. from the NEWS file: o /save -all works properly now o new server server groups can be listed in $IRCSERVER by prefixing :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666 o fix /set status_voice o add /server -group, allowing proper multi-network configuration o fix tabkey for people who join channels o fix many $functions() to work properly in multi-server context, and no longer use the current window o enhance $ignored() o add missing docs for /set tab, decrypt_program, show_stars and iso2022_support o new /on window_list for /window list output hookery o /window create now takes -xterm and -screen flags to force either a xterm or screen window to be created, rather than forcing the choice o /on flood support for ICB
Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 10 10:37:27 2002 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.12: +6 -8
lines
Diff to previous 1.12 (colored)
update to version 20020310. changes since ircII 20011210:
o fixes for server passwords
o fix for linking on solaris
o don't send notices that are flooding as if they are public notices
o bug fix to keep track of my own nickname
o /on foo will now show fuzzy matches again "foo" instead of complaining
about ambiguity
o /window create should work properly now, no i really mean it this time
o random bug fixes
o /window create windows now have input buffers that do not interfere
with each other
o new $filestat() function
o /timer is now sub-second aware
o raw DCC core dump bug fixes
Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 19 10:59:43 2001 UTC (10 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.11: +2 -4
lines
Diff to previous 1.11 (colored)
Move definition of "WRKSRC" to the correct position.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 10 13:38:29 2001 UTC (10 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.10: +6 -5
lines
Diff to previous 1.10 (colored)
upgrade to ircii 20011210. this includes:
o new /on raw_send
o new /exec -filter option
o fixed mIRC colour code handling
o enhanced redirection to multiple targets
o bug fix for $mid()
o bug fix for when resizing to a smaller window
o other bug fixes
Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 27 23:17:48 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 15 12:22:16 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.8: +6 -5
lines
Diff to previous 1.8 (colored)
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 7 20:54:52 2001 UTC (10 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.7: +11 -4
lines
Diff to previous 1.7 (colored)
update to ircII 20010612. mostly a bug fix release, though with these new features: - japanese support - ignored(), notify(), screens() & windows() functions - listidle script
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 12 20:33:01 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 19 03:56:32 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Use ${XARGS} instead of invoking xargs directly.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 12 10:35:41 2001 UTC (11 years, 1 month ago) by wennmach
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add a CONFLICTS entry for blackened. Detected by pkgconflict.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 16 13:51:25 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 11 11:00:24 2001 UTC (11 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.2: +5 -1
lines
Diff to previous 1.2 (colored)
Make this package build on Solaris.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 31 06:45:17 2000 UTC (11 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
update to 20001231. changes include: - new -t/-T (already in pkgsrc version) - cygwin termcap support - severel new core dumps fixed - support for ICB groups called, eg, "/quit" - better mIRC colour support
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 15 00:36:32 2000 UTC (11 years, 5 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 15 00:36:32 2000 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Initial revision