Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10581 - dctc-0.83.8.ebuild (Update)
Summary: dctc-0.83.8.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: SpanKY
URL: http://www.ac2i.tzo.com/dctc/
Whiteboard:
Keywords:
Depends on:
Blocks: 10582
  Show dependency tree
 
Reported: 2002-11-11 07:57 UTC by AutoBot
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dctc-0.83.8.ebuild (dctc-0.83.8.ebuild,645 bytes, text/plain)
2002-11-11 07:58 UTC, AutoBot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AutoBot 2002-11-11 07:57:31 UTC
Attached is dctc-0.83.8.ebuild

DCTC is a Direct Connect clone, a windoz client allowing users to share their
files and talk (like IRC but more software sharing oriented) using a proprietary
protocol.


I suggest net-p2p/dctc right along with all the rest :)
Comment 1 AutoBot 2002-11-11 07:58:55 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.