- Synchronet
Infobox Software
name = Synchronet
caption = Synchronet Control Panel in Windows XP environment. Server windows display status on telnet/email/ftp/web/nntp/IRC/other services
latest release version = 3.14a
latest release date = December 31, 2006
latest preview version =
latest preview date =
developer = Rob Swindell, others.
operating system =Cross-platform
genre =Bulletin board system
license = GPLv2/LGPLv2
website = http://www.synchro.netSynchronet is a
multiplatform BBSsoftware package, with current ports forMicrosoft Windows ,Linux , andBSD variants. Past versions also ran onMS-DOS andOS/2 , but support for those platforms has been dropped in recent versions.History
Synchronet was originally written by Rob Swindell (
a.k.a. Digital Man) due to his dissatisfaction with the lack of certain features inWWIV , such as support for multiple simultaneous nodes, batchupload s and bidirectional file transfer. The bulk of the programming for the first version of Synchronet was done during a two-month period in 1991 when Swindell was house-ridden while he recovered from surgery. The software was named for its ability to runsynchronous ly on a network.In July 1991 the author began running his own BBS, Vertrauen, on Synchronet. Initially, he had no intention of releasing Synchronet publicly, but as word of his software spread and he received offers to buy copies of Synchronet, he eventually relented, formed a company called Digital Dynamics, and sold copies of Synchronet at a price of $100 without
source code , and $200 with source code. In April 1992, Swindell's employer went out of business and he began to rely exclusively on commercial sales of Synchronet for his livelihood, placing advertisements in the BBS-related magazines "Boardwatch " and "BBS Callers Digest ". The first copy of Synchronet sold through the magazine ads was in June 1992.Synchronet was the first BBS package to support QWK message networking natively without requiring any external utilities, in version 1a revision 10, released
June 25 ,1992 . It was also the first BBS package with RIP support, in version 1b revision 1, releasedJanuary 23 ,1993 .Interest in Synchronet began to dwindle in late 1994, finally becoming nonexistent in 1995. Digital Dynamics went effectively bankrupt in the fall of 1995. Despite this, a beta version of version 2.30 of Synchronet for MS-DOS and an alpha version for OS/2 were released in early 1996. In August 1996, Swindell announced the uncertainty of Synchronet's future. In 1997, version 2.30 of Synchronet was released as
freeware , and the source code was released into thepublic domain later that year.In April 1999, Swindell revived Synchronet development, revamping it considerably and converting much of the code to
C++ . Another version, 2.30c, was released in December 1999, fixingY2K bugs and introducing some minor new features from the upcoming 3.x series. Version 3.00b was releasedJune 25 ,2000 and was the first official release of the 3.x series, featuring a native 32-bit Windows version and many new Internet-related features, such as a built-intelnet server. For this release, dial-up support was dropped making it a TCP/IP-only system. InOctober 2000 , Synchronet was released under the terms of theGNU General Public License (GPL).In late 2001, Stephen Hurd (Deuce) joined the project initially as *nix developer. He ported the BBS to FreeBSD and did much of the Linux development work. His first "big" contribution was an implementation of Borlands conio library to allow the configuration utilities which were originally written for DOS to run on the Unix-like platforms.
Around the same time, Swindell started embedding the
SpiderMonkey JavaScript engine into Synchronet with an eye towards replacing the aging BAJA language which was used for most customizations of the BBS. While the BBS can still not be used without some BAJA programs, this is mostly complete. A socket object was added to the JavaScript engine and a "Services" server created which allowed simple TCP/IP services to be written easily. TCP/IP services written in JavaScript bundled with Synchronet include finger, gopher,IRC , andNNTP .More internet servers have been added in the native (C) code:
FTP ,SMTP andPOP3 by Rob Swindell andRLogin ,SSH andHTTP by Stephen Hurd.In an interesting full circle, direct dial-up support for Synchronet is available again as Rob Swindell wrote a modem to telnet gateway program (SEXPOTS) for this purpose. Using this program, SysOps can once again offer their BBSs via direct modem-to-modem connections (though few have so far.)
Criticism
Large number of "stock" systems
Many SysOps install Synchronet and do not modify the default menus and ANSI screens that ship with it. Quite often, this is partially because they are only interested in running it for their own personal use or are "toying around" with the concept of running a BBS. As a result of this, there is at least one message network which requires a non-stock Synchronet system in order to join.
ub projects
Libraries
* xpdev is a cross platform development library which provides such features as threading, .ini file parsing, consistent *printf() functions, and other small utility functions to the rest of the project. Effectively every Synchronet sub project relies on xpdev. The primary developer is Rob Swindell.
* ciolib ciolib is clean room implementation of Borland's conio library which supports the display ofCP437 using the Win32 console, SDL, X11, curses and ANSI via stdio. It also has an ANSI terminal emulator which supports ANSI-BBS, ANSI Music, Character pacing forANSI Art animation,VT500 ESC [*r sequence for dynamic speed changes, Commodore 64PETSCII andAtari 8-bitATASCII in different screen modes, including 80x25, 80x28, 80x43, 80x50 and 80x60, as well as over 35 fonts imported from the FreeBSD syscons source as well as the ability to customize fonts. The primary developer is Stephen Hurd.
* UIFC is a text user interface library which provides the menuing system to the text mode configuration utilities bundled with Synchronet. Initially written by Rob Swindell, it was updated by Stephen Hurd to have it make use of the ciolib. It is considered feature complete, so active development occurs only when new features are required.
* comio is a generic serial (COM) port API implementation for Windows and *nix. It was initially designed by Rob Swindell as part of the SEXPOTS project and was ported to *nix by Stephen Hurd.BBS Utilities
EXYZ
SEXYZ (Synchronet External X-Modem, Y-Modem, Z-Modem) is an external file transfer program which supports X/Y/ZModem transfers. It was written to break the reliance on old DOS external protocols such as [F] DSZ and CEXYZ. It supports TCP socket and stdio transfers. It is functional and very little additional development on this is planned.
EXPOTS
SEXPOTS (Synchronet EXternal Plain Old Telephone System) is a modem to telnet gateway. It accepts incoming modem calls and forwards them to the BBS via the Telnet or RLogin protocols.
yncTerm
SyncTERM is terminal emulator which makes use of xpdev, ciolib, UIFC, and parts of SEXYZ and SEXPOTS. In addition to the platforms supported by Synchronet, it also runs on Solaris and
Mac OS X .Supported connectivity options are
Telnet ,rlogin ,SSH , "Raw" sockets, standard modem connections and direct serial connections (using parts of SEXPOTS), and a pty interface on *nix. File transfer options include theZMODEM ,XMODEM andYMODEM transfer protocols (using parts of SEXYZ.)
=SyncDraw= SyncDraw is an ANSI art editor which was initially a cleanup of an old version of MysticDraw. It uses xpdev and ciolib but is not yet complete. It supports the use of TheDraw! fonts, and can save to the Synchronet Control-A code format, but is generally considered too incomplete for serious usage.3rd party software
The Synchronet project has shown a willingness to "adopt" 3rd party BBS related software into its CVS tree. Generally, the software is updated to use xpdev and run on the platforms that Synchronet does and then is left in the CVS tree without active development.
Domain Entertainment Doors
Domain Entertainment was once one of the major companies which wrote addons specifically for Synchronet. Some of their software has since been released as open source and has been imported into the Synchronet CVS tree under the xtrn directory.
Domain Poker
Domain Poker is a single/multi-player, real-time, 5 card draw poker game. The game can have up to 6 players per table, and up to 25 tables. Each tablehas a configurable bet limit, ante, and table limit. Tables can be passwordprotected for private games, and the "house" can take a configurable percentageof the pot from games.
Single player games are played against the computer. The computer can beturned off completely, or allowed to play only on certain tables (at youroption). You also have the option to not allow the computer to be on passwordprotected tables (to keep users from hogging the tables for themselves).
The Beast's Domain
The Beast's Domain is a Multi-Player, Interactive, Real-Time, Rogue-like ANSI adventure game. The Beast's Domain can handle up to 250 simultaneous players.
OpenDoors
OpenDoors was one of the most popular C "door kits". Support for the DOOR32 drop file format as well as generic sockets was added by Rob Swindell and *nix compatibility was added by Stephen Hurd.
Other Doors
Other door sources that have been adopted include:
*The Clans
*New York 2008
*Smurf Combat
*Time Port
*Virtual BBS 3ources for BBSes running Synchronet
* [http://www.synchro.net/sbbslist.html The Official Synchronet Bbs List]
* [http://vert.synchro.net Vertrauen]External links
* [http://www.synchro.net Synchronet BBS Software Homepage]
* [http://www.syncterm.net/ SyncTERM Website and Download]
Wikimedia Foundation. 2010.