-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
72 lines (45 loc) · 2.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
0.5 (2012-01-20)
- cmake support (autoconf still supported)
- portability fixes
0.4 (2003-11-02)
- Added "close" command; close particular connections.
- Added "info" command; shows current transfer states for all
connections. Sending dccserver a SIGINFO (or SIGUSR1 on
systems without SIGINFO) signal works too.
- Added proper timeout handling.
- Added poll replacement function from Brian M Clapper
for building on Darwin.
- Show time taken by transfers and transfer rate.
- dccserver can now listen on multiple ports; just specify
-p multiple times.
Requested by Maik Zumstrull <[email protected]>.
- Fixed dccsend program to work with mIRC.
- Add contrib/dccsend.pl from David Oftedal <[email protected]>
for X-Chat users.
0.3 (2003-04-07)
- Add dccsend program to send files to a remote dccserver.
Requested by Antti Aaltonen <[email protected]>.
- Try to handle it more gracefully when two or more clients
want to write to the same file. Idea from Rudolf Polzer.
- Add lots of fflushes, some from Rudolf Polzer.
- Strip paths from file name (some weird clients send them).
Requested by Athan <[email protected]>.
- Remove superfluous seteuid call. Noted by Athan <[email protected]>
- Mention client ID/client name in most places. Based on patches
from Rudolf Polzer <[email protected]>.
- Add -e/-i options for easy embedding in irssi. Idea from
from Rudolf Polzer <[email protected]>.
- Add "quit" command to exit dccserver. Idea from Rudolf
Polzer <[email protected]>.
- Some minor improvements, see ChangeLog.
0.2 (2003-01-28)
- Allow receiving more bytes than filesize; show a warning.
Could be useful when sender doesn't have the complete file when
starting the dcc send, and in some other cases. Based on patches
by Per von Zweigbergk <[email protected]>.
- Install as setuid root; drop privileges as soon as possible,
and chroot to current directory. Based on patches by
Per von Zweigbergk <[email protected]>.
- Debian package support, provided by Aubin Paul <[email protected]>.
0.1 (2002-10-16)
- First public release.