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
a3340b6b
Commit
a3340b6b
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Updated for pending v6.22 release.
parent
6dfdaf78
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
src/odoors/ODOORS62.TXT
+14
-8
14 additions, 8 deletions
src/odoors/ODOORS62.TXT
with
14 additions
and
8 deletions
src/odoors/ODOORS62.TXT
+
14
−
8
View file @
a3340b6b
**************************************************************************
* OpenDoors v6.2
1
C/C++ Door Development Kit for DOS and Win32 Platforms *
* OpenDoors v6.2
2
C/C++ Door Development Kit for DOS and Win32 Platforms *
**************************************************************************
October
22, 200
1
August
22, 200
2
Door32.sys and Socket update to Brian Pirie's OpenDoors Library
(http://www.attcanada.net/~pirie/opendoors.html)
by Rob Swindell (http://www.synchro.net/)
The current source code is always available via CVS at cvs.synchro.net.
The latest and greatest Win32 ODoors62.dll can always be downloaded here:
http://cvs.synchro.net/cgi-bin/cvsweb.cgi/~checkout~/src/odoors/ODoors62.dll
==============================================================================
This archive includes the source code to the OpenDoors library with
...
...
@@ -52,7 +57,7 @@ packages:
-----------+-------------------------------------+--------
Mystic BBS www.mysticbbs.com 1.07
EleBBS www.elebbs.com 0.08?
Synchronet www.synchro.net 3.
0
Synchronet www.synchro.net 3.
x
TCP SOCKET I/O
...
...
@@ -62,11 +67,6 @@ Telnet) is automatically determined and I added support for (and tested) the
Telnet/socket communication method using Synchronet BBS Software v3.10 for
Win32 and HyperTerminal Private Edition v6.1.
It is feasible that other drop file formats may be used and the socket
descriptor passed on the command line, but I didn't add support for that.
Currently, the Door32.sys file is the only way to pass the open socket
descriptor to the OpenDoors library.
Since the Telnet protocol specifies that an end-of-line sequence (ENTER or
Carriage Return) is a CRLF (ASCII 13, 10), I had to modify od_get_key() to
ignore any line feed (ASCII 10, Ctrl-J) characters. Without this modification,
...
...
@@ -79,4 +79,10 @@ v6.20. I also lowered the input and carrier-detect thread priorities down to
"normal" which makes the doors appear to run faster and also make debugging
continuous loop problems (like the one in v6.20) much easier.
v6.22 changes:
Another bug fixed in socket disconnection ("carrier-loss") detection.
Added support for non-blocking sockets (e.g. EleBBS) - thanks to GSValore.
Added support for the "-SOCKET" command-line option to specify the socket
descriptor on the command-line.
/* End of ODOORS62.TXT */
\ No newline at end of file
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