Commit graph

64 commits

Author SHA1 Message Date
hubertf
172f9b3906 add help/disconnect 2000-08-21 18:59:57 +00:00
kim
e247ecd9de Avoid barfing on share/irc/script/local still existing. 2000-08-08 22:30:37 +00:00
mrg
9fa65f3fe2 update to ircII 4.4X. fixes a serious (crash at startup) bug in the previous. 2000-08-04 03:11:06 +00:00
tron
0cf264d9d2 Fix installation of help files so that ".CVS" directories are really
not installed.
2000-08-03 05:46:47 +00:00
tron
d356ac736e Add missing help files. 2000-08-03 05:41:56 +00:00
mrg
7fd767a0d3 update to 4.4V. changes include:
o  new /set {fore,back}ground_colour variables.
	o  new /set xterm_geomoptstr variable.

plus a bunch of important bug fixes.
2000-08-03 03:03:40 +00:00
pooka
58ae218250 regen 2000-07-08 18:20:06 +00:00
pooka
99b1d04893 add rcs tag 2000-07-08 18:19:38 +00:00
mrg
9bdad38304 update to ircII 4.4U. mainly a bug-fix release. 2000-05-11 04:32:43 +00:00
itojun
a58007ddbf DEPENDS -> BUILD_DEPENDS for autoconf.
From: matthew green <mrg@cygnus.com>
2000-05-04 04:03:54 +00:00
tron
f178977a15 The binary of version 4.4S is called "ircII-4.4S" of course. 2000-03-18 11:45:30 +00:00
itojun
43f07089fe regenerate configure by using autoreconf. 2000-03-18 09:52:15 +00:00
itojun
d8f56f78b8 upgrade to 4.4S. try to address PR 9630 (compilation fails on IPv4-only?
kernel).

4.4R -> 4.4S changes:
- properly fix the terrible bug in send_text().
2000-03-18 09:45:02 +00:00
mrg
8eb58392af update to 4.4R: small but necessary bug fix. 2000-03-16 15:32:50 +00:00
mrg
b16f727cd0 regen 2000-03-16 15:03:44 +00:00
mrg
4dc4c89c0c update to ircII 4.4Q. new features include:
o  new /cat command.
  o  new $chatpeers() function.
  o  new /set make_notice_msg variable.
  o  /encrypt -showkeys option added.
  o  lastlog level HELP added.
  o  more bugs fixed.
  o  additional /bind-able metakeys: meta5_character,
     meta6_character, meta7_character, meta8_character
  o  forward and backward scroll *really* works!
  o  scrolling directly to the start also works!
  o  most /ignore requests are now honoured by the ICB mode.
  o  new /set no_ask_password variable added.
  o  new /set xterm_path variable added.
  o  new /set irchost variable added.
  o  IPv6 [se:ve:er]:port support added.
  o  translation table support in dumb mode.
  o  new $wincols() and $winrows() functions which return the
     number of columns and rows in this window.
  o  /set auto_unmark_away fixed after many years
  o  bunches of bugs fixed
  o  if /dcc get fails due to local permissions, the offer is not
     removed any longer, allowing the problem to be fixed.
  o  +c (colourless) and +R (registered users only) channel modes
  o  IRC 2.10 !channels supported
  o  vasprintf(3) support
  o  aliases of dynamic sizes!
  o  channels *really* should stay attached to windows properly
     and hang around after reconnects, etc.
  o  /join bug is gone
  o  new /on window_swap that is triggered when you swap windows.
  o  /window bind has original behaviour; stick to windows not
     channels.
  o  ICB support extended.
