summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches/patch-ae
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-12-03 12:15:54 +0000
committeradam <adam@pkgsrc.org>2004-12-03 12:15:54 +0000
commitc87f1cc9930e83a8d7a99def77b96c3df65a669d (patch)
tree7ca1b64728a6fd42705dfd4dd52c8e4cb8104176 /chat/eggdrop/patches/patch-ae
parentdd884da2395513806df1e46bf7627b47f83abdde (diff)
downloadpkgsrc-c87f1cc9930e83a8d7a99def77b96c3df65a669d.tar.gz
Changes 1.6.17:
- Lots of doc updates. - Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more information. - Bot idx's should be considered valid to tcl_valididx. - Always try to detect shared Tcl libraries before static ones. - We now correctly differentiate the +l user flag from the +l bot flag. - Cleaned up modules.c and the module configure stuff quite a bit. - Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version. - We now support module loading under Darwin (Mac OS X) and NeXT Step. - Don't try to call tcl_notes if the notes module isn't loaded. - Show a more descriptive error message when a listen socket can't be opened. - Fixed Tcl encoding issues with .tcl and .set. - Added a set of Finnish language files and a Finnish MOTD. - time_t isn't unsigned, and therefor %lu should not be used as a conversion specifier. - Fixed a gcc warning in dcc.c. - Added support for Quakenet channel modes. - Removed an invalid killsock() in dcc.c. - Fixed extra spaces being written to chan file. - Reworked 'make config' / module configure process. - Op (+o) implies halfop (+l) now. - Cleaned up and optimized rmspace() and fixfrom(). - Updated recomended Tcl version to 8.4.6. - Fix behavior of the BCST bind. BCST is now correctly triggered for dccbroadcasts, as well as when a bot "says" something on a channel. See doc/tcl-commands.doc for more information. - Remove some unneeded casts. - Fixed performance issues with mv/cp when a lot of files are in the file area. - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. - Fix a possible issue with ident code. - Don't let .tcl mkdir create duplicate filedb entries. - Fixed a compile error related to varargs when using old Tcl versions. - Fixed a compile error on systems that don't have socklen_t. - Suppress configure warnings on systems that use newer versions of GNU coreutils.
Diffstat (limited to 'chat/eggdrop/patches/patch-ae')
-rw-r--r--chat/eggdrop/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/eggdrop/patches/patch-ae b/chat/eggdrop/patches/patch-ae
index 88c8bdc6026..294a07464da 100644
--- a/chat/eggdrop/patches/patch-ae
+++ b/chat/eggdrop/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.2 2003/05/24 16:43:05 salo Exp $
+$NetBSD: patch-ae,v 1.3 2004/12/03 12:15:54 adam Exp $
---- src/mod/ctcp.mod/ctcp.c.orig 2003-05-04 22:15:53.000000000 +0200
-+++ src/mod/ctcp.mod/ctcp.c 2003-05-24 17:01:36.000000000 +0200
-@@ -160,8 +160,8 @@
+--- src/mod/ctcp.mod/ctcp.c.orig 2004-06-14 01:14:07.000000000 +0000
++++ src/mod/ctcp.mod/ctcp.c
+@@ -161,8 +161,8 @@ static int ctcp_CHAT(char *nick, char *u
/* Do me a favour and don't change this back to a CTCP reply,
* CTCP replies are NOTICE's this has to be a PRIVMSG
* -poptix 5/1/1997 */