Age | Commit message (Collapse) | Author | Files | Lines |
|
spotted by wiz@
|
|
New in 3.4:
* Client no longer complains of connection to tracker problems when
transfers are still working
* Lots of bandwidth savings
* Lots of bug fixes
|
|
|
|
and slightly modified by me.
Python binding for GeoIP, which enables the user to find the country
that any IP address or hostname originates from.
|
|
* Version 1.0.18:
- A new, nice-looking PDF version of the documentation is now available from
http://www.pureftpd.org/readme.pdf . Contributed by Torgny Wernersson.
- The beast now compiles and links against MySQL 4.1.x, but passwords must
not be hashed with MySQL-specific hashing function.
- Buglets were fixed in the documentation.
- Two new translations were added : hungarian and catalan. Contributed by
Bánhalmi Csaba and Contributed by Oriol Magrané.
- The server now uses distinct IPv4 and IPv6 to listen to both protocols on
all operating systems. A new switch, -6, forces the server to only listen to
IPv6.
- W3C and CLF alternative log formats are now more standard conformant.
- Pure-FTPd can now produce WU-FTPd (xferlog) compatible log files.
- Support for Rendezvous was added on MacOS X.
- Support for Apple / GNUStep plist data output was added to pure-ftpwho.
- UTF-8 characters are now supported in file names. A new switch,
--without-unicode, can be used to filter out non-latin characters.
|
|
|
|
|
|
Changes since 0.45
==================
*** 0.46 February 21, 2004
IPv6 reverse lookups can now be done with Net::DNS::Resolver::search(),
as well as with query().
Hostnames can now be used in the 'nameservers' arguement to
Net::DNS::Resolver->new()
Removed Net::DNS::Select from the package. IO::Select appears to work
on windows just fine.
Fixed a bug that caused MXes with a preference of 0 to function
incorrectly, reported by Dick Franks.
Net::DNS had a few problems running under taint mode, especially under
cygwin. These issues have been fixed. More issues with taint mode may
lay undiscovered.
Applied Matthew Darwin's patch added support for IPv6 reverse lookups to
Net::DNS::Resolver::query.
|
|
|
|
|
|
|
|
|
|
|
|
net/ytalk with optional X11 support enabled.
YTalk is a compatible replacement for the Unix talk(1) program,
which adds a number of features. Mainly, it can talk to more than
one person at a time, and it can talk to the two different types
of talk daemons out there.
YTalk supports multi-homed hosts, and provides a basic, optional
X interface.
|
|
ytalk-x11 package.
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
|
|
The torrentutils are a set of utilities for managing BitTorrent
(`.torrent') files and interactiving with BitTorrent trackers.
The torrentutils contain the following programs:
torrenttool is a script that extracts and displays information from
BitTorrent files, as well as testing and generate checksums for
files listed in them.
defrag is a script that defrags files simply by making a copy of
the file. The original file is then replaced by the copy. Due to
the fact that BitTorrent splits files in pieces, and downloads
these pieces in random order, the downloaded files are often severely
fragmented. This means that reading these files will be slower,
sometimes as much as 30% slower. defrag can also recurse directories.
|
|
Changes:
* Many Win32 fixes
* Desciptor leak fixed in TCP sockets
* GConn 100% CPU bug fix
* Bug fix for URIs with high Latin-1 characters
* IPv6 fix for inetaddr_get_canonical_name()
* New echoserver-partyline example
* Miscellaneous clean-ups
|
|
|
|
- use tar.gz instead of zip to avoid extra dependency
- use new project homepage
- enable install of fallback SOAP library
0.6 of 02/24/2004
- support the latest SOAPpy release, fallback to included version if it's
not found, or is a version that's known to be buggy.
- epydoc API documentation
- quite a bit of refactoring
- make some functions and classes that SHOULD be private, actually private
- formatting cleanup
|
|
- Bug fixes:
- Code in Types.py assumes nested scopes, so I added the proper import so
this will work under python 2.2.x
- Fixing namespace collision
- Fixed handing of named arguments bug introduced in 0.11.1.
- Fix memory leak when exceptions are raised.
- Fix bug when content-length is not present in parsed SOAP message.
- Fix bug #888345: Python 2.3 boolean type serialized as int
- Fix bug #875977: no escaping of bad tagnames for NoneTypes
- New features:
- Improved Globus support and documentation. Thanks Ivan!
- Added context handling
- Changed the use of SOAPAction, it used to default to setting it
to "", now it defaults to setting it to the method (not the
nsmethod). There is a clause in Server.py that catches 'old style'
SOAPActions (aka "") and sets them to the method. When this is
confirmed to be what everyone wants and we decide it's alright to
(possibly) break client/server interop, we can take the clause out
of Server.py and just handle SOAPActions of "" as a possible
error/warning.
- Additional test code.
- Raise a SOAPException instead of returning a SOAPpy.faultType
when a SOAP Fault is encountered and simplify_objects is enabled.
|
|
|
|
BitTorrent is a tool for distributing files. It's extremely easy to use -
downloads are started by clicking on hyperlinks. Whenever more than one
person is downloading at once they send pieces of the file(s) to each other,
thus relieving the central server's bandwidth burden. Even with many
simultaneous downloads, the upload burden on the central server remains quite
small, since each new downloader introduces new upload capacity.
|
|
Add myself as maintainer.
Bump PKGREVISION.
ok'd by wiz@
|
|
|
|
|
|
|
|
|
|
|
|
iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts.
|
|
include X11 support, so disable it by default. set YTALK_USE_X11=YES
for X11 support.
fixes PR pkg/24584 from diro@nixsys.bz.
|
|
|
|
Jigsaw Download, or short jigdo, is a tool designed to ease the
distribution of very large files over the internet, for example CD or
DVD images. Its aim is to make downloading the images as easy for
users as a click on a direct download link in a browser, while
avoiding all the problems that server administrators have with hosting
such large files.
|
|
|
|
Just tell the configure script that it exists.
Fixes build an amd64.
|
|
|
|
Collection, from pkgsrc-wip.
gkrellm-multiping is a GKrellM plugin that repeatedly pings a list of hosts
and show their respective status. Optionally it can displays the average
round-trip time value for each host.
|
|
plugin.
|
|
also includes a few new features, such as a grapher and support for tcp
transport.
|
|
for the GKrellM-2 port of the wireless plugin.
|
|
GKrellM-2 port of the snmp plugin.
|
|
to "netbsd" for OpenBSD. This fixes PR 24536.
|
|
|
|
|
|
modified by me.
tcpick is a textmode sniffer that can track TCP streams and saves the
data captured in files or displays them in the terminal. It is useful
for picking files in a passive way. It can store all connections in
different files, or it can display all the stream on the terminal
(using colors too).
|
|
Changes in 1.2.0:
- Timeout support has been overhauled. It now works on Python 2.2 as
well as 2.3, and the total time spent processing a query is now much
more controllable than before since the timeout is now on the whole
query instead of just on individual network calls.
- The master file reader now gives the filename and line number of
the offending input when a syntax error occurs.
- $INCLUDE is now supported in DNS master files. Processing of
$INCLUDE can also be disabled if desired.
- BIND 8 style TTLs, e.g. "1w2d3h4m5s", are accepted when reading a
master file, but will never be emitted.
- Basic zone sanity checks are made after a zone is
loaded. Specifically, the zone must have SOA and NS rdatasets at its
origin.
|
|
|