root / Changes

View | Annotate | Download

1
0.12  ??-??-????
2
    - Add SSL support from daxx.ru, available in commercial version
3
    - Add tunable parameters to ratelimits
4
    - Add SingleHostUser profile option
5
    - Add Slave profile option to make nntpswitch really transparant
6
    - Add statistics options: nrforks and nrforkspersec
7
    - Add retries to article not found errors (cfg.NoSuchArticleRetries)
8
    - Add ServerConnectTimeout config option
9
    - Add MaxConnections to server config
10
    - Add testsuite - Mike Jonkmans
11
    - Add listening to multiple ports - Mike Jonkmans
12
    - Add port configuration for radius auth modules
13
    - Add more checks to posted headers
14
    - Add separate timer process for periodic writes of statistics
15
    - Split cfg.BufSize and cfg.SockBufSize 
16
    - Fix logging - Mike Jonkmans
17
    - Fix Makefile - Mike Jonkmans
18
    - Fix reloading, put stuff in masterloop out of the signal
19
    - Fix segv looping combined with connections counters
20
    - Fix and partly rewrote the balancer/backup mechanism
21
    - Fix updategroups using balancer, groups can be updated while server down now
22
    - Fix servers.conf reloading (500 Cant Select Server errors)
23
    - Fix reversed timeout/retry radius parameters - Mike Jonkmans
24
    - Fix forking/counter checking speedups on limited profiles
25
    - Fix acct_radius port nr lookup
26
    - Fix profiles can be disabled now
27
    - Fix posts are now handled over 2nd connection
28
    - Remove 'levels' from server config file
29
    - Remove sbuf from client struct - Mike Jonkmans
30
    - Remove modules, now integrated with main core
31
    - Move acct config from auth entries to profile (keyword Accounting)
32
33
0.11  30-11-2004
34
    - Add basic LDAP authentication module
35
    - Add "users" which are part of a profile and have multiple connections
36
    - Add rate-limit support on user and/or profile basis
37
    - Add retrieve article by message-id without joining group first
38
    - Add RRD Statistics options (which rrdbrowse supports)
39
    - Add "Include" into access.conf
40
    - Add support for authentication on backend servers
41
    - Add touch some file and the server will be disabled (DisableFile/DisableText)
42
    - Add optional profile based footer.txt to postings
43
    - Change merge profiles.conf and auth.conf entries to access.conf
44
    - Change NNTP-Posting-Host header to display raw IP address too
45
    - Change reverse dns lookups to after fork(). New config option DNSLookups
46
    - Change bytecounters and accounting to 64 bit ints
47
    - Change MessageIdDomain and PathHeader to Hostname
48
    - Fix allow for MaxSessionBytes to be 0 (unlimited)
49
    - Fix radacct default port lookup
50
    - Misc Cleanups
51
    - Misc Bugfixes
52
53
0.10  18-03-2004
54
    - Add Radius Accounting
55
    - Add Radius Authorization (Thanks ADS of Voicenet)
56
    - Add MySQL Authorization
57
    - Add Postgres Authorization
58
    - Add configuration for syslog accounting
59
    - Add top poster stats
60
    - Add NoControl profile option
61
    - Add NNTP-Posting-Date too
62
    - Add Disconnecting HTTP proxies immediately 
63
    - Add MaxSessionBytes profile option
64
    - Add backup and balancing server policies
65
    - Add new server and groups configuration (servers.conf)
66
    - Add new updategroups utility
67
    - Add authentication and accounting configuration (auth.conf)
68
    - Add user profiles support (profiles.conf)
69
    - Add null accounting, pop3 authorization, dummy authorization
70
    - Change always pass group cmd to backend server
71
    - Change don't close server connection on nonexistent group change
72
    - Fix string parse write failure in server response line of passcmd()
73
74
0.09  24-12-2003
75
    - Add DenyNoIndexField option
76
    - Add option -t to test config and exit
77
    - Add group based authentication
78
    - Add more stats and a nice index.html
79
    - Change 499 server unavailable to 403
80
    - Make OVER the same as XOVER
81
    - Add maxSessionTime limit
82
    - Fix and cleanup error handling at startup and exit
83
    - Handle config file specified at commandline (option -c)
84
    - Fix duplicate readserver accounting
85
86
0.08  04-09-2003
87
    - Bugfix beta release over 0.07 
88
89
0.07  28-02-2003
90
    - First beta testing release
91
92
0.06  04-01-2003
93
    - First public alpha release
94