File: NEWS

package info (click to toggle)
dircproxy 1.0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,108 kB
  • ctags: 738
  • sloc: ansic: 9,451; sh: 2,672; makefile: 113; perl: 70
file content (171 lines) | stat: -rw-r--r-- 4,823 bytes parent folder | download
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
NEWS about changes for existing users.
--------------------------------------

Version 1.0.3 - Fri Feb  8 17:44:42 GMT 2002

	* New 'pid_file', 'allow_users' and 'allow_kill' config
	  directives.
	* New -p command line parameter (adjusts pid_file).
	* Included contrib scripts, cronchk.sh and privmsg-log.pl

Version 1.0.2 - Tue Jan  1 18:15:00 GMT 2001

	* New 'server_keepalive' config directive.

Version 1.0.1 - Wed Jul 12 17:00:00 BST 2001

	* Just bug fixes.  No changes to worry about.

Version 1.0.0 - Thu Jan 11 15:20:00 GMT 2001

	* Just bug fixes.  No changes to worry about.

Version 0.99.0 - Tue Dec 26 17:55:00 GMT 2000

	* New 'nick_keep' config directive.  The nickname code has been
	  reworked to accomodate this, as such if the connecting client
	  has a different nickname to dircproxy, the connecting client is
	  now corrected (not dircproxy, as it used to be).

	* New 'ctcp_replies' config directive.

Version 0.8.4 - Thu Dec  7 17:35:00 GMT 2000

	* New 'initial_modes' config directive.

Version 0.8.3 - Thu Nov 24 13:45:00 GMT 2000

	* Just bug fixes.  No changes to worry about.

Version 0.8.2 - Thu Nov 23 12:30:00 GMT 2000

	* Just bug fixes.  No changes to worry about.

Version 0.8.1 - Wed Nov 15 16:25:00 GMT 2000

	* Just bug fixes.  No changes to worry about.

Version 0.8.0 - Fri Nov 10 15:20:00 GMT 2000

	* 'chan_log_dir' and 'other_log_dir' have been removed because
	  they cause usage and security problems.  These have been replaced
	  with 'chan_log_copydir' and 'other_log_copydir' which have a
	  slightly different purpose.

	* The log file format on disk has changed slightly to allow for the
	  new 'relative timestamping'.

	* DCC chat's and send's are now proxied by default through dircproxy.

	* Removed config file options:
		server_dnsretry

	* New config file options:
		client_timeout
		connect_timeout
		dns_timeout
		server_throttle
		server_autoconnect
		channel_leave_on_detach
		channel_rejoin_on_attach
		idle_maxtime
		refuse_modes
		quit_message
		attach_message
		detach_message
		chan_log_enabled
		chan_log_relativetime
		chan_log_program
		other_log_enabled
		other_log_relativetime
		other_log_program
		log_timeoffset
		log_events
		dcc_proxy_incoming
		dcc_proxy_outgoing
		dcc_proxy_ports
		dcc_proxy_timeout
		dcc_proxy_sendreject
		dcc_send_fast
		dcc_capture_directory
		dcc_capture_always
		dcc_capture_withnick
		dcc_capture_maxsize
		dcc_tunnel_incoming
		dcc_tunnel_outgoing
		switch_user
		motd_file
		allow_persist
		allow_jump
		allow_jump_new
		allow_host
		allow_die
		
Version 0.7.3 - Wed Sep 27 17:55:00 BST 2000

	* New config file option - "disconnect_on_detach"

Version 0.7.2 - Mon Sep 25 13:13:00 BST 2000

	* If you use a .dircproxyrc in your home directory, this must
	  now have no more then 0700 permissions.  If this is not the
	  case then dircproxy will not start.  This does not apply to
	  the global config file or any supplied with the -f parameter.

Version 0.7.1 - Thu Sep 14 13:15:00 BST 2000

	* Just bug fixes.  No changes to worry about.

Version 0.7.0 - Fri Sep  1 15:00:00 BST 2000

	* The global configuration file is now called dircproxyrc not
	  dircproxy.conf

	* dircproxy is now installed in 'bin' not 'sbin', its a user
	  program after all.

	* Passwords for connection classes must be encrypted in the
	  configuration file using the crypt() function (or contrib/crypt),
	  if you don't like this then edit src/dircproxy.h and turn it off,
	  but thats silly.

	* /DQUIT is gone, try /DIRCPROXY QUIT instead

	* Try /DIRCPROXY HELP

	* Try "man dircproxy" :-)

Version 0.6.2 - Mon Jun 26 16:58:00 BST 2000

	* Changed the logic behind how configuration files are loaded.
	  If you supply one with -f, that is loaded.  If you don't it
	  first tries ~/.dircproxyrc and then tries etc/dircproxy.conf.
	  This means that the config file is no longer installed, and
	  can be found as dircproxy.conf in share/dircproxy or the conf
	  dir of the source.  Also the -G option is no longer valid.

Version 0.6.1 - Thu May 25 15:04:00 BST 2000

	* Just bug fixes.  No changes to worry about.

Version 0.6.0 - Wed May 24 22:33:00 BST 2000

	* There is now a configuration file.  Copy the dircproxyrc.example
	  from the conf directory to your home directory and call it
	  .dircproxyrc - this file contains all the documentation for
	  configuring dircproxy.

Version 0.5.3 - Sat May 13 16:32:00 BST 2000

	* Many of the TODO_CFG_* options defined in dircproxy.h have now
	  been given documentation and renamed.  You'll need to recheck this
	  file if you've changed them.  The PASS/SERVER/BIND ones are still
	  at the bottom and still the same however.

Version 0.5.2 - Fri May 12 23:00:00 BST 2000

	* Initial public release


Copyright (C) 2002 Scott James Remnant <scott@netsplit.com>.
All Rights Reserved.