./net/gtk-gnutella, GTK-based gnutella client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.96.6nb1, Package name: gtk-gnutella-0.96.6nb1, Maintainer: adam

Gtk-Gnutella is a reliable and efficient Gnutella client, supporting the
latest Gnutella protocol, bandwidth limitation (both incoming and
outgoing) traffic compression, and advanced search filters among other
things.

Gnutella is a peer-based file-sharing protocol that allows a
user running a Gnutella client to search for and download files from
other Gnutella users, as well as share some files of their own.

Gtk-Gnutella offers all the extra features you expect from a modern
client: persistent downloads, searches and filters, intuitive interface,
upload statistics, and of course total control over many configuration
parameters.

See http://gtk-gnutella.sf.net/ for further information and help.


Required to run:
[sysutils/desktop-file-utils] [textproc/libxml2] [security/gnutls] [x11/gtk2]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Package options: gtk2

Master sites: (Expand)

SHA1: 319417e8de104b33913e08a0aaec8c0f22a6129d
RMD160: 0dae6af9ac64fa8d75980cafd55c5a3e9eb18dfe
Filesize: 15370.352 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-07-14 11:41:31 by Hasso Tepper | Files touched by this commit (2)
Log message:
Add SVN rev 16947 from upstream. Makes it build on DragonFly.
   2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-05 08:46:56 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
Changes 0.96.6:
* Bug Fixes
* Refuse to share certain directories: /, $HOME, $GTK_GNUTELLA_DIR, and
  the incomplete and corrupted directories.
* Downloads GUI: added checkboxes to invert the select/filter patterns.
* Downloads GUI: added "Modified" column and detail showing the \ 
timestamp of
  the last file modification.
* Optional beautification operations on filenames: strip leading "-", \ 
remove
  consecutive "_" and prevent "_" surrounding punctuation \ 
characters.
* Fixed significant performance issue in the Gtk+ 1.2 front-end: update of
  upload statistics was O(n) but is now O(1).
* Background TTH file verification now lights an icon in the GUI.
* Show TTH tree depth in the download "Details" pane.
* Update the bitzi metadata info box when a query finishes, so that it is
  not required to click on the result again after requesting bitzi data.
* Added MIME type column for search results.
* Added "Last Request" and "Last Upload" columns to the \ 
Upload History.
* Almost complete DHT support (missing only publishing of data), but code
  needs to be explicitly enabled by setting "enable_dht" to TRUE.  The DHT
  knows how to look for alt-locs for files and push-proxies for firewalled
  hosts, and will store local data for others to query.
* New shell commands "stats", "download", "echo".
* It is now possible to rename files being downloaded (through GTK2 or shell,
  no support in GTK1).
* Added more filename extensions to the built-in search filters.
* Switch resources after getting an HTTP error if the connection is kept alive
  and the error permits follow-ups (non-busy conditions).
* Improved ability to switch resources after file completion by ignoring
  trailing swarming data, to keep the connection alive.
* Bitzi tickets are refreshed when explicitely requested, avoiding reuse
  of stale metadata
* Completed files are displayed during hash verification.
* Only propagate good alt-locs for files we are downloading, i.e. addresses
  of hosts which we know to be serving that file because we contacted them.
* Many new statistics counters.
* Allow scheduling of special downloads without considering per-host limits,
  as these are of a much shorter duration (THEX and browse host requests).
* Always seed completed files, regardless of their size (no PFSP minimum as
  with partial files), when their SHA-1 has been verified.
* Incorrectly encoded Bitzi metadata is translated to Unicode.
* Browse-host responses are sorted alphanumerically on relative pathnames to
  allow users to relate files together if they don't understand GGEP \ 
"PATH".
* Improved routing of PUSH messages by also looking whether targetted hosts
  happen to be one of our immediate neighbours.
* Updated Norwegian Bokmal and Spanish translations.
   2009-02-15 20:13:23 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
PKG_DESTDIR_SUPPORT must be either user-destdir or destdir, not both.
   2009-02-10 09:35:36 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Added DESTDIR support
   2008-11-03 13:52:39 by Adam Ciarcinski | Files touched by this commit (7) | Package removed
Log message:
Removed unused (PROP_TYPE_STRING) patches
   2008-08-20 12:03:33 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
Log message:
Changes 0.96.5:

Bug Fixes:
- 1870957: Wrong sign could cause out-of-bounds read and potentially a crash.
- Firewalled status was not re-verified after a port change if the previously
  used port was open.
- Fixed issue that caused the local peer cache to degenerate.

Improvements:
- Client-side support for tigertree hashes (TTH/THEX).
- Replaced navigation tree by tabs.
- Redesigned download user-interface to make it more accessible.
- Added some selectable pre-defined search filters.
- Bitzi tickets are displayed in full raw indented XML.
- Display Bitzi and ShareMonkey URLs as search result details.
- Topless mode is available at run-time via command-line switch.
- Added default shared filename extensions:
  .7z, .bittorrent, .oga, .ogv, .spx, .tbz2
- Removed default shared filename extensions: .doc
- Updated translations: Japanese, Norwegian Bokmal, French.

Under the hood:
- Changed default to dual use of IPv4 and IPv6 instead of IPv4-only.
- Support the "as" (Alternate Source) key in magnet links.
- Eszett is finally normalized to "ss" in search queries.
- Avoid display updates for elements not currently visible.
- Take full advantage of persistent HTTP connections to fetch multiple
  files from the same peer through over the same connection if scheduling
  permits.
- Improved TLS support and blocking detection.
- Updated list of hostile IP adress ranges, bogons, Geo-IP data,
  spam patterns and spam samples.