2000-03-16 15:03:10 +00:00
mrg
efc5482347 pull across a patch from ircII-current:
- fix PR#423 from Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>:  the
  MSG and DCC hooks added by the `times' script incorrectly ignored the
  first word of the message.
2000-03-02 16:02:49 +00:00
hubertf
dc09236eb8 # Note: this pkg auto-detects IPv6 without regarding USE_INET6.
# (Leave the above line in to still get it into the README-IPv6.html!)
2000-02-09 18:21:11 +00:00
hubertf
f3fc650a70 add some files for 4.4M (HI MATT!) 2000-02-09 17:36:27 +00:00
wiz
5864e57d4a fixed RCS tags, regenerated patch-sum 2000-02-05 19:59:26 +00:00
mrg
b1a260eb89 update ircII package to 4.4M, plus a couple of additional fixes since then.
changes in 4.4M are:

	- .ircquick support (loaded when client starts)
	- new functions: hasvoice(), dcclist() and chatpeers()
	- new variable: MAKE_NOTICE_MSG
	- fixed long line sending in ICB mode: long lines are split
	  and send to the server separately
	- new scripts based on my start up: default (suggested for
	  a .ircrc), times (to add time to most chat) and otherstatus
	  (to allow non-inverse status lines to be constructed)
	- fix by in xecho
	- make SHOW_CHANNEL_NAMES work in ICB mode.
	- incorporate IPv6 support

additional fixes include:

	- ipv6 support in configure.in was a bit broken
	- /whois works in ICB mode
	- group name changes are now handled in ICB mode
2000-01-31 23:00:45 +00:00
wiz
eadd890e05 replaced a whole lot more commands with ${COMMAND} 2000-01-10 00:57:13 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
frueauf
433fefcdf4 *sigh* I hate rcs ids in patch files. 1999-11-29 11:50:14 +00:00
frueauf
846fc69947 sync. 1999-11-29 11:46:02 +00:00
frueauf
2ecf1cd989 Make ircII compile with socks support even if the ncurses package is
installed. The configure script added $LOCALBASE/include to CFLAGS,
but that way the local includes get mixed up with ncruses includes.
Append $LOCALBASE/include after the local includes to includepath.
1999-11-29 11:45:13 +00:00
hubertf
816e188293 document and use DEFAULT_IRC_SERVER 1999-09-23 16:28:17 +00:00
mrg
9d1944b59d mmmm, RCS is fun. fix these patches. 1999-08-28 08:30:07 +00:00
tron
9fb68f9095 Regen patch MD5 sum. Fixes PR pkg/8284 by Ezra Story. 1999-08-27 21:18:58 +00:00
mrg
908f0afaf9 add a patch to find "cast.c" automatically, comes from ircII CVS tree. 1999-08-24 14:30:06 +00:00
tron
b16a63da8c Don't complain if "${PREFIX}/share/irc" can't be removed because some
user created files e.g. "ircII.server" are still in that directory.
1999-08-24 07:27:21 +00:00
mrg
20964fad43 again: do not remove non-pkg files (ircII.servers). restoring this file from backups *again* is no fun. 1999-08-24 01:19:24 +00:00
tron
a1539545f3 Remove duplicate entry for "share/irc/script/icb". 1999-08-23 16:33:38 +00:00
tron
65993e5344 Remove "share/irc/ircII.servers" on deinstallation. 1999-08-23 16:32:12 +00:00
mrg
d6df09b421 update to version 4.4L. this fixes:
- channel_name_width==0
- missing ssize_t
- freebsd curses fixes
- nickname at starttime fixes for linux
- /window kill_others fixes
- NeXT support
and adds these features:
- socks5 support
- configure --datadir, --srcdir (objdir) support.
- find zcat/gzip/etc and use these as we can
1999-08-23 12:27:11 +00:00
agc
d792103c87 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_SOCKS to BUILD_DEFS
1999-08-18 09:11:30 +00:00
mrg
6d749e3e60 add /brick 1999-07-21 00:26:58 +00:00
mrg
3e7a955418 update to 4.4J, which fixes:
- CAST128-CBC bugs.  this version unfortunately is
	  incompatible with earlier versions due to badly
	  generate keys.
	- ICB port number defaults correctly to 7326.
	- new $servertype() so you can tell if you are on
	  an ICB or IRC connection.
	- /register support for the 'icb' script.

also, don't remove `ircII.servers' and `ircII.motd' as these files
are created by humans not a package and removing them is really evil
(the only time they exist is if they are manually created).  lucky
for me, i read this closely before running `pkg_delete'.
1999-07-15 06:26:27 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
tron
2b2e8c558d Use "ln -fs" to create symbolic link in case a file hasn't been removed
due to a incomplete package list.
1999-05-21 22:09:21 +00:00
tron
84ec10d4a2 Add "man/man1/irc.1". 1999-05-21 22:07:47 +00:00
tv
290be51a90 netbsd._org_, not netbsd._com_.
(Should this include warped as a ftp site too?)
1999-05-21 20:39:22 +00:00
mrg
4e2765c635 update to ircII 4.4I. features include ICB support and many bug fixes as usual. 1999-05-21 16:09:45 +00:00
kim
bed8bb8238 Let's have a man page for irc(1) as well (the distribution only
installs ircII(1), which is difficult to find when the binary is
not called that).
1998-08-09 21:42:01 +00:00
kim
d318d95a04 What ircII calls IRCLIB is really the GNU datadir, i.e. put all the help
files, scripts and translation tables in share/irc instead of lib/irc.
1998-08-09 21:23:28 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
e4cae706dc Automanpage handling. 1998-06-21 02:58:31 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
016eb4c75b portlint: gzip->${GZIP_CMD}; echo->${ECHO}. 1998-03-10 15:25:43 +00:00