Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
c152a95e
Commit
c152a95e
authored
18 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
More changes in v3.14a.
parent
a2b885b2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/v314_new.html
+24
-2
24 additions, 2 deletions
docs/v314_new.html
with
24 additions
and
2 deletions
docs/v314_new.html
+
24
−
2
View file @
c152a95e
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
output, and prevent gobs 'o errors
<br>
output, and prevent gobs 'o errors
<br>
This output buffering is controlled with the
<tt>
OutbufHighwaterMark
</tt>
and
<tt>
OutbufDrainTimeout
</tt>
This output buffering is controlled with the
<tt>
OutbufHighwaterMark
</tt>
and
<tt>
OutbufDrainTimeout
</tt>
values in the
<tt>
[web]
</tt>
section of the
<tt>
ctrl/sbbs.ini
</tt>
file
values in the
<tt>
[web]
</tt>
section of the
<tt>
ctrl/sbbs.ini
</tt>
file
<li>
Added support for
<i>
range
</i>
requests (e.g. for streaming podcasts)
<li>
Default web root dir is now
<tt>
../web/root
</tt>
(changed from
<tt>
../web/html
</tt>
)
<li>
Default web root dir is now
<tt>
../web/root
</tt>
(changed from
<tt>
../web/html
</tt>
)
<li>
Bug-fix: Win32-CGI race condition
<br>
<li>
Bug-fix: Win32-CGI race condition
<br>
where the
<i>
exec_cgi()
</i>
loop could
where the
<i>
exec_cgi()
</i>
loop could
...
@@ -63,8 +64,8 @@
...
@@ -63,8 +64,8 @@
<li>
Don't drain STDIO until script is terminated
<li>
Don't drain STDIO until script is terminated
<li>
Do not send
<tt>
Content-length
</tt>
header for CGI scripts.
<li>
Do not send
<tt>
Content-length
</tt>
header for CGI scripts.
<li>
Properly handle partial writes of CGI output using
<i>
sock_sendbuf()
</i>
<li>
Properly handle partial writes of CGI output using
<i>
sock_sendbuf()
</i>
<li>
Support FreeBSDs
<i>
accf_http(9)
</i>
ker
m
option/module designed specifically for
<li>
Support FreeBSDs
<i>
accf_http(9)
</i>
ker
nal
option/module designed specifically for
HTTP server optimizations
.
HTTP server optimizations
</ul><br>
</ul><br>
<li><b>
Mail Server
</b><ul>
<li><b>
Mail Server
</b><ul>
<li>
New feature to solve a common sysop misconfiguration issue:
<br>
<li>
New feature to solve a common sysop misconfiguration issue:
<br>
...
@@ -96,7 +97,26 @@
...
@@ -96,7 +97,26 @@
<li>
Enhancement: only perform MX-record lookup if no port number specified in destination domain
<li>
Enhancement: only perform MX-record lookup if no port number specified in destination domain
portion of recipient e-mail address
portion of recipient e-mail address
<li>
Enhancement: don't attempt to send to MX servers with an IP address of
<i>
0.0.0.0
</i>
<li>
Enhancement: don't attempt to send to MX servers with an IP address of
<i>
0.0.0.0
</i>
<li>
Enhancement: The default charset for sent SMTP messages is now configurable, if blank
(in
<tt>
sbbs.ini
</tt>
[mail] DefaultCharset), then not used
<li>
Enhancement: apply
<tt>
twitlist.cfg
</tt>
to SMTP-received mail, checking both the sender's name and
e-mail address
<li>
Enhancement: don't apply subject filter to messages from authenticated users
<li>
Enhancement: don't send notification telegram for mail received from DNSBL-listed servers
<li>
Enhancement: added 'To' header field checking against
<tt>
email.can
</tt>
file
<li>
Bug-fix: 'From' header field checking against
<tt>
email.can
</tt>
file wasn't working
(would still accept the message)
<li>
Bug-fix: memory leak when parsing
<tt>
ctrl/mailproc.ini
</tt>
, caught by valgrind
<li>
Bug-fix: memory leak when parsing
<tt>
ctrl/mailproc.ini
</tt>
, caught by valgrind
<li>
Do not allow receipt of mail for built-in sysop pseudonyms (i.e. "sysop" and
"postmaster") unless the ALLOW_SYSOP_ALIASES option is enabled
(disabled by default) or the alias is specifically listed in the
<tt>
ctrl/alias.cfg
</tt>
file
<li>
The 'target' field in the
<tt>
ctrl/alias.cfg
</tt>
file no longer supports the built-in sysop pseudonyms
(i.e. "sysop" and "postmaster"), use user number (e.g. 1) instead
<li>
If the
<tt>
ctrl/alias.cfg
</tt>
file correlates a user *number* with an alias, support
receipt of mail to that alias even if the RX_BY_NUMBER option is not enabled
This allows us to use '1' instead of 'sysop' in the default
<tt>
alias.cfg
</tt>
file
</ul><br>
</ul><br>
<li><b>
FTP Server
</b><ul>
<li><b>
FTP Server
</b><ul>
<li>
New option: Lookup Passive IP
<br>
<li>
New option: Lookup Passive IP
<br>
...
@@ -597,6 +617,8 @@
...
@@ -597,6 +617,8 @@
For
<b>
many
</b>
more changes since v3.10, see
<a
href=
"v311_new.html"
>
v311_new.html
</a>
,
For
<b>
many
</b>
more changes since v3.10, see
<a
href=
"v311_new.html"
>
v311_new.html
</a>
,
<a
href=
"v312_new.html"
>
v312_new.html
</a>
,
<a
href=
"v312_new.html"
>
v312_new.html
</a>
,
and
<a
href=
"v313_new.html"
>
v313_new.html
</a>
and
<a
href=
"v313_new.html"
>
v313_new.html
</a>
<p>
For changes to the
<b>
JavaScript Object Model
</b>
, see
<a
href=
"v314_jsnew.html"
>
v314_jsnew.html
</a>
<p
align=
"right"
><font
face=
"Arial"
size=
"1"
,
"
Helvetica
"
>
Copyright © 2005 Rob
<p
align=
"right"
><font
face=
"Arial"
size=
"1"
,
"
Helvetica
"
>
Copyright © 2005 Rob
Swindell
<br>
Swindell
<br>
$Id$
</font></p>
$Id$
</font></p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment