diff options
author | adam <adam> | 2004-12-03 12:15:54 +0000 |
---|---|---|
committer | adam <adam> | 2004-12-03 12:15:54 +0000 |
commit | 20d8e996cfce0e99acd8625e3d296e63e9674723 (patch) | |
tree | 7ca1b64728a6fd42705dfd4dd52c8e4cb8104176 /chat/eggdrop/PLIST | |
parent | 47d6bd973f0c20c802701b3ef7aee389deec5984 (diff) | |
download | pkgsrc-20d8e996cfce0e99acd8625e3d296e63e9674723.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/PLIST')
-rw-r--r-- | chat/eggdrop/PLIST | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/chat/eggdrop/PLIST b/chat/eggdrop/PLIST index df18c0f80c8..746350c03a4 100644 --- a/chat/eggdrop/PLIST +++ b/chat/eggdrop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/05/24 16:43:05 salo Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/12/03 12:15:54 adam Exp $ bin/eggdrop ${NOPIC}lib/eggdrop/assoc.so ${NOPIC}lib/eggdrop/blowfish.so @@ -19,13 +19,13 @@ ${NOPIC}lib/eggdrop/wire.so man/man1/eggdrop.1 share/doc/eggdrop/BANS share/doc/eggdrop/BOTNET +share/doc/eggdrop/FIRST-SCRIPT share/doc/eggdrop/MODULES share/doc/eggdrop/PARTYLINE share/doc/eggdrop/USERS -share/doc/eggdrop/first_script.txt +share/doc/eggdrop/TEXT-SUBSTITUTIONS +share/doc/eggdrop/TRICKS share/doc/eggdrop/tcl-commands.doc -share/doc/eggdrop/text-substitutions.doc -share/doc/eggdrop/tricks share/doc/html/eggdrop/about.html share/doc/html/eggdrop/app-problems.html share/doc/html/eggdrop/app-textsub.html @@ -40,7 +40,6 @@ share/doc/html/eggdrop/faqs.html share/doc/html/eggdrop/features.html share/doc/html/eggdrop/index.html share/doc/html/eggdrop/install.html -share/doc/html/eggdrop/ipv6.html share/doc/html/eggdrop/mod-assoc.html share/doc/html/eggdrop/mod-blowfish.html share/doc/html/eggdrop/mod-channels.html @@ -70,30 +69,37 @@ share/eggdrop/help/core.help share/eggdrop/help/set/cmds1.help share/eggdrop/language/assoc.danish.lang share/eggdrop/language/assoc.english.lang +share/eggdrop/language/assoc.finnish.lang share/eggdrop/language/assoc.french.lang share/eggdrop/language/assoc.german.lang share/eggdrop/language/console.danish.lang share/eggdrop/language/console.english.lang +share/eggdrop/language/console.finnish.lang share/eggdrop/language/console.french.lang share/eggdrop/language/console.german.lang share/eggdrop/language/core.danish.lang share/eggdrop/language/core.english.lang +share/eggdrop/language/core.finnish.lang share/eggdrop/language/core.french.lang share/eggdrop/language/core.german.lang share/eggdrop/language/filesys.danish.lang share/eggdrop/language/filesys.english.lang +share/eggdrop/language/filesys.finnish.lang share/eggdrop/language/filesys.french.lang share/eggdrop/language/filesys.german.lang share/eggdrop/language/notes.danish.lang share/eggdrop/language/notes.english.lang +share/eggdrop/language/notes.finnish.lang share/eggdrop/language/notes.french.lang share/eggdrop/language/notes.german.lang share/eggdrop/language/transfer.danish.lang share/eggdrop/language/transfer.english.lang +share/eggdrop/language/transfer.finnish.lang share/eggdrop/language/transfer.french.lang share/eggdrop/language/transfer.german.lang share/eggdrop/language/wire.danish.lang share/eggdrop/language/wire.english.lang +share/eggdrop/language/wire.finnish.lang share/eggdrop/language/wire.french.lang share/eggdrop/language/wire.german.lang share/eggdrop/scripts/CONTENTS |