Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 10581

Summary: dctc-0.83.8.ebuild (Update)
Product: Gentoo Linux Reporter: AutoBot <autobot>
Component: New packagesAssignee: 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
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.