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.
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.