* 'done' log file contains upload log.
* fix the incorrect information sent to the UI when uploading a file bigger than
2GB (only the display is buggy, the transfer works).
* update .spec file to support fedora (based on Sammy Atmadja modification).
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.
Avoid union shm on DragonFly, it conflicts with system provided version.
Hack around some namespace pollution in arpa/inet.h inherited from
FreeBSD which results in G_LOCK(inet_ptona) being partly mapped to
G_LOCK(__inet_ptona), but not consistently.
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
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.
Downloads are now automatically handled by one client instead of
spreading them among the running clients. A problem with incorrectly
handling trailing corrupted segments was fixed, and users with a
slash in their nicknames are handled properly.
- Version 0.85.3
- fix the unfairness of upload/download speed limit. In previous version, most
of the time, a transfer obtains nearly all the bandwidth available.
- client can establish connection through web proxy.
- new flag added: -C. This flag is used to provide the address and port of the
web proxy to use.
- fix a bug crashing the client if it uses glib2.x (glib1.2 version is not
affected).
- fix GDL type detection problem preventing attachment of broken GDL.
- .sub added to file type "doc" (most of the time, these files contains
subtitles).
- remove numerous old debug messages.
- 2 new commands added: /GDLMETDIR and /GDLMETPOLL. Using them, DCTC can use
some informations obtained by the e-donkey emule client (partial CRC in .met
files).
-----------
- Version 0.85.2
- .iso, .bin, .cue and .img added to the file type "exe".
- fix a bug occuring when a broken GDL with L0CRC is available.
- fix a bug occuring when attaching a broken GDL with L0CRC (L0CRC was lost).
- new flag added: -m . If this option is set, DCTC will automatically append a
dc++ like tag to your description.
- fix a configuration problem when detecting MD* functions.
- fix a hanging problem occuring when an UI disconnects when DCTC sends lot of
messages to it.
- UADDR handles smarter incoming IP without known name. It prevents duplicated
IP with IP with known name. To increase efficiency, it also tries a set of
well known ports accepting DC connection.
-----------
- Version 0.85.1
- the old md5 support was removed (option: -5).
- hublist handles an environment variable named "HUBLIST". In this variable, you
can put all the hublist URL you want to use, use [tab] as separator. If the
variable is not defined, the default direct connect hublist is used.
- hublist supports bzip2 list.
- fix typo in dctc man pages. Add man page for hublist.
- timeout added to hublist to prevent long wait when a hublist server does not
respond.
- new program added: dctc_gdl123. This program takes 2 corrupted GDLs of the
same files and rebuild a partial GDL containing only identical parts of the 2
corrupted GDLs.
-----------
- Version 0.85.0
- periodically send something to the hub is no network activity exists. This is
required else the hub will close the connection.
- new command added: /GDLCRC, /GDLNOCRC. Using them, you can set a CRC on a GDL.
DCTC computes CRC in the same manner has e-donkey 2000 does thus you can use
its CRC (a 32 characters string composed of 0,1,...9,A,...,F values). The CRC
allows detection of corrupted file but it does not provide corrupted data
recovery. (see Documentation/DCextension/ed2k_crc file).
- minor change in the GLSTC format. To keep compatibility with gtk 1.2 version,
no field is added. If a GDL CRC exists, it is appended to the script to start
field, you will see a " &CRC:" field inside it.
- new flag added: -Z. When used, the given parameter is a directory that will
be used instead of the default $(HOME)/.dctc directory.
Patch by Henrique do N. Angelo (phpDC project).
- fix g_string_sprintf[a] compilation problem with glib2.
- flag -m is removed. DCTC now always works in extended mode.
- Add support of DC protocol extension commands: MD4Get0 and MD4Set. When
connected to a compatible hub, you can send or retrieve partial CRC allowing
detection of corruption of part of files. (see Documentation/DCextension/
ed2k_crc file).
WARNING: the CRC computation has 2 effects:
--------
1) If someone asks your client a CRC of a file you have not yet computed,
DCTC will freeze during the computation (problem will be solved in
future release). The computation of the CRC of 450MB file tooks
approximately 15 seconds on my XP1700+.
Note: only the main thread will be busy, download/upload won't be
stopped.
2) the speed of CRC computation and of the splitting of the faulty file
is done at full speed thus you will have a lot of disk I/O. If you
burn a CD on a non burn-proof CD writer, the burning process will
probably be interrupted. On my test computer (athlon XP1700+, 768MB
RAM, UDMA100 7200rpm disk), when reparing a 450MB file, I have
encountered a freeze of 0.5 second due to the high I/O load.
- '*.mid' files are known recognized as audio file.
Changes:
- Malformed $MyINFO string is handled more gracefully. DCTC will try to decode
it to extract valid user information.
- Fix compatibility problem with glib2 (g_strsplit works a bit differently).
- Always reply to transfer request even if no slot is available. This avoid to
be kicked by hub script (Thanks to Tobias).
- the lack of MSG_NOSIGNAL is automatically handled.
- add manual page for dctc_cmd
- Fix some functions to work fine on SPARC platforms (tested on AURORA 1.0)
(Thanks to Yves BLUSSEAU).
- SIGCHLD is now ignored to prevent zombi creation (at end of script for
example).
- fix a bug in GDL renaming function. If the "move into done/ directory" was
set, the done/ directory does not exist and a new filename like "./filename"
is used, the downloaded file is not move into the done/ directory and keeps
its old name.
- new command added: /KICK. This command allows user kicking.
- obtaining the default IP requires 1 process less than before.
- default IP obtention now supports both previous method (5 process) and BSD
method (2 process). Based on BSD port patches sent by Thomas Klausner.
- new flag added: min_delay_between_search. This flag allows limitation of the
number of search queries by setting a minimum duration between 2 searchs. If
a query comes too close to the previous one, it is silently discarded. Default
flag value is 0 (no delay).
This version fixes compilation problems with old C compilers and with
Berkeley DB 4.0. Malformed MyINFO data are handled more gracefully,
IGNORE_SLOT_LIMIT properly works now, a program to send DCTC command to
running client from a script was added, and a new flag was added to ignore
public chat messages from a user.
Fixed a compilation problem with Berkeley DB4, updated the man page, and
added the ability to start a program when a GDL ends. Downloading the
hublist no longer hangs the GUI, automatic generation of autoscan patterns
was added, and a problem with missing translation files in the RPM was
fixed.
Changes:
A Berkeley DB detection problem on NetBSD was fixed, a command to set the
range of ports to use for autoscan was added, and search capabilites were
added to the user file list tab. In the GUI, nickname sort can now be case
sensitive or insensitive.
Changes:
- a special hub address is recognized "dummy_client". When this name is used
with the -g option, it is possible to start a client connected to no hub.
- When the dynamic IP flag is set, the IP is updated each time the /RECON
command is processed whatever the /RECON is successful or not (previous, only
a successful /RECON update the IP).
- When the dynamic IP flag is set, the IP is updated every minute.
- to ease port, stdout G_LOCK is now named std_out G_LOCK.
- a (new) buggy clone seems to send string containing illegal character ('\0').
Because this character is also the C string end character, it truncates string
and DCTC crashs because an impossible case occurs. This version avoids the
problem.