summaryrefslogtreecommitdiff
path: root/chat/epic4
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
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-11Convert to buildlink3.snj1-3/+3
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-02-21s/compata/compati/snj1-3/+3
2003-12-07Update to 1.2.1.wiz3-11/+17
*** News -- 12/01/2003 -- Double quoted filenames via dcc from other clients is now supported. *** News -- 12/01/2003 -- New $windowctl() value, "DOUBLE" *** News -- 11/30/2003 -- /XECHO -L now overrides "target window" *** News -- 11/30/2003 -- "Fixed" and "skipped" windows now special *** News -- 11/30/2003 -- New /ON , /ON WINDOW_COMMAND *** News -- 11/24/2003 -- New built in function, $windowct() *** News -- 11/21/2003 -- /SERVER <host> now honors server groups *** News -- 11/21/2003 -- New math parser can now use 64 bit integers and perhaps some other stuff, but that's all that's in the news file.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-09-19Update to 1.1.12:wiz5-41/+12
# $serverwin([server refnum]) # Major project to replace bad quality C code with high quality C code # ./configure --with-warns # $dccctl(.. FLAGS ..) # $dccctl(.. HELDTIME ..) # $dccctl(.. HOLDTIME ..) # QWORD (double quoted words with double quotes) for alias arglists # Finished off full ipv6 support for dcc. # Current channel-ness is tracked by the channel and not the window. It's now impossible for a channel to be a current channel unless you're on the channel. # /set new_server_lastlog_level default changed to "ALL,-DCC" # $levelwindow([lastlog level]) # $outputwindow([lastlog level] [target]) # /timer.ue alias in 'commandqueues' # %{1}+ status expando acts sort of like %+ # /SET SWITCH_CHANNELS_BETWEEN_WINDOWS
2003-09-19Make build with gcc3. From Jonathan Perkin in PR 22861.wiz3-1/+34
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2002-09-01Update epic4 to 1.1.6, including native IPv6 support.wiz3-31/+23
Closes pkg/13851. Other new features (excerpt, full list at http://epicsol.org/?page=project): SSL support, improved /queues, /lastlog -file (redirects lastlog output to file), ~/.epicrc, /autoget, and lots of other stuff.
2002-07-13Create ${PREFIX}/share/epic/help for the binary package.wiz1-1/+2
2002-05-03Additional documentation (from different tarball) has been movedzuntum2-877/+3
to new "epic4-doc" package; this package installs now only basic manpages and scripts. Reduces installed package's size by 1MB.
2002-05-03Alter PATCH_SITESzuntum1-3/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-15Sync PATCH_SITES with realityzuntum1-3/+2
2001-04-22Update epic4 to 1.0.1:zuntum3-16/+20
o no changelog supplied, but diff makes me believe the changes are minor bugfixes and addition of function destroy_waiting_channels(), whatever it's used for o rework PATCH_SITES and MASTER_SITES o use the same IPv6 patch, but renamed for new version
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc1-1/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-03Update epic4 to 1.0zuntum3-10/+10
Changelog not available again.
2001-03-31Use recent IPv6 patchzuntum2-5/+5
2001-03-29Fix order of EXTRACT_SUFX and DISTFILES.wennmach1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Update epic4 to 0.10.1 and use .tar.bz2 distfile instead of .tar.gz one.zuntum3-8/+9
Changelog for new version not available in usual place -- http://www.epicsol.org/CHANGELOG says that 0.9.18 is most recent version.
2001-03-23Update epic4 to 0.9.17.zuntum3-18/+22
Changelog: 0.9.17 Add $ssl() built in function for lateral compatability with epic-ssl 0.9.17 Whack over my_next_expr(). 0.9.17 Add "next_expr_with_type" for use with 'break_args' 0.9.17 Add 'break_args', experimental command-argument tokenizer. 0.9.17 Add /for <var> in (<list>) {<commands>} command 0.9.17 Add /for <var> from <min> to <max> {<commands>} command 0.9.17 Doodle around a bit with /fe, just for yucks. 0.9.17 Change 'autoop', 'fe', 'files', 'ip-to-int', 'ircprimer', 'repeat', 0.9.17 'scandir', 'tc' scripts to use two new /for formats. 0.9.17 Add support for 477 numeric (can't join channel) from dalnet. (adm) 0.9.17 Add /xecho -v (output to a visible window) 0.9.17 Fix /reconnect to supply default quit message ("Reconnecting") 0.9.17 Add $cos(), $sin(), $tan() functions, to do math things 0.9.17 Fix bug in $serverlist() which caused it to always return server list. 0.9.17 Fix history stuff so it doesn't insert duplicate entries (robohak) 0.9.17 Add 'skip_spaces' function, which skips leading spaces in a string. 0.9.17 Change logfile header to output local time and not UTC time. 0.9.17 Fix /window server to clear reconnect counts, thwart throttling. 0.9.17 Change "server_list[%d].itsname is null and it shouldn't be" error msg 0.9.17 Change it to "I don't have %d's real name yet -- using the hostname..." 0.9.17 Fix /server N to not reconnect to N if it's already connected. 0.9.17 Add /ison -d and /ison -f (debug, and flush) for debugging purposes. 0.9.17 Release epic4-0.9.17 -- Release candidate #8
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-02-23BUILD_DEPENDS, not BUILDS_DEPENDS.wiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Update epic4 to 0.9.16:hubertf3-12/+22
* Try to add some stuff that helps epic cope with server disconnections better. * Add /on error, hooks on an irc protocol ERROR message. * Fix window.c:get_boolean(), passing unitialized 'newval' integer. * Fix path_search() to not blithely assume path != NULL (whitedragon) * New version of the 'hybrid6' script, from is. * Axe the broken "input_timeout" feature that hasn't worked in 6 years. * Add, but #ifdef'd out, a delayed-free mechanism -- strictly experimental. * Add the /defer command, to perform dangerous operations when it's safe. * Many changes from robohak to fix /on channel_* bogons I introduced. ;-) * Lice should now work again with 0.9.16. Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-30 * Updated epic4 from 0.9.9 to 0.9.15hubertf3-9/+890
* Added IPv6 support. My epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2 is based on Arkadiusz Miskiewicz's epic4-0.9.14-ipv6-20001212.patch.gz Now the binary supports *both* IPv4 and IPv6 * Added documentation Submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-27Added epic4-0.9.9:hubertf5-0/+103
EPIC4 is a new direction in ircII development. No longer is EPIC 100% backwards compatable with ircII, but instead those things where compatability is undesirable have been found and fixed. No gratuitous incompatabilities have been added, but lots of new code has been added to make EPIC the best ircII client available. Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11678.