1e350a4d27
* Most important - Multi server support - connecting to more than one server - Multi source support - downloading a file from more than one source * Servers - Completely new server/network handling - create your own network groups - Basic IRC support - just create a network with type IRC and add a server there - Compression support on opennap-ng servers - ./configure --with-zlib - Thread support - ./configure --with-pthread to get rid of gui freezes * Library and browse - Quick search - quickly find files in your library or browses - New layout - two window view for direcotries and files - Direct browses handled like uploads - They are bandwidth restricted, you can abort them - Browses are saved to disc - You can view the files offline and even queue files of offline users for downloading * Search - Tree view - Same files, same node - More options - more power * Chat - Lots of right click tokens - Networks, channels, nicknames, files, urls. Try it! - Limit for chat buffers * Transfers - Download layout changes - it is configurable - check prefs - Download clone detection - Advanced connection between Lopster users - You can download several segments with one single TCP connection * Statistic - New layout - more options for the bandwidth graph (click) * As always: - Lots of minor changes, lots of bug fixes
14 lines
293 B
Text
14 lines
293 B
Text
$NetBSD: patch-ab,v 1.3 2003/03/15 05:44:42 hubertf Exp $
|
|
|
|
--- src/handler.c.orig Tue Mar 4 21:08:57 2003
|
|
+++ src/handler.c
|
|
@@ -7,6 +7,9 @@
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <sys/socket.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|