Summary: | dctc-0.83.8.ebuild (Update) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | AutoBot <autobot> |
Component: | New packages | Assignee: | SpanKY <vapier> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | 1.4_rc1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://www.ac2i.tzo.com/dctc/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 10582 | ||
Attachments: | dctc-0.83.8.ebuild |
Description
AutoBot
2002-11-11 07:57:31 UTC
Created attachment 5575 [details]
dctc-0.83.8.ebuild
* 2002/11/11:
-----------
- Version 0.83.8
- fix a compilation problem in userinfo.c due to a code which cannot be handled
by all compiler (gcc3.x does, gcc2.x does not).
- fix the compilation problem with Berkeley DB4. (open function of db4.0 has
the
same prototype as DB3 one but db4.1 does not).
- handle more gracefully malformed MyINFO data.
- fix an upload problem occuring when a user having the IGNORE_SLOT_LIMIT flag
set and being in active mode tries to start a download. In such case,
previously, the query is ignored.
- new program added: dctc_cmd. This program sends a command to a running
client.
It can be used from script. It takes 2 parameters, the UDP socket of the DCTC
to contact (files named $HOME/.dctc/running/*.udp) and the command to send
(see Documentation/commands).
- New flag for user: IGNORE_PUBMSG. When this flag is set, public messages from
a user can be ignored. Even virtual user can be flagged.
|