├── .gitattributes ├── .gitignore ├── .gitlab-ci-unix.yml ├── .gitlab-ci.yml ├── 3rdp ├── build │ ├── CMakeLists-cl.txt │ ├── CMakeLists.txt │ ├── Common.gmake │ ├── Common.make │ ├── GNUmakefile │ ├── cl-Dynamic-linked-static-lib.patch │ ├── cl-PAM-noprompts.patch │ ├── cl-SSL-fix.patch │ ├── cl-add-patches-info.patch │ ├── cl-add-psk-flag.patch │ ├── cl-add-pubkey-attribute.patch │ ├── cl-add-win64.patch │ ├── cl-algorithms.patch │ ├── cl-allow-duplicate-ext.patch │ ├── cl-allow-none-auth-svr.patch │ ├── cl-allow-none-auth.patch │ ├── cl-allow-pkcs12.patch │ ├── cl-allow-servercheck-pubkeys.patch │ ├── cl-allow-ssh-2.0-go.patch │ ├── cl-allow-ssh-auth-retries.patch │ ├── cl-bigger-maxattribute.patch │ ├── cl-bn-noasm64-fix.patch │ ├── cl-channel-select-both.patch │ ├── cl-clear-GCM-flag.patch │ ├── cl-do-debug.patch │ ├── cl-dont-validate-va-list.patch │ ├── cl-double-delete-fine-on-close.patch │ ├── cl-enable-chacha20.patch │ ├── cl-endian.patch │ ├── cl-fix-cbli-incompatible.patch │ ├── cl-fix-constptrptr.patch │ ├── cl-fix-cpuid-order.patch │ ├── cl-fix-mb-w-conv-warnings.patch │ ├── cl-fix-shell-exec-types.patch │ ├── cl-fix-ssh-channel-close.patch │ ├── cl-fix-void-ptrs.patch │ ├── cl-fixed-fixed-seed.patch │ ├── cl-good-sockets.patch │ ├── cl-haiku-build.patch │ ├── cl-handle-unsupported-pubkey.patch │ ├── cl-intptr-t.patch │ ├── cl-just-use-cc.patch │ ├── cl-lowercase-versionhelpers.patch │ ├── cl-macosx-minver.patch │ ├── cl-make-channels-work.patch │ ├── cl-mingw-add-m32.patch │ ├── cl-mingw-vcver.patch │ ├── cl-mingw32-static.patch │ ├── cl-mingw64-is-really-new.patch │ ├── cl-mingw64-thread-handles.patch │ ├── cl-mingw64-unicode-gibble.patch │ ├── cl-moar-objects.patch │ ├── cl-musl-socklen_t.patch │ ├── cl-netbsd-hmac-symbol.patch │ ├── cl-netbsd-no-getfsstat.patch │ ├── cl-no-musl-backtrace.patch │ ├── cl-no-odbc.patch │ ├── cl-no-pie.patch │ ├── cl-no-safe-stack.patch │ ├── cl-no-stdc-flexarray.patch │ ├── cl-no-testobjs.patch │ ├── cl-no-tpm.patch │ ├── cl-no-via-aes.patch │ ├── cl-noasm-defines.patch │ ├── cl-pass-after-pubkey.patch │ ├── cl-poll-not-select.patch │ ├── cl-posix-me-gently.patch │ ├── cl-prefer-ECC-harder.patch │ ├── cl-prefer-ECC.patch │ ├── cl-quote-cc.patch │ ├── cl-ranlib.patch │ ├── cl-read-timeout-every-time.patch │ ├── cl-remove-march.patch │ ├── cl-remove-silly-pragmas.patch │ ├── cl-server-term-support.patch │ ├── cl-size-doesnt-mean-copied.patch │ ├── cl-ssh-eof-half-close.patch │ ├── cl-ssh-list-ctr-modes.patch │ ├── cl-ssh-sbbs-id-string.patch │ ├── cl-ssh-service-type-for-channel.patch │ ├── cl-terminal-params.patch │ ├── cl-thats-not-asm.patch │ ├── cl-use-ssh-ctr.patch │ ├── cl-use-tls-1.3.patch │ ├── cl-vcxproj.patch │ ├── cl-vt-lt-2005-always-defined.patch │ ├── cl-win32-lean-and-mean.patch │ ├── cl-win32-noasm.patch │ ├── cl-winapi-needed.patch │ ├── cl-wrong-string-length.patch │ ├── cl-zlib.patch │ ├── cl-zz-country.patch │ ├── hashpatch.pl │ ├── imacro-asm-fix.patch │ ├── js-Wno-misleading-indentation.patch │ ├── js-allow-python3.patch │ ├── js-config.guess-libffi.patch │ ├── js-config.guess.patch │ ├── js-configure.in.patch │ ├── js-configure.patch │ ├── js-darwin-configure.patch │ ├── js-disable-shell.patch │ ├── js-disable-warnings.patch │ ├── js-haiku.patch │ ├── js-include-headers.patch │ ├── js-int-main-conf.patch │ ├── js-isfinite.patch │ ├── js-keep-ffi-cache.patch │ ├── js-libffi-prefix.patch │ ├── js-macos-configure.patch │ ├── js-makefile.patch │ ├── js-map-aligned.patch │ ├── js-no-rwx-pages.patch │ ├── js-support-mingw-cross.patch │ ├── js-volatile-outside-functions.patch │ ├── js_src_jsnativestack_cpp.patch │ ├── jsapi.cpp-request-debug.patch │ ├── jsapi.h-request-debug.patch │ └── targets.mk ├── darwin.release │ └── libjxl │ │ ├── include │ │ └── jxl │ │ │ ├── cms.h │ │ │ ├── cms_interface.h │ │ │ ├── codestream_header.h │ │ │ ├── color_encoding.h │ │ │ ├── compressed_icc.h │ │ │ ├── decode.h │ │ │ ├── decode_cxx.h │ │ │ ├── encode.h │ │ │ ├── encode_cxx.h │ │ │ ├── gain_map.h │ │ │ ├── jxl_cms_export.h │ │ │ ├── jxl_export.h │ │ │ ├── jxl_threads_export.h │ │ │ ├── memory_manager.h │ │ │ ├── parallel_runner.h │ │ │ ├── resizable_parallel_runner.h │ │ │ ├── resizable_parallel_runner_cxx.h │ │ │ ├── stats.h │ │ │ ├── thread_parallel_runner.h │ │ │ ├── thread_parallel_runner_cxx.h │ │ │ ├── types.h │ │ │ └── version.h │ │ └── lib │ │ ├── libbrotlicommon.a │ │ ├── libbrotlidec.a │ │ ├── libhwy.a │ │ ├── libjxl.a │ │ └── libjxl_threads.a ├── dist │ ├── cryptlib.zip │ ├── libffi.tgz │ └── libmozjs.tgz ├── win32.release │ ├── cryptlib │ │ ├── bin │ │ │ ├── cl32.dll │ │ │ └── cl32.lib │ │ ├── cryptlib.props │ │ └── include │ │ │ └── cryptlib.h │ ├── libarchive │ │ ├── bin │ │ │ ├── archive.dll │ │ │ └── archive.lib │ │ ├── include │ │ │ ├── archive.h │ │ │ └── archive_entry.h │ │ └── libarchive.props │ ├── libjxl │ │ ├── include │ │ │ └── jxl │ │ │ │ ├── cms.h │ │ │ │ ├── cms_interface.h │ │ │ │ ├── codestream_header.h │ │ │ │ ├── color_encoding.h │ │ │ │ ├── compressed_icc.h │ │ │ │ ├── decode.h │ │ │ │ ├── decode_cxx.h │ │ │ │ ├── encode.h │ │ │ │ ├── encode_cxx.h │ │ │ │ ├── gain_map.h │ │ │ │ ├── jxl_cms_export.h │ │ │ │ ├── jxl_export.h │ │ │ │ ├── jxl_threads_export.h │ │ │ │ ├── memory_manager.h │ │ │ │ ├── parallel_runner.h │ │ │ │ ├── resizable_parallel_runner.h │ │ │ │ ├── resizable_parallel_runner_cxx.h │ │ │ │ ├── stats.h │ │ │ │ ├── thread_parallel_runner.h │ │ │ │ ├── thread_parallel_runner_cxx.h │ │ │ │ ├── types.h │ │ │ │ └── version.h │ │ └── lib │ │ │ ├── libbrotlicommon.a │ │ │ ├── libbrotlidec.a │ │ │ ├── libhwy.a │ │ │ ├── libjxl.a │ │ │ └── libjxl_threads.a │ ├── mosquitto │ │ ├── bin │ │ │ ├── libcrypto-1_1.dll │ │ │ ├── libssl-1_1.dll │ │ │ ├── mosquitto.dll │ │ │ └── mosquitto.lib │ │ ├── include │ │ │ ├── mosquitto.h │ │ │ └── mqtt_protocol.h │ │ └── mosquitto.props │ ├── mozjs │ │ ├── bin │ │ │ ├── mozjs.lib │ │ │ └── mozjs185-1.0.dll │ │ ├── include │ │ │ ├── js-config.h │ │ │ ├── jsapi.h │ │ │ ├── jscompat.h │ │ │ ├── jscpucfg.h │ │ │ ├── jsdbgapi.h │ │ │ ├── jsinttypes.h │ │ │ ├── jslong.h │ │ │ ├── jsopcode.h │ │ │ ├── jsopcode.tbl │ │ │ ├── jsotypes.h │ │ │ ├── jsproto.tbl │ │ │ ├── jsprvtd.h │ │ │ ├── jspubtd.h │ │ │ ├── jsstaticcheck.h │ │ │ ├── jstypes.h │ │ │ ├── jsutil.h │ │ │ ├── jsval.h │ │ │ └── jsversion.h │ │ └── mozjs.props │ ├── nspr │ │ ├── bin │ │ │ └── nspr4.dll │ │ ├── include │ │ │ └── nspr │ │ │ │ ├── md │ │ │ │ ├── _aix32.cfg │ │ │ │ ├── _aix64.cfg │ │ │ │ ├── _bsdi.cfg │ │ │ │ ├── _darwin.cfg │ │ │ │ ├── _freebsd.cfg │ │ │ │ ├── _hpux32.cfg │ │ │ │ ├── _hpux64.cfg │ │ │ │ ├── _linux.cfg │ │ │ │ ├── _netbsd.cfg │ │ │ │ ├── _nto.cfg │ │ │ │ ├── _openbsd.cfg │ │ │ │ ├── _os2.cfg │ │ │ │ ├── _qnx.cfg │ │ │ │ ├── _riscos.cfg │ │ │ │ ├── _scoos.cfg │ │ │ │ ├── _solaris.cfg │ │ │ │ ├── _unixware.cfg │ │ │ │ ├── _unixware7.cfg │ │ │ │ ├── _win95.cfg │ │ │ │ └── _winnt.cfg │ │ │ │ ├── nspr.h │ │ │ │ ├── obsolete │ │ │ │ ├── pralarm.h │ │ │ │ ├── probslet.h │ │ │ │ ├── protypes.h │ │ │ │ └── prsem.h │ │ │ │ ├── plarena.h │ │ │ │ ├── plarenas.h │ │ │ │ ├── plbase64.h │ │ │ │ ├── plerror.h │ │ │ │ ├── plgetopt.h │ │ │ │ ├── plhash.h │ │ │ │ ├── plstr.h │ │ │ │ ├── pratom.h │ │ │ │ ├── prbit.h │ │ │ │ ├── prclist.h │ │ │ │ ├── prcmon.h │ │ │ │ ├── prcountr.h │ │ │ │ ├── prcpucfg.h │ │ │ │ ├── prcvar.h │ │ │ │ ├── prdtoa.h │ │ │ │ ├── prenv.h │ │ │ │ ├── prerr.h │ │ │ │ ├── prerror.h │ │ │ │ ├── prinet.h │ │ │ │ ├── prinit.h │ │ │ │ ├── prinrval.h │ │ │ │ ├── prio.h │ │ │ │ ├── pripcsem.h │ │ │ │ ├── private │ │ │ │ ├── pprio.h │ │ │ │ ├── pprthred.h │ │ │ │ └── prpriv.h │ │ │ │ ├── prlink.h │ │ │ │ ├── prlock.h │ │ │ │ ├── prlog.h │ │ │ │ ├── prlong.h │ │ │ │ ├── prmem.h │ │ │ │ ├── prmon.h │ │ │ │ ├── prmwait.h │ │ │ │ ├── prnetdb.h │ │ │ │ ├── prolock.h │ │ │ │ ├── prpdce.h │ │ │ │ ├── prprf.h │ │ │ │ ├── prproces.h │ │ │ │ ├── prrng.h │ │ │ │ ├── prrwlock.h │ │ │ │ ├── prshm.h │ │ │ │ ├── prshma.h │ │ │ │ ├── prsystem.h │ │ │ │ ├── prthread.h │ │ │ │ ├── prtime.h │ │ │ │ ├── prtpool.h │ │ │ │ ├── prtrace.h │ │ │ │ ├── prtypes.h │ │ │ │ ├── prvrsion.h │ │ │ │ └── prwin16.h │ │ └── lib │ │ │ ├── libnspr4.a │ │ │ ├── libnspr4_s.a │ │ │ ├── libplc4.a │ │ │ ├── libplc4_s.a │ │ │ ├── libplds4.a │ │ │ ├── libplds4_s.a │ │ │ ├── nspr4.dll │ │ │ ├── plc4.dll │ │ │ └── plds4.dll │ ├── sdl │ │ ├── BUGS.txt │ │ ├── COPYING.txt │ │ ├── README-SDL.txt │ │ ├── README.txt │ │ ├── VisualC.html │ │ ├── WhatsNew.txt │ │ ├── docs.html │ │ ├── docs │ │ │ ├── html │ │ │ │ ├── audio.html │ │ │ │ ├── cdrom.html │ │ │ │ ├── event.html │ │ │ │ ├── eventfunctions.html │ │ │ │ ├── eventstructures.html │ │ │ │ ├── general.html │ │ │ │ ├── guide.html │ │ │ │ ├── guideaboutsdldoc.html │ │ │ │ ├── guideaudioexamples.html │ │ │ │ ├── guidebasicsinit.html │ │ │ │ ├── guidecdromexamples.html │ │ │ │ ├── guidecredits.html │ │ │ │ ├── guideeventexamples.html │ │ │ │ ├── guideexamples.html │ │ │ │ ├── guideinput.html │ │ │ │ ├── guideinputkeyboard.html │ │ │ │ ├── guidepreface.html │ │ │ │ ├── guidethebasics.html │ │ │ │ ├── guidetimeexamples.html │ │ │ │ ├── guidevideo.html │ │ │ │ ├── guidevideoopengl.html │ │ │ │ ├── index.html │ │ │ │ ├── joystick.html │ │ │ │ ├── reference.html │ │ │ │ ├── sdlactiveevent.html │ │ │ │ ├── sdladdtimer.html │ │ │ │ ├── sdlaudiocvt.html │ │ │ │ ├── sdlaudiospec.html │ │ │ │ ├── sdlblitsurface.html │ │ │ │ ├── sdlbuildaudiocvt.html │ │ │ │ ├── sdlcd.html │ │ │ │ ├── sdlcdclose.html │ │ │ │ ├── sdlcdeject.html │ │ │ │ ├── sdlcdname.html │ │ │ │ ├── sdlcdnumdrives.html │ │ │ │ ├── sdlcdopen.html │ │ │ │ ├── sdlcdpause.html │ │ │ │ ├── sdlcdplay.html │ │ │ │ ├── sdlcdplaytracks.html │ │ │ │ ├── sdlcdresume.html │ │ │ │ ├── sdlcdstatus.html │ │ │ │ ├── sdlcdstop.html │ │ │ │ ├── sdlcdtrack.html │ │ │ │ ├── sdlcloseaudio.html │ │ │ │ ├── sdlcolor.html │ │ │ │ ├── sdlcondbroadcast.html │ │ │ │ ├── sdlcondsignal.html │ │ │ │ ├── sdlcondwait.html │ │ │ │ ├── sdlcondwaittimeout.html │ │ │ │ ├── sdlconvertaudio.html │ │ │ │ ├── sdlconvertsurface.html │ │ │ │ ├── sdlcreatecond.html │ │ │ │ ├── sdlcreatecursor.html │ │ │ │ ├── sdlcreatemutex.html │ │ │ │ ├── sdlcreatergbsurface.html │ │ │ │ ├── sdlcreatergbsurfacefrom.html │ │ │ │ ├── sdlcreatesemaphore.html │ │ │ │ ├── sdlcreatethread.html │ │ │ │ ├── sdlcreateyuvoverlay.html │ │ │ │ ├── sdldelay.html │ │ │ │ ├── sdldestroycond.html │ │ │ │ ├── sdldestroymutex.html │ │ │ │ ├── sdldestroysemaphore.html │ │ │ │ ├── sdldisplayformat.html │ │ │ │ ├── sdldisplayformatalpha.html │ │ │ │ ├── sdldisplayyuvoverlay.html │ │ │ │ ├── sdlenablekeyrepeat.html │ │ │ │ ├── sdlenableunicode.html │ │ │ │ ├── sdlenvvars.html │ │ │ │ ├── sdlevent.html │ │ │ │ ├── sdleventstate.html │ │ │ │ ├── sdlexposeevent.html │ │ │ │ ├── sdlfillrect.html │ │ │ │ ├── sdlflip.html │ │ │ │ ├── sdlfreecursor.html │ │ │ │ ├── sdlfreesurface.html │ │ │ │ ├── sdlfreewav.html │ │ │ │ ├── sdlfreeyuvoverlay.html │ │ │ │ ├── sdlgetappstate.html │ │ │ │ ├── sdlgetaudiostatus.html │ │ │ │ ├── sdlgetcliprect.html │ │ │ │ ├── sdlgetcursor.html │ │ │ │ ├── sdlgeterror.html │ │ │ │ ├── sdlgeteventfilter.html │ │ │ │ ├── sdlgetgammaramp.html │ │ │ │ ├── sdlgetkeyname.html │ │ │ │ ├── sdlgetkeystate.html │ │ │ │ ├── sdlgetmodstate.html │ │ │ │ ├── sdlgetmousestate.html │ │ │ │ ├── sdlgetrelativemousestate.html │ │ │ │ ├── sdlgetrgb.html │ │ │ │ ├── sdlgetrgba.html │ │ │ │ ├── sdlgetthreadid.html │ │ │ │ ├── sdlgetticks.html │ │ │ │ ├── sdlgetvideoinfo.html │ │ │ │ ├── sdlgetvideosurface.html │ │ │ │ ├── sdlglattr.html │ │ │ │ ├── sdlglgetattribute.html │ │ │ │ ├── sdlglgetprocaddress.html │ │ │ │ ├── sdlglloadlibrary.html │ │ │ │ ├── sdlglsetattribute.html │ │ │ │ ├── sdlglswapbuffers.html │ │ │ │ ├── sdlinit.html │ │ │ │ ├── sdlinitsubsystem.html │ │ │ │ ├── sdljoyaxisevent.html │ │ │ │ ├── sdljoyballevent.html │ │ │ │ ├── sdljoybuttonevent.html │ │ │ │ ├── sdljoyhatevent.html │ │ │ │ ├── sdljoystickclose.html │ │ │ │ ├── sdljoystickeventstate.html │ │ │ │ ├── sdljoystickgetaxis.html │ │ │ │ ├── sdljoystickgetball.html │ │ │ │ ├── sdljoystickgetbutton.html │ │ │ │ ├── sdljoystickgethat.html │ │ │ │ ├── sdljoystickindex.html │ │ │ │ ├── sdljoystickname.html │ │ │ │ ├── sdljoysticknumaxes.html │ │ │ │ ├── sdljoysticknumballs.html │ │ │ │ ├── sdljoysticknumbuttons.html │ │ │ │ ├── sdljoysticknumhats.html │ │ │ │ ├── sdljoystickopen.html │ │ │ │ ├── sdljoystickopened.html │ │ │ │ ├── sdljoystickupdate.html │ │ │ │ ├── sdlkey.html │ │ │ │ ├── sdlkeyboardevent.html │ │ │ │ ├── sdlkeysym.html │ │ │ │ ├── sdlkillthread.html │ │ │ │ ├── sdllistmodes.html │ │ │ │ ├── sdlloadbmp.html │ │ │ │ ├── sdlloadwav.html │ │ │ │ ├── sdllockaudio.html │ │ │ │ ├── sdllocksurface.html │ │ │ │ ├── sdllockyuvoverlay.html │ │ │ │ ├── sdlmaprgb.html │ │ │ │ ├── sdlmaprgba.html │ │ │ │ ├── sdlmixaudio.html │ │ │ │ ├── sdlmousebuttonevent.html │ │ │ │ ├── sdlmousemotionevent.html │ │ │ │ ├── sdlmutexp.html │ │ │ │ ├── sdlmutexv.html │ │ │ │ ├── sdlnumjoysticks.html │ │ │ │ ├── sdlopenaudio.html │ │ │ │ ├── sdloverlay.html │ │ │ │ ├── sdlpalette.html │ │ │ │ ├── sdlpauseaudio.html │ │ │ │ ├── sdlpeepevents.html │ │ │ │ ├── sdlpixelformat.html │ │ │ │ ├── sdlpollevent.html │ │ │ │ ├── sdlpumpevents.html │ │ │ │ ├── sdlpushevent.html │ │ │ │ ├── sdlquit.html │ │ │ │ ├── sdlquitevent.html │ │ │ │ ├── sdlquitsubsystem.html │ │ │ │ ├── sdlrect.html │ │ │ │ ├── sdlremovetimer.html │ │ │ │ ├── sdlresizeevent.html │ │ │ │ ├── sdlsavebmp.html │ │ │ │ ├── sdlsempost.html │ │ │ │ ├── sdlsemtrywait.html │ │ │ │ ├── sdlsemvalue.html │ │ │ │ ├── sdlsemwait.html │ │ │ │ ├── sdlsemwaittimeout.html │ │ │ │ ├── sdlsetalpha.html │ │ │ │ ├── sdlsetcliprect.html │ │ │ │ ├── sdlsetcolorkey.html │ │ │ │ ├── sdlsetcolors.html │ │ │ │ ├── sdlsetcursor.html │ │ │ │ ├── sdlseteventfilter.html │ │ │ │ ├── sdlsetgamma.html │ │ │ │ ├── sdlsetgammaramp.html │ │ │ │ ├── sdlsetmodstate.html │ │ │ │ ├── sdlsetpalette.html │ │ │ │ ├── sdlsettimer.html │ │ │ │ ├── sdlsetvideomode.html │ │ │ │ ├── sdlshowcursor.html │ │ │ │ ├── sdlsurface.html │ │ │ │ ├── sdlsyswmevent.html │ │ │ │ ├── sdlthreadid.html │ │ │ │ ├── sdlunlockaudio.html │ │ │ │ ├── sdlunlocksurface.html │ │ │ │ ├── sdlunlockyuvoverlay.html │ │ │ │ ├── sdlupdaterect.html │ │ │ │ ├── sdlupdaterects.html │ │ │ │ ├── sdluserevent.html │ │ │ │ ├── sdlvideodrivername.html │ │ │ │ ├── sdlvideoinfo.html │ │ │ │ ├── sdlvideomodeok.html │ │ │ │ ├── sdlwaitevent.html │ │ │ │ ├── sdlwaitthread.html │ │ │ │ ├── sdlwarpmouse.html │ │ │ │ ├── sdlwasinit.html │ │ │ │ ├── sdlwmgetcaption.html │ │ │ │ ├── sdlwmgrabinput.html │ │ │ │ ├── sdlwmiconifywindow.html │ │ │ │ ├── sdlwmsetcaption.html │ │ │ │ ├── sdlwmseticon.html │ │ │ │ ├── sdlwmtogglefullscreen.html │ │ │ │ ├── thread.html │ │ │ │ ├── time.html │ │ │ │ ├── video.html │ │ │ │ └── wm.html │ │ │ ├── images │ │ │ │ └── rainbow.gif │ │ │ └── index.html │ │ ├── include │ │ │ ├── SDL.h │ │ │ ├── SDL_active.h │ │ │ ├── SDL_audio.h │ │ │ ├── SDL_byteorder.h │ │ │ ├── SDL_cdrom.h │ │ │ ├── SDL_config.h │ │ │ ├── SDL_config_dreamcast.h │ │ │ ├── SDL_config_macos.h │ │ │ ├── SDL_config_macosx.h │ │ │ ├── SDL_config_minimal.h │ │ │ ├── SDL_config_nds.h │ │ │ ├── SDL_config_os2.h │ │ │ ├── SDL_config_symbian.h │ │ │ ├── SDL_config_win32.h │ │ │ ├── SDL_copying.h │ │ │ ├── SDL_cpuinfo.h │ │ │ ├── SDL_endian.h │ │ │ ├── SDL_error.h │ │ │ ├── SDL_events.h │ │ │ ├── SDL_getenv.h │ │ │ ├── SDL_joystick.h │ │ │ ├── SDL_keyboard.h │ │ │ ├── SDL_keysym.h │ │ │ ├── SDL_loadso.h │ │ │ ├── SDL_main.h │ │ │ ├── SDL_mouse.h │ │ │ ├── SDL_mutex.h │ │ │ ├── SDL_name.h │ │ │ ├── SDL_opengl.h │ │ │ ├── SDL_platform.h │ │ │ ├── SDL_quit.h │ │ │ ├── SDL_rwops.h │ │ │ ├── SDL_stdinc.h │ │ │ ├── SDL_syswm.h │ │ │ ├── SDL_thread.h │ │ │ ├── SDL_timer.h │ │ │ ├── SDL_types.h │ │ │ ├── SDL_version.h │ │ │ ├── SDL_video.h │ │ │ ├── begin_code.h │ │ │ └── close_code.h │ │ └── lib │ │ │ ├── x64 │ │ │ ├── SDL.dll │ │ │ ├── SDL.lib │ │ │ └── SDLmain.lib │ │ │ └── x86 │ │ │ ├── SDL.dll │ │ │ ├── SDL.lib │ │ │ └── SDLmain.lib │ ├── sdl2 │ │ ├── BUGS.txt │ │ ├── COPYING.txt │ │ ├── README-SDL.txt │ │ ├── README.txt │ │ ├── WhatsNew.txt │ │ ├── cmake │ │ │ ├── sdl2-config-version.cmake │ │ │ └── sdl2-config.cmake │ │ ├── docs │ │ │ ├── CONTRIBUTING.md │ │ │ ├── README-android.md │ │ │ ├── README-cmake.md │ │ │ ├── README-directfb.md │ │ │ ├── README-dynapi.md │ │ │ ├── README-emscripten.md │ │ │ ├── README-gdk.md │ │ │ ├── README-gesture.md │ │ │ ├── README-git.md │ │ │ ├── README-hg.md │ │ │ ├── README-ios.md │ │ │ ├── README-kmsbsd.md │ │ │ ├── README-linux.md │ │ │ ├── README-macos.md │ │ │ ├── README-n3ds.md │ │ │ ├── README-nacl.md │ │ │ ├── README-ngage.md │ │ │ ├── README-os2.md │ │ │ ├── README-pandora.md │ │ │ ├── README-platforms.md │ │ │ ├── README-porting.md │ │ │ ├── README-ps2.md │ │ │ ├── README-psp.md │ │ │ ├── README-raspberrypi.md │ │ │ ├── README-riscos.md │ │ │ ├── README-touch.md │ │ │ ├── README-versions.md │ │ │ ├── README-visualc.md │ │ │ ├── README-vita.md │ │ │ ├── README-wince.md │ │ │ ├── README-windows.md │ │ │ ├── README-winrt.md │ │ │ ├── README.md │ │ │ ├── doxyfile │ │ │ └── release_checklist.md │ │ ├── include │ │ │ ├── SDL.h │ │ │ ├── SDL_assert.h │ │ │ ├── SDL_atomic.h │ │ │ ├── SDL_audio.h │ │ │ ├── SDL_bits.h │ │ │ ├── SDL_blendmode.h │ │ │ ├── SDL_clipboard.h │ │ │ ├── SDL_config.h │ │ │ ├── SDL_cpuinfo.h │ │ │ ├── SDL_egl.h │ │ │ ├── SDL_endian.h │ │ │ ├── SDL_error.h │ │ │ ├── SDL_events.h │ │ │ ├── SDL_filesystem.h │ │ │ ├── SDL_gamecontroller.h │ │ │ ├── SDL_gesture.h │ │ │ ├── SDL_guid.h │ │ │ ├── SDL_haptic.h │ │ │ ├── SDL_hidapi.h │ │ │ ├── SDL_hints.h │ │ │ ├── SDL_joystick.h │ │ │ ├── SDL_keyboard.h │ │ │ ├── SDL_keycode.h │ │ │ ├── SDL_loadso.h │ │ │ ├── SDL_locale.h │ │ │ ├── SDL_log.h │ │ │ ├── SDL_main.h │ │ │ ├── SDL_messagebox.h │ │ │ ├── SDL_metal.h │ │ │ ├── SDL_misc.h │ │ │ ├── SDL_mouse.h │ │ │ ├── SDL_mutex.h │ │ │ ├── SDL_name.h │ │ │ ├── SDL_opengl.h │ │ │ ├── SDL_opengl_glext.h │ │ │ ├── SDL_opengles.h │ │ │ ├── SDL_opengles2.h │ │ │ ├── SDL_opengles2_gl2.h │ │ │ ├── SDL_opengles2_gl2ext.h │ │ │ ├── SDL_opengles2_gl2platform.h │ │ │ ├── SDL_opengles2_khrplatform.h │ │ │ ├── SDL_pixels.h │ │ │ ├── SDL_platform.h │ │ │ ├── SDL_power.h │ │ │ ├── SDL_quit.h │ │ │ ├── SDL_rect.h │ │ │ ├── SDL_render.h │ │ │ ├── SDL_revision.h │ │ │ ├── SDL_rwops.h │ │ │ ├── SDL_scancode.h │ │ │ ├── SDL_sensor.h │ │ │ ├── SDL_shape.h │ │ │ ├── SDL_stdinc.h │ │ │ ├── SDL_surface.h │ │ │ ├── SDL_system.h │ │ │ ├── SDL_syswm.h │ │ │ ├── SDL_test.h │ │ │ ├── SDL_test_assert.h │ │ │ ├── SDL_test_common.h │ │ │ ├── SDL_test_compare.h │ │ │ ├── SDL_test_crc32.h │ │ │ ├── SDL_test_font.h │ │ │ ├── SDL_test_fuzzer.h │ │ │ ├── SDL_test_harness.h │ │ │ ├── SDL_test_images.h │ │ │ ├── SDL_test_log.h │ │ │ ├── SDL_test_md5.h │ │ │ ├── SDL_test_memory.h │ │ │ ├── SDL_test_random.h │ │ │ ├── SDL_thread.h │ │ │ ├── SDL_timer.h │ │ │ ├── SDL_touch.h │ │ │ ├── SDL_types.h │ │ │ ├── SDL_version.h │ │ │ ├── SDL_video.h │ │ │ ├── SDL_vulkan.h │ │ │ ├── begin_code.h │ │ │ └── close_code.h │ │ └── lib │ │ │ ├── x64 │ │ │ ├── SDL2.dll │ │ │ ├── SDL2.lib │ │ │ ├── SDL2main.lib │ │ │ └── SDL2test.lib │ │ │ └── x86 │ │ │ ├── SDL2.dll │ │ │ ├── SDL2.lib │ │ │ ├── SDL2main.lib │ │ │ └── SDL2test.lib │ └── zlib │ │ ├── bin │ │ └── zlib1.dll │ │ └── include │ │ ├── zconf.h │ │ └── zlib.h └── win64.release │ ├── libarchive │ ├── bin │ │ ├── archive.dll │ │ └── archive.lib │ ├── include │ │ ├── archive.h │ │ └── archive_entry.h │ └── lib │ │ ├── archive.lib │ │ └── archive_static.lib │ ├── libjxl │ └── lib │ │ ├── libbrotlicommon.a │ │ ├── libbrotlidec.a │ │ ├── libhwy.a │ │ ├── libjxl.a │ │ └── libjxl_threads.a │ ├── nspr │ └── lib │ │ ├── libnspr4.a │ │ ├── libnspr4_s.a │ │ ├── libplc4.a │ │ ├── libplc4_s.a │ │ ├── libplds4.a │ │ ├── libplds4_s.a │ │ ├── nspr4.dll │ │ ├── plc4.dll │ │ └── plds4.dll │ └── sdl2 │ ├── bin │ ├── SDL2.dll │ └── sdl2-config │ ├── include │ └── SDL2 │ │ ├── SDL.h │ │ ├── SDL_assert.h │ │ ├── SDL_atomic.h │ │ ├── SDL_audio.h │ │ ├── SDL_bits.h │ │ ├── SDL_blendmode.h │ │ ├── SDL_clipboard.h │ │ ├── SDL_config.h │ │ ├── SDL_cpuinfo.h │ │ ├── SDL_egl.h │ │ ├── SDL_endian.h │ │ ├── SDL_error.h │ │ ├── SDL_events.h │ │ ├── SDL_filesystem.h │ │ ├── SDL_gamecontroller.h │ │ ├── SDL_gesture.h │ │ ├── SDL_guid.h │ │ ├── SDL_haptic.h │ │ ├── SDL_hidapi.h │ │ ├── SDL_hints.h │ │ ├── SDL_joystick.h │ │ ├── SDL_keyboard.h │ │ ├── SDL_keycode.h │ │ ├── SDL_loadso.h │ │ ├── SDL_locale.h │ │ ├── SDL_log.h │ │ ├── SDL_main.h │ │ ├── SDL_messagebox.h │ │ ├── SDL_metal.h │ │ ├── SDL_misc.h │ │ ├── SDL_mouse.h │ │ ├── SDL_mutex.h │ │ ├── SDL_name.h │ │ ├── SDL_opengl.h │ │ ├── SDL_opengl_glext.h │ │ ├── SDL_opengles.h │ │ ├── SDL_opengles2.h │ │ ├── SDL_opengles2_gl2.h │ │ ├── SDL_opengles2_gl2ext.h │ │ ├── SDL_opengles2_gl2platform.h │ │ ├── SDL_opengles2_khrplatform.h │ │ ├── SDL_pixels.h │ │ ├── SDL_platform.h │ │ ├── SDL_power.h │ │ ├── SDL_quit.h │ │ ├── SDL_rect.h │ │ ├── SDL_render.h │ │ ├── SDL_revision.h │ │ ├── SDL_rwops.h │ │ ├── SDL_scancode.h │ │ ├── SDL_sensor.h │ │ ├── SDL_shape.h │ │ ├── SDL_stdinc.h │ │ ├── SDL_surface.h │ │ ├── SDL_system.h │ │ ├── SDL_syswm.h │ │ ├── SDL_test.h │ │ ├── SDL_test_assert.h │ │ ├── SDL_test_common.h │ │ ├── SDL_test_compare.h │ │ ├── SDL_test_crc32.h │ │ ├── SDL_test_font.h │ │ ├── SDL_test_fuzzer.h │ │ ├── SDL_test_harness.h │ │ ├── SDL_test_images.h │ │ ├── SDL_test_log.h │ │ ├── SDL_test_md5.h │ │ ├── SDL_test_memory.h │ │ ├── SDL_test_random.h │ │ ├── SDL_thread.h │ │ ├── SDL_timer.h │ │ ├── SDL_touch.h │ │ ├── SDL_types.h │ │ ├── SDL_version.h │ │ ├── SDL_video.h │ │ ├── SDL_vulkan.h │ │ ├── begin_code.h │ │ └── close_code.h │ ├── lib │ ├── cmake │ │ └── SDL2 │ │ │ ├── sdl2-config-version.cmake │ │ │ └── sdl2-config.cmake │ ├── libSDL2.a │ ├── libSDL2.dll.a │ ├── libSDL2.la │ ├── libSDL2_test.a │ ├── libSDL2_test.la │ ├── libSDL2main.a │ ├── libSDL2main.la │ └── pkgconfig │ │ └── sdl2.pc │ └── share │ └── aclocal │ └── sdl2.m4 ├── BUILDING.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── ctrl ├── SlyDCTColors_Default.cfg ├── SlyDCTColors_Midnight.cfg ├── SlyEdit.example.cfg ├── SlyEditStrings_En.cfg ├── SlyEdit_Taglines.txt ├── SlyEdit_TextReplacements.cfg ├── SlyIceColors_BlueIce.cfg ├── SlyIceColors_EmeraldCity.cfg ├── SlyIceColors_FieryInferno.cfg ├── SlyIceColors_Fire-N-Ice.cfg ├── SlyIceColors_GeneralClean.cfg ├── SlyIceColors_GenericBlue.cfg ├── SlyIceColors_PurpleHaze.cfg ├── SlyIceColors_ShadesOfGrey.cfg ├── alias.cfg ├── attr.ini ├── cgi_env.ini ├── chat.ini ├── dictionary_en-AU-supplemental.txt ├── dictionary_en-CA-supplemental.txt ├── dictionary_en-GB-supplemental.txt ├── dictionary_en-US-supplemental.txt ├── dictionary_en.txt ├── dns_blacklist.cfg ├── dnsbl_exempt.cfg ├── domains.cfg ├── dosemu.conf ├── file.ini ├── flashpolicy.xml ├── fonts.ini ├── fonts │ ├── 25.f16 │ ├── 28.f14 │ ├── 50.f8 │ ├── antique.f14 │ ├── antique.f16 │ ├── backward.f16 │ ├── big.f16 │ ├── bigserif.f16 │ ├── block.f16 │ ├── bold.f10 │ ├── bold.f12 │ ├── bold.f13 │ ├── bold.f14 │ ├── bold.f16 │ ├── bold.f8 │ ├── bren.f16 │ ├── broadway.f16 │ ├── computer.f14 │ ├── computer.f16 │ ├── courier.f14 │ ├── courier.f16 │ ├── deco.f16 │ ├── digital.f16 │ ├── empty.f16 │ ├── eurotype.f16 │ ├── frankfrt.f14 │ ├── future.f16 │ ├── georgian.f14 │ ├── gothical.f16 │ ├── greek.f16 │ ├── hearst.f14 │ ├── hearst.f16 │ ├── hebrew.f16 │ ├── ibmstd.f16 │ ├── ice.f16 │ ├── inverted.f16 │ ├── italics.f16 │ ├── jasnew.f16 │ ├── lcd.f16 │ ├── lorefont.f16 │ ├── magic.f16 │ ├── medieval.f16 │ ├── medievl-.f16 │ ├── modern-r.f16 │ ├── modern.f16 │ ├── oldeng.f14 │ ├── reverse.f16 │ ├── roman-1.f16 │ ├── roman.f16 │ ├── sansrif-.f16 │ ├── scott.f16 │ ├── scrawl-1.f16 │ ├── scrawl-2.f16 │ ├── scribble.f16 │ ├── script.f14 │ ├── script.f16 │ ├── senapl.f8 │ ├── side.f8 │ ├── smalcaps.f14 │ ├── standard.f16 │ ├── strange.f14 │ ├── stretch.f16 │ ├── super.f16 │ ├── swiss-1.f16 │ ├── swiss-2.f16 │ ├── swiss-3.f16 │ ├── tekton.f16 │ ├── thai.f16 │ ├── thick.f16 │ ├── thin.f16 │ ├── tiny.f6 │ ├── tiny.f7 │ └── tiny.f8 ├── formmail.ini ├── freqit.ini ├── ftpalias.cfg ├── guru.dat ├── install-json-service.ini ├── ipfilter_exempt.cfg ├── ircbot.ini ├── ircd.ini ├── jsexec.ini ├── json-db.ini ├── json-service.ini ├── kiss.ini ├── letsyncrypt.ini ├── listserver.ini ├── mailproc.ini ├── main.ini ├── mime_types.ini ├── modopts.d │ ├── emailfiles.ini │ └── xtrnmenu.ini ├── modopts.ini ├── msgs.ini ├── newslink.cfg ├── relay.cfg ├── rlogin.cfg ├── rss.ini ├── sbbs.ini ├── sbbsctrl.darkmode.ini ├── sbbsctrl.lightmode.ini ├── sbbsecho.ini ├── services.ini ├── sockopts.ini ├── spambait.cfg ├── spamblock.cfg ├── spamblock_exempt.cfg ├── tdfonts │ ├── 1911.tdf │ ├── 1911x.tdf │ ├── 208.tdf │ ├── 208x.tdf │ ├── 3d-ascii.tdf │ ├── 4maxcol.tdf │ ├── aaa.tdf │ ├── aaax.tdf │ ├── aardvark.tdf │ ├── abbadon.tdf │ ├── access.tdf │ ├── acheronx.tdf │ ├── acid3dx.tdf │ ├── acidnewx.tdf │ ├── acidsc2x.tdf │ ├── acidscpx.tdf │ ├── acidtron.tdf │ ├── acidx.tdf │ ├── acrylicx.tdf │ ├── adomex.tdf │ ├── adrenax.tdf │ ├── adrknesx.tdf │ ├── advocate.tdf │ ├── aftrdarx.tdf │ ├── aftrhoux.tdf │ ├── agony.tdf │ ├── agony2x.tdf │ ├── alchemyx.tdf │ ├── alfheimx.tdf │ ├── alienled.tdf │ ├── alphax.tdf │ ├── amazonx.tdf │ ├── ambush2.tdf │ ├── ambushs.tdf │ ├── ambushx.tdf │ ├── amcneko.tdf │ ├── amnesia.tdf │ ├── amnesiax.tdf │ ├── anarchyx.tdf │ ├── andromed.tdf │ ├── anemiax.tdf │ ├── anemiaxx.tdf │ ├── angldust.tdf │ ├── anniverx.tdf │ ├── anomalix.tdf │ ├── apocal2x.tdf │ ├── apotm.tdf │ ├── apovisnx.tdf │ ├── appocalx.tdf │ ├── arcane.tdf │ ├── archana.tdf │ ├── areaconx.tdf │ ├── areax.tdf │ ├── armagdnx.tdf │ ├── ascii.tdf │ ├── assylum.tdf │ ├── assylumx.tdf │ ├── astronmx.tdf │ ├── asylumx.tdf │ ├── atbx.tdf │ ├── atlansmx.tdf │ ├── atlantix.tdf │ ├── atomicx.tdf │ ├── atomx.tdf │ ├── attitudx.tdf │ ├── audiofil.tdf │ ├── badlandx.tdf │ ├── balistcx.tdf │ ├── bamboosx.tdf │ ├── banshee.tdf │ ├── bansheex.tdf │ ├── bbstx.tdf │ ├── beast.tdf │ ├── belfastx.tdf │ ├── bevisiox.tdf │ ├── beyond2x.tdf │ ├── beyondx.tdf │ ├── bigice_f.tdf │ ├── bigl2.tdf │ ├── biglimpy.tdf │ ├── biohazrx.tdf │ ├── bismarcx.tdf │ ├── bitchvrx.tdf │ ├── bizarrax.tdf │ ├── blacksun.tdf │ ├── blacksux.tdf │ ├── blackx.tdf │ ├── bladex.tdf │ ├── blah.tdf │ ├── blahx.tdf │ ├── blcksunx.tdf │ ├── blcktrnc.tdf │ ├── bleach.tdf │ ├── blendr1x.tdf │ ├── blendr2x.tdf │ ├── blevx.tdf │ ├── blisterx.tdf │ ├── block.tdf │ ├── block3d.tdf │ ├── block3dx.tdf │ ├── bloodlg.tdf │ ├── bloodlgc.tdf │ ├── bloodsmc.tdf │ ├── bloodsml.tdf │ ├── bloodyx.tdf │ ├── blueescx.tdf │ ├── blwtorcx.tdf │ ├── boardx.tdf │ ├── bodily.tdf │ ├── bodycnt.tdf │ ├── bodycntx.tdf │ ├── bodyelex.tdf │ ├── bollux.tdf │ ├── bolluxx.tdf │ ├── bonerx.tdf │ ├── bonex.tdf │ ├── bongx.tdf │ ├── boxfight.tdf │ ├── bravex.tdf │ ├── brazenx.tdf │ ├── breachx.tdf │ ├── breakx.tdf │ ├── brex.tdf │ ├── brickx.tdf │ ├── brink.tdf │ ├── brinkx.tdf │ ├── brndamgx.tdf │ ├── brokenx.tdf │ ├── broknsrt.tdf │ ├── brothood.tdf │ ├── bubacol.tdf │ ├── buffalo.tdf │ ├── burningx.tdf │ ├── cafex.tdf │ ├── califorx.tdf │ ├── capitalx.tdf │ ├── carbonx.tdf │ ├── cardinax.tdf │ ├── cartelx.tdf │ ├── cartoon.tdf │ ├── casinox.tdf │ ├── castlex.tdf │ ├── catlkinx.tdf │ ├── cattlex.tdf │ ├── ccinx.tdf │ ├── celertyx.tdf │ ├── cemetary.tdf │ ├── cesspoox.tdf │ ├── cfh-hoer.tdf │ ├── cfh-horx.tdf │ ├── cfh-snow.tdf │ ├── cfh-snwx.tdf │ ├── chamberx.tdf │ ├── channelx.tdf │ ├── chaos2x.tdf │ ├── chaosenx.tdf │ ├── chaoticx.tdf │ ├── chazergx.tdf │ ├── children.tdf │ ├── chnlzero.tdf │ ├── chromax.tdf │ ├── chronox.tdf │ ├── churchx.tdf │ ├── ciafontx.tdf │ ├── circutsx.tdf │ ├── cityx.tdf │ ├── cldcityx.tdf │ ├── closedx.tdf │ ├── cnerip.tdf │ ├── coderx.tdf │ ├── codex.tdf │ ├── colony.tdf │ ├── color.tdf │ ├── color_.tdf │ ├── colorhrd.tdf │ ├── coloscol.tdf │ ├── coloseux.tdf │ ├── colossal.tdf │ ├── coloursx.tdf │ ├── commx.tdf │ ├── computrx.tdf │ ├── consolex.tdf │ ├── continux.tdf │ ├── convulsx.tdf │ ├── cop-bh.tdf │ ├── cop_ch1.tdf │ ├── corosv2x.tdf │ ├── corpse.tdf │ ├── corrosox.tdf │ ├── coruptnx.tdf │ ├── cosmic.tdf │ ├── cosmicco.tdf │ ├── countx.tdf │ ├── courierx.tdf │ ├── cr-x.tdf │ ├── crazedx.tdf │ ├── creatiox.tdf │ ├── creatorx.tdf │ ├── creepx.tdf │ ├── crestclx.tdf │ ├── crewelx.tdf │ ├── crimrinx.tdf │ ├── crimson.tdf │ ├── crisisx.tdf │ ├── crosroax.tdf │ ├── cryptic.tdf │ ├── crystalx.tdf │ ├── crzymadx.tdf │ ├── cyanidx.tdf │ ├── cybcrtwx.tdf │ ├── cybera2x.tdf │ ├── cyberia1.tdf │ ├── cybernx.tdf │ ├── cyberrrx.tdf │ ├── cyberwrx.tdf │ ├── cyberwx.tdf │ ├── cybrcrme.tdf │ ├── cybrfrcx.tdf │ ├── damagex.tdf │ ├── damnatnx.tdf │ ├── damnedx.tdf │ ├── dangerfx.tdf │ ├── dangerx.tdf │ ├── dark.tdf │ ├── darkcrux.tdf │ ├── darkers1.tdf │ ├── darkers2.tdf │ ├── darklanx.tdf │ ├── darklitx.tdf │ ├── darkmoon.tdf │ ├── darkn2sx.tdf │ ├── darknses.tdf │ ├── darksidx.tdf │ ├── darksun.tdf │ ├── darksunx.tdf │ ├── darktwo.tdf │ ├── darrell.tdf │ ├── darrellx.tdf │ ├── dcfont.tdf │ ├── dcp_1.tdf │ ├── deadrelm.tdf │ ├── deadstar.tdf │ ├── deadstrx.tdf │ ├── death.tdf │ ├── deathrow.tdf │ ├── deathx.tdf │ ├── deep.tdf │ ├── dellx.tdf │ ├── delusion.tdf │ ├── demonclx.tdf │ ├── demonic.tdf │ ├── denied.tdf │ ├── descentx.tdf │ ├── descntsx.tdf │ ├── desertx.tdf │ ├── desnudo.tdf │ ├── destinx.tdf │ ├── destny2x.tdf │ ├── destrucx.tdf │ ├── developx.tdf │ ├── dgmotiox.tdf │ ├── digital2.tdf │ ├── digitalx.tdf │ ├── digitx.tdf │ ├── digx.tdf │ ├── dimentox.tdf │ ├── dimsbolx.tdf │ ├── dimsslim.tdf │ ├── dimsslix.tdf │ ├── dissimux.tdf │ ├── distreax.tdf │ ├── dolcex.tdf │ ├── dominion.tdf │ ├── dominiox.tdf │ ├── donnow.tdf │ ├── doorsx.tdf │ ├── dope.tdf │ ├── downfalx.tdf │ ├── dragon2x.tdf │ ├── dragonx.tdf │ ├── dreadlk.tdf │ ├── dream.tdf │ ├── dreamlds.tdf │ ├── dreamlnx.tdf │ ├── dreamlsx.tdf │ ├── drgx.tdf │ ├── drkers1x.tdf │ ├── drkers2x.tdf │ ├── drkimagx.tdf │ ├── drkmoonx.tdf │ ├── drkrealm.tdf │ ├── drksocty.tdf │ ├── drome.tdf │ ├── drumsx.tdf │ ├── dsktdwnx.tdf │ ├── dungeon2.tdf │ ├── dungeonx.tdf │ ├── dustnbnx.tdf │ ├── dynasty.tdf │ ├── dynastyx.tdf │ ├── eatmex.tdf │ ├── eberusx.tdf │ ├── eclipse2.tdf │ ├── eclipsex.tdf │ ├── eclpse2x.tdf │ ├── ecox.tdf │ ├── eleuthix.tdf │ ├── eleventh.tdf │ ├── elusivex.tdf │ ├── emberx.tdf │ ├── empi.tdf │ ├── empiresx.tdf │ ├── emsx.tdf │ ├── endless.tdf │ ├── energyx.tdf │ ├── erthbnd2.tdf │ ├── erthbond.tdf │ ├── escape2.tdf │ ├── escapex.tdf │ ├── eterna2x.tdf │ ├── eternal2.tdf │ ├── eternalx.tdf │ ├── eternitx.tdf │ ├── etherx.tdf │ ├── euphorix.tdf │ ├── evilx.tdf │ ├── evlacidx.tdf │ ├── evolutx.tdf │ ├── evolve.tdf │ ├── exilansa.tdf │ ├── exile.tdf │ ├── exilians.tdf │ ├── exodus2x.tdf │ ├── exodusx.tdf │ ├── explorax.tdf │ ├── explosox.tdf │ ├── extasyx.tdf │ ├── fa!-#2.tdf │ ├── faithx.tdf │ ├── falconsx.tdf │ ├── fantasyx.tdf │ ├── fastlane.tdf │ ├── fatalx.tdf │ ├── fb-coldx.tdf │ ├── fb-fogft.tdf │ ├── fb-gothx.tdf │ ├── fb-grayx.tdf │ ├── fb-icefx.tdf │ ├── fb-oldsd.tdf │ ├── fb-redsd.tdf │ ├── fbr.tdf │ ├── fbrx.tdf │ ├── fear.tdf │ ├── fiberx.tdf │ ├── fields.tdf │ ├── filex.tdf │ ├── final.tdf │ ├── findest2.tdf │ ├── findstyx.tdf │ ├── fine.tdf │ ├── finest.tdf │ ├── finestx.tdf │ ├── fire.tdf │ ├── fishbowl.tdf │ ├── flarex.tdf │ ├── flatline.tdf │ ├── focspopx.tdf │ ├── font1.tdf │ ├── font10.tdf │ ├── font11.tdf │ ├── font12x.tdf │ ├── font13.tdf │ ├── font14.tdf │ ├── font15.tdf │ ├── font16.tdf │ ├── font17.tdf │ ├── font18.tdf │ ├── font19.tdf │ ├── font2.tdf │ ├── font20.tdf │ ├── font21x.tdf │ ├── font22x.tdf │ ├── font23.tdf │ ├── font25.tdf │ ├── font26ox.tdf │ ├── font26x.tdf │ ├── font27.tdf │ ├── font28x.tdf │ ├── font29x.tdf │ ├── font2x.tdf │ ├── font3.tdf │ ├── font30.tdf │ ├── font31.tdf │ ├── font32.tdf │ ├── font33.tdf │ ├── font34.tdf │ ├── font35.tdf │ ├── font36.tdf │ ├── font37.tdf │ ├── font37r.tdf │ ├── font38.tdf │ ├── font39.tdf │ ├── font4.tdf │ ├── font40x.tdf │ ├── font41.tdf │ ├── font42x.tdf │ ├── font43x.tdf │ ├── font44x.tdf │ ├── font45x.tdf │ ├── font46.tdf │ ├── font47x.tdf │ ├── font48.tdf │ ├── font49.tdf │ ├── font4x.tdf │ ├── font5.tdf │ ├── font50.tdf │ ├── font51.tdf │ ├── font52.tdf │ ├── font53x.tdf │ ├── font54x.tdf │ ├── font55x.tdf │ ├── font56x.tdf │ ├── font57.tdf │ ├── font58x.tdf │ ├── font59x.tdf │ ├── font5x.tdf │ ├── font6.tdf │ ├── font60x.tdf │ ├── font61x.tdf │ ├── font62.tdf │ ├── font64.tdf │ ├── font65.tdf │ ├── font66.tdf │ ├── font67x.tdf │ ├── font68.tdf │ ├── font69.tdf │ ├── font7.tdf │ ├── font70.tdf │ ├── font71.tdf │ ├── font72.tdf │ ├── font72ox.tdf │ ├── font73.tdf │ ├── font74.tdf │ ├── font76x.tdf │ ├── font77.tdf │ ├── font78x.tdf │ ├── font79x.tdf │ ├── font8.tdf │ ├── font80.tdf │ ├── font81x.tdf │ ├── font82.tdf │ ├── font83x.tdf │ ├── font84x.tdf │ ├── font85.tdf │ ├── font9.tdf │ ├── forbiddx.tdf │ ├── forgotex.tdf │ ├── foundatx.tdf │ ├── fraktur.tdf │ ├── freak-10.tdf │ ├── freak-11.tdf │ ├── freak-2.tdf │ ├── freak-4.tdf │ ├── freak-5.tdf │ ├── freak112.tdf │ ├── freak_52.tdf │ ├── freeside.tdf │ ├── freside2.tdf │ ├── friendsp.tdf │ ├── frzmoon.tdf │ ├── ftegatex.tdf │ ├── fth.tdf │ ├── fundbird.tdf │ ├── fungi.tdf │ ├── future2x.tdf │ ├── galaxyx.tdf │ ├── ganglanx.tdf │ ├── gardenx.tdf │ ├── generatn.tdf │ ├── genocide.tdf │ ├── ghost.tdf │ ├── ghostx.tdf │ ├── glarex.tdf │ ├── gloomx.tdf │ ├── gloree.tdf │ ├── gluenew.tdf │ ├── gnarlyx.tdf │ ├── graffiti.tdf │ ├── grandx.tdf │ ├── graphicx.tdf │ ├── gravex.tdf │ ├── greedx.tdf │ ├── greenie.tdf │ ├── grnchaox.tdf │ ├── grndzero.tdf │ ├── grndzerx.tdf │ ├── grndzsml.tdf │ ├── grndzsmx.tdf │ ├── grnsht.tdf │ ├── grnshtx.tdf │ ├── grveyard.tdf │ ├── guardf2.tdf │ ├── guild.tdf │ ├── guild2.tdf │ ├── hack-tdf.tdf │ ├── hacker2.tdf │ ├── hackshck.tdf │ ├── hardtdfx.tdf │ ├── hardwrdx.tdf │ ├── harlot.tdf │ ├── harlotx.tdf │ ├── harvest.tdf │ ├── harvestx.tdf │ ├── hawkx.tdf │ ├── head.tdf │ ├── headx.tdf │ ├── helitech.tdf │ ├── helitecx.tdf │ ├── helium.tdf │ ├── hellhole.tdf │ ├── hellpay.tdf │ ├── heltsklx.tdf │ ├── hemi.tdf │ ├── hemisphx.tdf │ ├── hgsierax.tdf │ ├── hidden.tdf │ ├── hoard.tdf │ ├── hopeless.tdf │ ├── horr-tdf.tdf │ ├── hostess.tdf │ ├── hotbox.tdf │ ├── houn-tdf.tdf │ ├── housex.tdf │ ├── houstekx.tdf │ ├── hrdwirex.tdf │ ├── hs-effek.tdf │ ├── hunterx.tdf │ ├── hw.tdf │ ├── hwplated.tdf │ ├── hwx.tdf │ ├── hydrogen.tdf │ ├── hyperx.tdf │ ├── hypnosis.tdf │ ├── hysteria.tdf │ ├── iceblock.tdf │ ├── icefire.tdf │ ├── icex.tdf │ ├── icezonex.tdf │ ├── idesx.tdf │ ├── ilcommx.tdf │ ├── illcomm.tdf │ ├── illuchro.tdf │ ├── illusin2.tdf │ ├── illusion.tdf │ ├── ilusion3.tdf │ ├── images.tdf │ ├── imagesx.tdf │ ├── imgmnset.tdf │ ├── impact2x.tdf │ ├── impactx.tdf │ ├── inch.tdf │ ├── incircle.tdf │ ├── incirclx.tdf │ ├── incorped.tdf │ ├── incorpex.tdf │ ├── indesgrn.tdf │ ├── inertia.tdf │ ├── inertiax.tdf │ ├── inet.tdf │ ├── inetx.tdf │ ├── infinite.tdf │ ├── infinsrt.tdf │ ├── infinsrx.tdf │ ├── infozine.tdf │ ├── infozinx.tdf │ ├── inner.tdf │ ├── inocencx.tdf │ ├── insanex.tdf │ ├── insanity.tdf │ ├── insinsan.tdf │ ├── insinsax.tdf │ ├── insomiax.tdf │ ├── inspectx.tdf │ ├── intense.tdf │ ├── intensex.tdf │ ├── intentsx.tdf │ ├── internat.tdf │ ├── intoxicx.tdf │ ├── invasins.tdf │ ├── invasion.tdf │ ├── invasisx.tdf │ ├── iridium.tdf │ ├── itsover.tdf │ ├── jelly.tdf │ ├── juice.tdf │ ├── juicex.tdf │ ├── juvenocr.tdf │ ├── kansas.tdf │ ├── kevin1.tdf │ ├── kevin2.tdf │ ├── kevin4.tdf │ ├── kevin42.tdf │ ├── kevin5.tdf │ ├── kevin52.tdf │ ├── keys.tdf │ ├── kfcx.tdf │ ├── kissmy.tdf │ ├── kissmyx.tdf │ ├── knightsx.tdf │ ├── koders.tdf │ ├── krystal.tdf │ ├── krystalx.tdf │ ├── larry3d.tdf │ ├── lastbbs.tdf │ ├── lastdime.tdf │ ├── laughtex.tdf │ ├── league.tdf │ ├── leech.tdf │ ├── leeching.tdf │ ├── legacy.tdf │ ├── legacy2x.tdf │ ├── legcy3dx.tdf │ ├── leisure.tdf │ ├── leisurex.tdf │ ├── lgy3dbl.tdf │ ├── liar.tdf │ ├── limpyset.tdf │ ├── liquid.tdf │ ├── liquid2.tdf │ ├── live.tdf │ ├── lstsouls.tdf │ ├── lucidsrt.tdf │ ├── lucretix.tdf │ ├── madman.tdf │ ├── madman2.tdf │ ├── magazine.tdf │ ├── magicast.tdf │ ├── magnumx.tdf │ ├── majicx.tdf │ ├── malice.tdf │ ├── mappersx.tdf │ ├── masacrex.tdf │ ├── master.tdf │ ├── matrix.tdf │ ├── matrixx.tdf │ ├── maxfont2.tdf │ ├── maximum.tdf │ ├── maximumx.tdf │ ├── mechanic.tdf │ ├── mechresi.tdf │ ├── mechrest.tdf │ ├── members.tdf │ ├── memoryx.tdf │ ├── menacex.tdf │ ├── mercury.tdf │ ├── mercury2.tdf │ ├── mercuryx.tdf │ ├── mercuy3x.tdf │ ├── merry.tdf │ ├── messages.tdf │ ├── metal.tdf │ ├── metalix.tdf │ ├── metalix2.tdf │ ├── midas.tdf │ ├── midnight.tdf │ ├── mindbncx.tdf │ ├── mindstax.tdf │ ├── mindsx.tdf │ ├── mirrow2.tdf │ ├── money.tdf │ ├── moon1.tdf │ ├── moon2.tdf │ ├── moon3.tdf │ ├── morldecx.tdf │ ├── motion.tdf │ ├── mr.tdf │ ├── myfont.tdf │ ├── mystbye.tdf │ ├── mysteryx.tdf │ ├── mysticx.tdf │ ├── mystousx.tdf │ ├── nacho.tdf │ ├── nationx.tdf │ ├── negative.tdf │ ├── neon.tdf │ ├── nestred.tdf │ ├── nestx.tdf │ ├── neurosix.tdf │ ├── neurosmx.tdf │ ├── neurrndx.tdf │ ├── neutralx.tdf │ ├── newhavnx.tdf │ ├── newsletx.tdf │ ├── newsx.tdf │ ├── nexus.tdf │ ├── nghtmare.tdf │ ├── ngthshdx.tdf │ ├── nicex.tdf │ ├── nigtmgrx.tdf │ ├── nirvana.tdf │ ├── nirvana2.tdf │ ├── nmswhq.tdf │ ├── nocariex.tdf │ ├── nodelay.tdf │ ├── nodespyx.tdf │ ├── nope.tdf │ ├── nope2.tdf │ ├── northerx.tdf │ ├── novax.tdf │ ├── nox.tdf │ ├── nrthstar.tdf │ ├── nsa.tdf │ ├── nuclear.tdf │ ├── nukex.tdf │ ├── nuklearx.tdf │ ├── nycotine.tdf │ ├── nyndee.tdf │ ├── oblivion.tdf │ ├── oblivred.tdf │ ├── obsesss.tdf │ ├── obvlrdsm.tdf │ ├── oceana.tdf │ ├── odb.tdf │ ├── one.tdf │ ├── onelinex.tdf │ ├── onkelzx.tdf │ ├── optical.tdf │ ├── outfont1.tdf │ ├── outlinex.tdf │ ├── outpost.tdf │ ├── outpost2.tdf │ ├── overdosx.tdf │ ├── pagan.tdf │ ├── paganrhx.tdf │ ├── paincave.tdf │ ├── palace.tdf │ ├── palace2x.tdf │ ├── paladiux.tdf │ ├── pandemon.tdf │ ├── pangeax.tdf │ ├── pantheon.tdf │ ├── paradigm.tdf │ ├── paramntx.tdf │ ├── paridoxx.tdf │ ├── partyx.tdf │ ├── patex.tdf │ ├── pcboard.tdf │ ├── pentagrx.tdf │ ├── pepper.tdf │ ├── persuasx.tdf │ ├── pex.tdf │ ├── phalanx.tdf │ ├── phalnxx.tdf │ ├── pharcydx.tdf │ ├── phiber1x.tdf │ ├── phiber2.tdf │ ├── phiberx.tdf │ ├── phonx.tdf │ ├── phuck.tdf │ ├── phudge.tdf │ ├── pinaclex.tdf │ ├── pipeline.tdf │ ├── pirates.tdf │ ├── pitsx.tdf │ ├── pittyx.tdf │ ├── platzang.tdf │ ├── poisonx.tdf │ ├── policex.tdf │ ├── portal.tdf │ ├── powrgrdx.tdf │ ├── prdctnsx.tdf │ ├── presurex.tdf │ ├── primelin.tdf │ ├── primelix.tdf │ ├── prisoner.tdf │ ├── prjet13x.tdf │ ├── proctor.tdf │ ├── prophecy.tdf │ ├── props.tdf │ ├── prototyp.tdf │ ├── prpugrdx.tdf │ ├── psych3dx.tdf │ ├── psycho2.tdf │ ├── psycho3x.tdf │ ├── psychos2.tdf │ ├── psychosm.tdf │ ├── psychsyx.tdf │ ├── psycosix.tdf │ ├── psyneuro.tdf │ ├── pulsex.tdf │ ├── puncx.tdf │ ├── punishtx.tdf │ ├── puremadx.tdf │ ├── pushead.tdf │ ├── quazarx.tdf │ ├── radiancx.tdf │ ├── ragnarkx.tdf │ ├── rainx.tdf │ ├── rapidcol.tdf │ ├── rastaa.tdf │ ├── ravaged.tdf │ ├── rave.tdf │ ├── razor1x.tdf │ ├── razor2.tdf │ ├── razor3.tdf │ ├── razorx.tdf │ ├── realityx.tdf │ ├── rebelart.tdf │ ├── rebelion.tdf │ ├── rebell.tdf │ ├── regency.tdf │ ├── regulatx.tdf │ ├── reguoutx.tdf │ ├── remorse.tdf │ ├── request.tdf │ ├── resista2.tdf │ ├── resistan.tdf │ ├── resistax.tdf │ ├── retribtx.tdf │ ├── review.tdf │ ├── revisiox.tdf │ ├── revolutx.tdf │ ├── ripper.tdf │ ├── rivndelx.tdf │ ├── rod-blue.tdf │ ├── rod-grn.tdf │ ├── rod-nav.tdf │ ├── rod-red.tdf │ ├── romannsl.tdf │ ├── roundx.tdf │ ├── roy-olsx.tdf │ ├── roy3d.tdf │ ├── royfivex.tdf │ ├── royfnt1.tdf │ ├── royfour.tdf │ ├── royfour2.tdf │ ├── roysac2c.tdf │ ├── roysacos.tdf │ ├── rozzy.tdf │ ├── rozzyx.tdf │ ├── runner.tdf │ ├── rust.tdf │ ├── rusty.tdf │ ├── sabotagc.tdf │ ├── sabotg2x.tdf │ ├── sac.tdf │ ├── sacgrenx.tdf │ ├── sadistx.tdf │ ├── salvatnx.tdf │ ├── sanctx.tdf │ ├── sanitarx.tdf │ ├── sanktryx.tdf │ ├── sanktuary.tdf │ ├── savagex.tdf │ ├── scd-l2x.tdf │ ├── scd-line.tdf │ ├── sector.tdf │ ├── sector2x.tdf │ ├── sectorx.tdf │ ├── seedsx.tdf │ ├── seleven.tdf │ ├── sensex.tdf │ ├── serpentx.tdf │ ├── severedx.tdf │ ├── shadlndx.tdf │ ├── shadwlsx.tdf │ ├── shadwsx.tdf │ ├── shallowx.tdf │ ├── shaolin2.tdf │ ├── shaolins.tdf │ ├── shaolyn.tdf │ ├── shaolynx.tdf │ ├── shaos.tdf │ ├── shaosx.tdf │ ├── shaotis.tdf │ ├── sheaven.tdf │ ├── sheavenx.tdf │ ├── shelznsh.tdf │ ├── shelzone.tdf │ ├── shlnvert.tdf │ ├── shodanx.tdf │ ├── shrimpx.tdf │ ├── shrooms.tdf │ ├── shsystem.tdf │ ├── sidepock.tdf │ ├── sidepokx.tdf │ ├── silicon2.tdf │ ├── silicsht.tdf │ ├── silver2.tdf │ ├── silverx.tdf │ ├── siversx.tdf │ ├── skillion.tdf │ ├── skyligtx.tdf │ ├── sloup.tdf │ ├── smat.tdf │ ├── societyx.tdf │ ├── sodapop.tdf │ ├── sole.tdf │ ├── sonic.tdf │ ├── sonicx.tdf │ ├── spacelnk.tdf │ ├── spacelnx.tdf │ ├── spanish.tdf │ ├── spastc4x.tdf │ ├── spastc5x.tdf │ ├── spastic1.tdf │ ├── spastic2.tdf │ ├── spastic3.tdf │ ├── spawn.tdf │ ├── spedwayx.tdf │ ├── speedway.tdf │ ├── splat.tdf │ ├── splathos.tdf │ ├── splooge.tdf │ ├── spyrit.tdf │ ├── stampx.tdf │ ├── star.tdf │ ├── star2x.tdf │ ├── star3dx.tdf │ ├── stargatx.tdf │ ├── stasis.tdf │ ├── static.tdf │ ├── statisx.tdf │ ├── stats.tdf │ ├── statsrs.tdf │ ├── steelx.tdf │ ├── stncirc1.tdf │ ├── stncirc2.tdf │ ├── stormx.tdf │ ├── strabery.tdf │ ├── stripesx.tdf │ ├── stripssx.tdf │ ├── stupidx.tdf │ ├── sub.tdf │ ├── succo2x.tdf │ ├── succox.tdf │ ├── sucker.tdf │ ├── suicidax.tdf │ ├── summit.tdf │ ├── sunrise.tdf │ ├── sunshnex.tdf │ ├── sunyshne.tdf │ ├── super.tdf │ ├── superilu.tdf │ ├── suprem2x.tdf │ ├── supremcy.tdf │ ├── supreme.tdf │ ├── supreme2.tdf │ ├── syndicat.tdf │ ├── syndrome.tdf │ ├── synergy.tdf │ ├── synrdsrx.tdf │ ├── synrgisx.tdf │ ├── synthicx.tdf │ ├── synthmem.tdf │ ├── synthtic.tdf │ ├── talent.tdf │ ├── talent2.tdf │ ├── tcax.tdf │ ├── tddx.tdf │ ├── tdu.tdf │ ├── teapotx.tdf │ ├── termitex.tdf │ ├── tfh.tdf │ ├── the_edge.tdf │ ├── thenstax.tdf │ ├── theroadx.tdf │ ├── thesanct.tdf │ ├── thieves.tdf │ ├── thievs2x.tdf │ ├── thievsml.tdf │ ├── thin2.tdf │ ├── thinx.tdf │ ├── this!.tdf │ ├── thivsmlx.tdf │ ├── thsanctx.tdf │ ├── ticcol.tdf │ ├── timspirx.tdf │ ├── tincans.tdf │ ├── tiny.tdf │ ├── toasterx.tdf │ ├── tokyo.tdf │ ├── tower.tdf │ ├── tower2.tdf │ ├── townsmlx.tdf │ ├── townx.tdf │ ├── toxic.tdf │ ├── traces.tdf │ ├── tranqilx.tdf │ ├── tribesx.tdf │ ├── tribwrit.tdf │ ├── tronicsx.tdf │ ├── troutx.tdf │ ├── tucx.tdf │ ├── tumoil.tdf │ ├── tusse.tdf │ ├── twistedx.tdf │ ├── twoyears.tdf │ ├── udm1x.tdf │ ├── udmfire.tdf │ ├── ugrndftr.tdf │ ├── unchainx.tdf │ ├── under.tdf │ ├── undergd2.tdf │ ├── underwld.tdf │ ├── undrgdsx.tdf │ ├── undrgrn2.tdf │ ├── undrgrnd.tdf │ ├── undrgrwn.tdf │ ├── undrwldx.tdf │ ├── ungrwing.tdf │ ├── ungrwnxx.tdf │ ├── unholyx.tdf │ ├── union.tdf │ ├── union2.tdf │ ├── unknownx.tdf │ ├── unox.tdf │ ├── unreal.tdf │ ├── unsane.tdf │ ├── unsanex.tdf │ ├── unsnfate.tdf │ ├── untx.tdf │ ├── upcorx.tdf │ ├── uprise.tdf │ ├── uprise2x.tdf │ ├── usaflag.tdf │ ├── user.tdf │ ├── user2.tdf │ ├── userstsx.tdf │ ├── usex.tdf │ ├── usflgcol.tdf │ ├── utopanx.tdf │ ├── valleyx.tdf │ ├── vampyrex.tdf │ ├── vasniakx.tdf │ ├── vdo_1.tdf │ ├── vengancx.tdf │ ├── vibrntsx.tdf │ ├── vintage.tdf │ ├── violent.tdf │ ├── virtacxs.tdf │ ├── vision2.tdf │ ├── vision3.tdf │ ├── visionsx.tdf │ ├── visionx.tdf │ ├── visionxx.tdf │ ├── voices.tdf │ ├── voidx.tdf │ ├── wallx.tdf │ ├── warzonex.tdf │ ├── watchdgx.tdf │ ├── water.tdf │ ├── weird.tdf │ ├── wellfare.tdf │ ├── whirwinx.tdf │ ├── white-bl.tdf │ ├── whox.tdf │ ├── wicked.tdf │ ├── wild.tdf │ ├── wildchld.tdf │ ├── wildsidx.tdf │ ├── wpaint.tdf │ ├── x-tremex.tdf │ ├── xentrx1x.tdf │ ├── xfontx.tdf │ ├── xmas.tdf │ ├── yazoox.tdf │ ├── zane.tdf │ ├── zanex.tdf │ ├── zetrax.tdf │ └── zookx.tdf ├── text.dat ├── text.de.ini ├── text.es.ini ├── text.fr.ini ├── tickit.ini ├── twitlist.cfg ├── uifc.ini ├── web_alias.ini ├── web_handler.ini ├── webicons.ini └── xtrn.ini ├── docs ├── SlyEdit_Upgrading.txt ├── _borders │ ├── bottom.htm │ └── top.htm ├── adding_nodes.html ├── appendix.html ├── baja.html ├── baja2new.txt ├── chat_section.html ├── copyright.html ├── credits.html ├── customization.html ├── default.htm ├── dove-net.txt ├── external_programs.html ├── features.html ├── file_section.html ├── files.ref ├── fseditor.txt ├── glossary.html ├── gpl.txt ├── images │ ├── baja_example.png │ ├── bre.png │ ├── lordcfg.png │ ├── sbbsctrl.png │ ├── sbbsctrl_configure.png │ ├── sbbsctrl_telnet_cfg_gen.png │ ├── sbbsecho_additionalecho.png │ ├── sbbsecho_additionalecho_list.png │ ├── sbbsecho_additionalecho_list_tag.png │ ├── sbbsecho_archiveprgs.png │ ├── sbbsecho_archiveprgs_zip.png │ ├── sbbsecho_logoptions.png │ ├── sbbsecho_main.png │ ├── sbbsecho_node_arctype.png │ ├── sbbsecho_node_packettype.png │ ├── sbbsecho_node_settings.png │ ├── sbbsecho_nodes.png │ ├── sbbsecho_paths.png │ ├── sbbsecho_toggleoptions.png │ ├── scfg_chat_channel1.png │ ├── scfg_chat_features.png │ ├── scfg_chat_gurus.png │ ├── scfg_chat_pager1.png │ ├── scfg_chat_pagers.png │ ├── scfg_chat_theguru.png │ ├── scfg_dos_startup.png │ ├── scfg_main.png │ ├── scfg_modem_config.png │ ├── scfg_modem_fax_code1.png │ ├── scfg_modem_fax_code2.png │ ├── scfg_modem_port_type.png │ ├── scfg_modem_resultcode_15.png │ ├── scfg_modem_resultcodes.png │ ├── scfg_modem_strings.png │ ├── scfg_modem_toggles.png │ ├── scfg_msg_area_advopts.png │ ├── scfg_msg_area_netopts.png │ ├── scfg_msg_area_toggles.png │ ├── scfg_msg_areas.png │ ├── scfg_msg_areas_gen.png │ ├── scfg_msg_attrcodes.png │ ├── scfg_msg_options.png │ ├── scfg_networks.png │ ├── scfg_networks_fido.png │ ├── scfg_networks_fido_address.png │ ├── scfg_networks_internet.png │ ├── scfg_networks_post.png │ ├── scfg_networks_post_hubs.png │ ├── scfg_networks_post_hubs_sccm.png │ ├── scfg_networks_qwkhubs.png │ ├── scfg_networks_qwkhubs_vert.png │ ├── scfg_networks_qwkhubs_vert_subs.png │ ├── scfg_networks_qwkhubs_vert_subs_opt.png │ ├── scfg_node1.png │ ├── scfg_node1_advanced.png │ ├── scfg_node1_toggles.png │ ├── scfg_system.png │ ├── scfg_system_advanced.png │ ├── scfg_system_expired.png │ ├── scfg_system_loadablemods.png │ ├── scfg_system_newvalues.png │ ├── scfg_system_newvalues_questions.png │ ├── scfg_system_newvalues_toggles.png │ ├── scfg_system_quickval.png │ ├── scfg_system_quickval_0.png │ ├── scfg_system_securityvalues.png │ ├── scfg_system_securityvalues_0.png │ ├── scfg_system_toggle.png │ ├── scfg_xfer_compressable.png │ ├── scfg_xfer_dir.png │ ├── scfg_xfer_dir_advanced.png │ ├── scfg_xfer_dir_toggles.png │ ├── scfg_xfer_event.png │ ├── scfg_xfer_eventc.png │ ├── scfg_xfer_extractable.png │ ├── scfg_xfer_library.png │ ├── scfg_xfer_options.png │ ├── scfg_xfer_proto_dsz.png │ ├── scfg_xfer_proto_dsz_g.png │ ├── scfg_xfer_proto_dsz_h.png │ ├── scfg_xfer_proto_dsz_x.png │ ├── scfg_xfer_proto_dsz_y.png │ ├── scfg_xfer_proto_dsz_z.png │ ├── scfg_xfer_proto_fdsz.png │ ├── scfg_xfer_proto_fdsz_g.png │ ├── scfg_xfer_proto_fdsz_x.png │ ├── scfg_xfer_proto_fdsz_y.png │ ├── scfg_xfer_proto_fdsz_z.png │ ├── scfg_xfer_testable.png │ ├── scfg_xfer_testable_du.png │ ├── scfg_xfer_testable_zip.png │ ├── scfg_xfer_testable_zipc.png │ ├── scfg_xfer_viewable.png │ ├── scfg_xtrn_fixed.png │ ├── scfg_xtrn_lord.png │ ├── scfg_xtrn_sbl.png │ ├── scfg_xtrn_section.png │ ├── scfg_xtrn_swaplist.png │ ├── scfg_xtrn_syncedit.png │ ├── scfg_xtrn_timed.png │ ├── scfg_xtrn_timeopt.png │ ├── scfg_xtrn_tw2002.png │ ├── scfg_xtrn_usurper.png │ ├── scfg_xtrn_winos2list.png │ ├── setuptype.png │ ├── synchronet2.png │ ├── synclogo_fancyred.png │ ├── tw2002.png │ ├── uedit_v3.png │ ├── uedit_v3_exe.png │ └── v3icon3.png ├── imsgdocs.txt ├── index.htm ├── index.html ├── index.url ├── install.html ├── install.rtf ├── ircd.txt ├── js.html ├── js │ ├── guide │ │ └── index.html │ └── ref │ │ └── index.html ├── jsobjs.html ├── kermit.txt ├── lgpl.txt ├── linux-dosemu-howto.txt ├── listgate.txt ├── listserver.txt ├── message_section.html ├── modem_setup.html ├── multnode_config.html ├── networking.html ├── newcfgfiles.txt ├── newfilebase.txt ├── newslink.txt ├── newuserbase.txt ├── ntreadme.txt ├── platforms.html ├── sbbs.hst ├── sbbsNTsvcs.txt ├── sbbscon.txt ├── sbbsecho.html ├── security.html ├── sexpots.txt ├── sexyz.txt ├── slyedit_readme.txt ├── smb.html ├── source.html ├── support.html ├── svdmansi.txt ├── syncqnet.txt ├── sysop.html ├── sysop.url ├── sysop_commands.html ├── system_config.html ├── tcpip_faq.html ├── text210a.dif ├── text220a.dif ├── text220b.dif ├── text230a.dif ├── text310g.dif ├── text311b.dif ├── text312a.dif ├── text318b.dif ├── text319b.dif ├── text320b.dif ├── textfile_section.html ├── troubleshooting.html ├── user.html ├── user_editor.html ├── utility_reference.html ├── v200_new.txt ├── v210_new.txt ├── v211_new.txt ├── v220_new.txt ├── v300_new.txt ├── v310_new.txt ├── v311_jsnew.html ├── v311_new.html ├── v312_jsnew.html ├── v312_new.html ├── v313_new.html ├── v314_jsnew.html ├── v314_new.html ├── v317_new.txt ├── v318_new.txt ├── v319_new.txt ├── v320_new.txt ├── versions.hst ├── web site.url └── websrvr.txt ├── exec ├── .editorconfig ├── GNUmakefile ├── Makefile ├── SlyEdit.js ├── SlyEdit_DCTStuff.js ├── SlyEdit_IceStuff.js ├── SlyEdit_Misc.js ├── activeuserservice.js ├── addfiles.js ├── agwpe.js ├── allusers.js ├── archive.js ├── areamgr.hlp ├── asc_handler.js ├── automsg.js ├── avatar_chooser.js ├── avatars.js ├── badpasswords.js ├── baja.js ├── bajavascript.js ├── batchxfer.js ├── bench │ ├── dest6.js │ ├── nettype.js │ ├── popen.js │ ├── recurse.js │ └── while1.js ├── binarydecoder.js ├── binkit.js ├── birthdaylist.js ├── broker.js ├── bulkmail.js ├── bullseye.js ├── certtool.js ├── chat_sec.js ├── chksetup.js ├── chkspace.js ├── cleanup.js ├── deadechoes.js ├── default.js ├── delfiles.js ├── delmsgs.js ├── dir_attr.inc ├── dorkit │ ├── ansi_console.js │ ├── ansi_input.js │ ├── attribute.js │ ├── cga_defs.js │ ├── graphic.js │ ├── jsexec_console.js │ ├── jsexec_input.js │ ├── local_console.js │ ├── sbbs_console.js │ ├── sbbs_input.js │ ├── screen.js │ ├── socket_console.js │ └── socket_input.js ├── dosemu.ini ├── dosxtrn.pif ├── dumpcnfs.js ├── dumpobjs.js ├── dupefind.js ├── dyndns.js ├── echoareas.js ├── editfile.js ├── email_sec.js ├── emailfiles.js ├── emailval.js ├── errno.inc ├── examples │ ├── README.TXT │ ├── cntnodes.js │ ├── dir.js │ ├── iconshell │ │ ├── files.bin │ │ ├── games.bin │ │ ├── iconshell.js │ │ ├── msg.bin │ │ └── readme.txt │ ├── mailall.js │ ├── mailproc_multi.js │ ├── socktest.js │ ├── staticservice.js │ └── uifc.js ├── exportcfg.js ├── external.bat ├── feedback.src ├── fido-nodelist-browser.js ├── fido-nodelist-syncterm.js ├── file_io.inc ├── filearea-lb.js ├── filelist.js ├── fileman.js ├── filescancfg.js ├── finger.js ├── fingerservice.js ├── flashpolicyserver.js ├── fonttest.js ├── freqit.js ├── freqitcfg.js ├── fschat.js ├── fseditor.js ├── ftn-setup.js ├── ftnmsgdump.js ├── ftp.src ├── getimlst.src ├── getnewsgrouplist.js ├── gopherservice.js ├── hashfile.js ├── hatchit.js ├── hexdump.js ├── hotline-transfer.js ├── hotline.js ├── html_noyes.js ├── html_shell.js ├── html_who.js ├── html_yesno.js ├── imapservice.js ├── importcfg.js ├── init-fidonet.ini ├── init-fidonet.js ├── init-tickit.ini ├── init-tickit.js ├── install-xtrn.js ├── inventory_archives.js ├── irc.js ├── ircbot.js ├── ircbots │ ├── admin │ │ ├── admin.js │ │ └── admin_commands.js │ ├── antispam │ │ └── antispam.js │ ├── decider │ │ └── decider.js │ ├── dice │ │ ├── dicebot.js │ │ ├── dicebot_commands.js │ │ └── dicebot_functions.js │ ├── dis │ │ └── dis.js │ ├── google │ │ ├── google_commands.js │ │ └── google_functions.js │ ├── ham │ │ └── ham.js │ ├── humanity │ │ ├── apple_cards.txt │ │ ├── black_cards.txt │ │ ├── humanity.js │ │ ├── humanity_commands.js │ │ ├── humanity_functions.js │ │ └── white_cards.txt │ ├── info │ │ ├── info_commands.js │ │ ├── info_functions.js │ │ └── infobot.js │ ├── poker │ │ ├── poker_commands.js │ │ ├── poker_functions.js │ │ └── pokerbot.js │ ├── presence │ │ └── presence.js │ ├── rpgbot │ │ ├── classes.xml │ │ ├── items.xml │ │ ├── levels.xml │ │ ├── races.xml │ │ ├── rpg_commands.js │ │ ├── rpg_editor.js │ │ ├── rpg_functions.js │ │ ├── rpg_help.js │ │ ├── rpgbot.js │ │ └── zones │ │ │ ├── noob forest │ │ │ ├── items.xml │ │ │ ├── map.xml │ │ │ └── mobs.xml │ │ │ └── noob village │ │ │ ├── items.xml │ │ │ ├── map.xml │ │ │ └── mobs.xml │ ├── weather │ │ ├── weather_commands.js │ │ └── weather_functions.js │ └── whereis │ │ └── whereis.js ├── ircd.js ├── ircdcfg.js ├── ircmsg.js ├── ircwho.js ├── jsdocs.js ├── json-service.js ├── json-svc-ctrl.js ├── kermit.ini ├── lbshell.js ├── letsyncrypt.js ├── listgate.js ├── listserver.js ├── load │ ├── 822header.js │ ├── README.TXT │ ├── acmev2.js │ ├── adif.js │ ├── age.js │ ├── ansiedit.js │ ├── ansiterm_lib.js │ ├── array.js │ ├── ars_defs.js │ ├── asc2htmlterm.js │ ├── attr_conv.js │ ├── attrdefs.js │ ├── avatar_lib.js │ ├── ax25defs.js │ ├── backgroundlog.js │ ├── bajalib.js │ ├── bayes.js │ ├── binkp.js │ ├── birthdays.js │ ├── bmp_lib.js │ ├── calendar.js │ ├── callsign.js │ ├── cardlib.js │ ├── cfglib.js │ ├── cga_defs.js │ ├── clock.js │ ├── cmdshell.js │ ├── cnfdefs.js │ ├── cnflib.js │ ├── coldfuncs.js │ ├── consensus_vote.js │ ├── cterm_lib.js │ ├── cvslib.js │ ├── dd_lightbar_menu.js │ ├── diskusage.js │ ├── dns.js │ ├── dnshelper.js │ ├── dorkit.js │ ├── dummy.js │ ├── event-emitter.js │ ├── event-timer.js │ ├── fido.js │ ├── fido_syscfg.js │ ├── fidoaddr.js │ ├── fidocfg.js │ ├── file_size.js │ ├── filebase.js │ ├── filebrowser.js │ ├── filedir.js │ ├── filelist_lib.js │ ├── finger_lib.js │ ├── fonts.js │ ├── form.js │ ├── frame.js │ ├── freqit_common.js │ ├── ftelnethelper.js │ ├── ftn_nodelist.js │ ├── ftp.js │ ├── funclib.js │ ├── geoip.js │ ├── getkeye.js │ ├── gettext.js │ ├── graphic.js │ ├── gwarlib.js │ ├── hexdump_lib.js │ ├── hmac.js │ ├── hotline_funcs.js │ ├── html2asc.js │ ├── http.js │ ├── inihelper.js │ ├── inputline.js │ ├── install-3rdp-xtrn.js │ ├── install-binkit.js │ ├── irc-cyan.js │ ├── irc-default.js │ ├── ircbot_commands.js │ ├── ircbot_functions.js │ ├── ircd │ │ ├── channel.js │ │ ├── config.js │ │ ├── core.js │ │ ├── server.js │ │ ├── unregistered.js │ │ └── user.js │ ├── irclib.js │ ├── jpath.js │ ├── json-chat.js │ ├── json-client.js │ ├── json-db.js │ ├── json-sock.js │ ├── json_lines.js │ ├── key_defs.js │ ├── layout.js │ ├── lightbar.js │ ├── lockfile.js │ ├── logging.js │ ├── logonlist_lib.js │ ├── lordlib.js │ ├── lz-string.js │ ├── maidenhead.js │ ├── mailproc_util.js │ ├── mailutil.js │ ├── mapgenerator.js │ ├── meme_chooser.js │ ├── meme_lib.js │ ├── menu-command-helpers.js │ ├── menu-commands.js │ ├── menulib.js │ ├── mime.js │ ├── mimehdr.js │ ├── modopts.js │ ├── morse.js │ ├── mouse_getkey.js │ ├── msgutils.js │ ├── newsutil.js │ ├── nicklocate.js │ ├── nntp_client_lib.js │ ├── nodedefs.js │ ├── nodelist_options.js │ ├── oauth.js │ ├── openweathermap.js │ ├── podcast_routines.js │ ├── portdefs.js │ ├── presence_lib.js │ ├── progress-bar.js │ ├── qengine.js │ ├── qrcode.js │ ├── recordfile.js │ ├── relpath.js │ ├── require.js │ ├── rip.js │ ├── rss-atom.js │ ├── salib.js │ ├── sauce_lib.js │ ├── sbbsdefs.js │ ├── sbbsimsg_lib.js │ ├── sbbsini.js │ ├── sbbslist_html.js │ ├── sbbslist_lib.js │ ├── scrollbar.js │ ├── scrollbox.js │ ├── sha1.js │ ├── shell_lib.js │ ├── siflib.js │ ├── smbdefs.js │ ├── sockdefs.js │ ├── sprite.js │ ├── string.js │ ├── syncdata.js │ ├── synchronet-json.js │ ├── syncterm_cache.js │ ├── table.js │ ├── tdfonts_lib.js │ ├── telnet_lib.js │ ├── termcapture_lib.js │ ├── termdesc.js │ ├── text.js │ ├── tickit │ │ ├── file_handler.js │ │ └── nodelist_handler.js │ ├── tree.js │ ├── typeahead.js │ ├── uifcdefs.js │ ├── unicode_cp437.js │ ├── url.js │ ├── user_info_to_sysop.js │ ├── userdefs.js │ ├── userprops.js │ ├── utf8_ascii.js │ ├── utf8_cp437.js │ ├── utf8_utf16.js │ ├── vga_defs.js │ ├── webInit.ssjs │ ├── wiki-markup.js │ ├── xbimage_lib.js │ ├── xbin_defs.js │ ├── xbin_lib.js │ ├── xjs.js │ └── xtrnmenulib.js ├── loadfont.js ├── loadfonts.js ├── localcopy.js ├── login.js ├── logon.js ├── logonlist.js ├── mailauth.js ├── mailproc_example.js ├── major.src ├── make_areas_ini.js ├── makeguest.js ├── makeuser.js ├── matrix.src ├── md5sum.js ├── menu.js ├── menuedit.js ├── menushell-lb.js ├── menushell.js ├── mqtt_pub.js ├── mqtt_spy.js ├── mqtt_stats.js ├── mqtt_sub.js ├── msglist.js ├── msgscancfg.js ├── msgutil.js ├── mspservice.js ├── mudgate.js ├── newslink.js ├── newuser.js ├── newuser_signup.js ├── nntpservice.js ├── nodedefs.inc ├── nodelist-html.js ├── nodelist.js ├── notransit.js ├── noyesbar.js ├── obv-2.src ├── obv2show.js ├── pcboard.src ├── pickfont.js ├── playmidi.js ├── playtone.js ├── podcast.js ├── postfile.js ├── postmeme.js ├── postmsg.js ├── postpoll.js ├── postxtrn.js ├── presence-service.js ├── prextrn.js ├── privatemsg.js ├── privchat.js ├── purgefiles.js ├── qnet-ftp.js ├── qnet-http.js ├── qotdservice.js ├── ra_emu.src ├── readdfiles.js ├── rehashfiles.js ├── renegade.src ├── replace_text.js ├── rlogin.js ├── rss.ssjs ├── sauce.js ├── sbbsdefs.inc ├── sbbsecho_upgrade.js ├── sbbsedit.js ├── sbbsexec.ini ├── sbbsimsg.js ├── sbbslist-logoff.js ├── sbbslist.js ├── scanpolls.js ├── scrubmsgs.js ├── sdos.src ├── sendmail.js ├── sendmsg.js ├── showansi.js ├── showavatar.js ├── showfileavatar.js ├── showmsgavatar.js ├── showmsghdr.js ├── showsixel.js ├── simple.src ├── slog.js ├── slyedcfg.js ├── sockinfo.js ├── sound.js ├── spamc.js ├── str_cmds.js ├── sutils.ini ├── sutils.js ├── syncjslint.js ├── syncterm-bounce.js ├── syncterm-ver.js ├── sysavail.js ├── syspage.wav ├── tdfiglet.js ├── telgate.js ├── telnet_proxy_service.js ├── tempxfer.js ├── termcapture.js ├── termsetup.js ├── test.menu ├── test_env.js ├── testbuild.js ├── tests │ ├── crypt │ │ ├── cert.js │ │ ├── cryptcon.js │ │ ├── cryptkeyset.js │ │ └── test.crt │ ├── file │ │ └── popen.js │ ├── global │ │ ├── alert.js │ │ ├── beep.js │ │ ├── ctrl.js │ │ ├── except.js │ │ ├── exit.js │ │ ├── exit_subproc.sjs │ │ ├── file_getname.js │ │ ├── format.js │ │ ├── load.js │ │ ├── load_background.sjs │ │ ├── load_define.sjs │ │ ├── load_return.sjs │ │ ├── log.js │ │ ├── mswait.js │ │ ├── nettype.js │ │ ├── printf.js │ │ ├── random.js │ │ ├── rtypes.js │ │ ├── sound.js │ │ ├── sound.wav │ │ ├── time.js │ │ ├── write.js │ │ ├── writeln.js │ │ └── yield.js │ ├── regex │ │ ├── skipif │ │ └── ungreedy.js │ ├── system │ │ ├── except.js │ │ ├── rtypes.js │ │ └── skipif │ ├── test.js │ └── user │ │ ├── birthdate.js │ │ ├── except.js │ │ ├── rtypes.js │ │ └── skipif ├── text_sec.js ├── textdat.js ├── textedit.js ├── tickfix.js ├── tickit.js ├── tickitcfg.js ├── tone │ ├── axelf.ton │ ├── battle.ton │ ├── bouree.ton │ ├── buffgals.ton │ ├── camptown.ton │ ├── clown.ton │ ├── countdown.ton │ ├── ent.ton │ ├── example.ton │ ├── funeral.ton │ ├── furelise.ton │ ├── godfather.ton │ ├── goodnite.ton │ ├── halloween.ton │ ├── hatdance.ton │ ├── humor.ton │ ├── jeanie.ton │ ├── la_cuca.ton │ ├── maplerag.ton │ ├── march.ton │ ├── mary.ton │ ├── mountai.ton │ ├── sakura.ton │ ├── sleeping.ton │ ├── susanna.ton │ ├── swinglow.ton │ ├── symph_40.ton │ ├── tdc.ton │ ├── trapeze.ton │ ├── weasel.ton │ └── yankee.ton ├── type.js ├── typeasc.js ├── typehtml.js ├── unixgate.js ├── unixstub.sh ├── update.js ├── updatefiles.js ├── upgrade_to_v320.js ├── user_settings.js ├── userdefs.inc ├── userlist.js ├── viewimsgs.js ├── web_feed_importer.js ├── webfileindex.ssjs ├── websocket_proxy_service.js ├── websocketservice.js ├── wget.js ├── wildcat.src ├── wwiv.src ├── xbimage.js ├── xjs_handler.js ├── xtrn-setup.js ├── xtrn_sec.js ├── xtrnmenu.js ├── xtrnmenucfg.js └── yesnobar.js ├── install ├── FILE_ID.DIZ ├── init.d │ ├── sbbs │ ├── sbbs.debian │ └── sbbs.gentoo ├── install-sbbs.mk ├── install.iss ├── logrotate.d │ └── sbbs ├── net.synchro.sbbs.plist ├── rc.d │ └── sbbs ├── rsyslog.d │ └── sbbslog.conf ├── sbbs.json ├── systemd │ ├── ftpd.service │ ├── httpd.service │ ├── ircd.service │ └── sbbs.service ├── termcap └── terminfo ├── node1 └── node.ini ├── src ├── .editorconfig ├── .nexrc ├── CMakeLists.txt ├── Makefile ├── Synchronet.workspace ├── ZuulTerm │ ├── Protocol.txt │ ├── application.ini │ ├── chrome │ │ ├── chrome.manifest │ │ └── content │ │ │ ├── RLogin.js │ │ │ ├── Socket.js │ │ │ ├── Term.js │ │ │ ├── Util.js │ │ │ ├── ZuulTerm.xul │ │ │ └── default.html │ ├── defaults │ │ └── preferences │ │ │ └── prefs.js │ ├── zt │ └── zt.cmd ├── build │ ├── Common.bmake │ ├── Common.gmake │ ├── GNUmakefile │ ├── SynchronetMacros.cmake │ ├── gitinfo.bat │ ├── mkdep │ ├── rules.mk │ ├── sdl.props │ ├── sdl2.props │ ├── target_ia32.props │ ├── target_winver.props │ ├── tcpip.props │ ├── undeprecate.props │ └── wxWidgets.gmake ├── cioxtrn │ ├── CMakeLists.txt │ ├── Makefile │ ├── cioxtrn.c │ ├── cioxtrn.txt │ ├── objects.mk │ └── targets.mk ├── cleanall.sh ├── comio │ ├── CMakeLists.txt │ ├── comio.c │ ├── comio.h │ ├── comio.props │ ├── comio.vcxproj │ ├── comio_nix.c │ └── comio_win32.c ├── conio │ ├── CMakeLists.txt │ ├── Common.bmake │ ├── Common.gmake │ ├── Common.make │ ├── GNUmakefile │ ├── Makefile │ ├── OverhaulNotes.txt │ ├── SDLMain.h │ ├── SDLMain.m │ ├── SDL_win32_main.c │ ├── allfonts.c │ ├── ansi_cio.c │ ├── ansi_cio.h │ ├── bitmap_con.c │ ├── bitmap_con.h │ ├── ciolib.adoc │ ├── ciolib.c │ ├── ciolib.h │ ├── ciolib.manifest │ ├── ciolib.rc │ ├── conio.props │ ├── conio.vcxproj │ ├── conio_gdi.props │ ├── conio_gdi.vcxproj │ ├── conio_sdl.props │ ├── conio_sdl.vcxproj │ ├── conv2vid.pl │ ├── cterm.adoc │ ├── cterm.c │ ├── cterm.h │ ├── cterm.txt │ ├── curs_cio.c │ ├── curs_cio.h │ ├── curs_fix.h │ ├── genmap.c │ ├── hqx.c │ ├── hqx.h │ ├── keys.h │ ├── libretro.h │ ├── makefont.pl │ ├── mouse.c │ ├── mouse.h │ ├── objects.mk │ ├── pasteboard.h │ ├── pasteboard.m │ ├── petscii.c │ ├── quittest.c │ ├── retro.c │ ├── retro.h │ ├── sbbsio.cpp │ ├── scale.c │ ├── scale.h │ ├── sdl_con.c │ ├── sdl_con.h │ ├── sdlfuncs.c │ ├── sdlfuncs.h │ ├── syncicon64.c │ ├── syncicon64.h │ ├── syncicon64.ico │ ├── targets.mk │ ├── utf8_codepages.c │ ├── utf8_codepages.h │ ├── vidmodes.c │ ├── vidmodes.h │ ├── win32cio.c │ ├── win32cio.h │ ├── win32gdi.c │ ├── win32gdi.h │ ├── x_cio.c │ ├── x_cio.h │ ├── x_events.c │ ├── x_events.h │ ├── xbr.c │ └── xbr.h ├── crt │ ├── demo │ │ ├── GNUmakefile │ │ ├── crazy8.cpp │ │ ├── crttest.cpp │ │ ├── font12.cpp │ │ ├── handscr.cpp │ │ ├── objects.mk │ │ ├── readme.txt │ │ └── targets.mk │ ├── doc │ │ ├── convert.txt │ │ ├── online.txt │ │ ├── unhigh.cpp │ │ └── videohlp.txt │ ├── dosfont │ │ ├── crazy8.fnt │ │ ├── dosfont.txt │ │ ├── example.bat │ │ ├── filelist.txt │ │ ├── fontedit.doc │ │ ├── fonts │ │ │ ├── marcio04.fnt │ │ │ ├── marcio06.fnt │ │ │ ├── marcio08.fnt │ │ │ ├── marcio10.fnt │ │ │ ├── marcio12.fnt │ │ │ ├── marcio14.fnt │ │ │ ├── marcio16.fnt │ │ │ ├── marcio20.fnt │ │ │ ├── marcio24.fnt │ │ │ ├── marcio28.fnt │ │ │ └── marcio32.fnt │ │ ├── handscr.fnt │ │ ├── linedraw.fnt │ │ ├── linedraw.txt │ │ ├── linedrw2.fnt │ │ ├── marcio.cpi │ │ ├── marcio_2.fnt │ │ ├── moldura.txt │ │ ├── moldura2.txt │ │ ├── moldura3.txt │ │ ├── sel.bat │ │ └── source │ │ │ ├── GNUmakefile │ │ │ ├── detect.cpp │ │ │ ├── fnttocpp.cpp │ │ │ ├── fontedit.cpp │ │ │ ├── fontresz.cpp │ │ │ ├── fontsel.cpp │ │ │ ├── objects.mk │ │ │ ├── readname.cpp │ │ │ └── targets.mk │ ├── examples │ │ ├── ascii.cpp │ │ ├── boxwidth.cpp │ │ ├── cursor.cpp │ │ ├── examples.txt │ │ ├── hextoi.c │ │ ├── mico.cpp │ │ ├── palette.cpp │ │ ├── plus │ │ │ ├── crtfont.c │ │ │ ├── linedrw2.fnt │ │ │ ├── plus.cpp │ │ │ └── xmkline.c │ │ ├── setfntsp.cpp │ │ ├── setmode.cpp │ │ ├── setpage.cpp │ │ └── textblnk.cpp │ ├── file_id.diz │ ├── filelist.txt │ ├── include │ │ └── crt.h │ ├── install.bat │ ├── other.txt │ ├── readme.1st │ ├── remove.bat │ ├── remove.dat │ ├── source │ │ ├── GNUmakefile │ │ ├── asmlibs.bat │ │ ├── b_printc.c │ │ ├── barcolor.c │ │ ├── boxwidth.c │ │ ├── changchr.c │ │ ├── changeco.c │ │ ├── compile.bat │ │ ├── crt_gtxy.c │ │ ├── crt_init.c │ │ ├── crtbord.c │ │ ├── crtclrsc.c │ │ ├── crtdacr.c │ │ ├── crtdtect.c │ │ ├── crtfntsp.c │ │ ├── crtframe.c │ │ ├── crtframw.c │ │ ├── crtmode.c │ │ ├── crtpage.c │ │ ├── crtpal.c │ │ ├── crtvar.c │ │ ├── crtwin.c │ │ ├── crtwin.h │ │ ├── cursorsh.c │ │ ├── fillbar.c │ │ ├── fillbarw.c │ │ ├── fillbox.c │ │ ├── fillboxw.c │ │ ├── fillscr.c │ │ ├── getcrtch.c │ │ ├── getcrtco.c │ │ ├── getxy.c │ │ ├── mkline.c │ │ ├── objects.mk │ │ ├── printc.c │ │ ├── printcn.c │ │ ├── printct.c │ │ ├── prints.c │ │ ├── printsf.c │ │ ├── printsf.h │ │ ├── printsj.c │ │ ├── printsjc.c │ │ ├── printsjf.c │ │ ├── printsn.c │ │ ├── printsnf.c │ │ ├── printt.c │ │ ├── printtf.c │ │ ├── printx.c │ │ ├── printxf.c │ │ ├── printxy.c │ │ ├── printxyf.c │ │ ├── prntsjcf.c │ │ ├── readme.txt │ │ ├── rstcrt.c │ │ ├── rstcrtw.c │ │ ├── rstcrtw2.c │ │ ├── rstvideo.c │ │ ├── rstvidw.c │ │ ├── rstvidw2.c │ │ ├── savcrtw2.c │ │ ├── savecrt.c │ │ ├── savecrtw.c │ │ ├── savevidw.c │ │ ├── savvideo.c │ │ ├── savvidw2.c │ │ ├── srcs.mk │ │ ├── stubs.c │ │ ├── targets.mk │ │ ├── textblnk.c │ │ ├── video.prj │ │ ├── videolib.dat │ │ └── vmode.c │ └── util │ │ ├── extraia.cpp │ │ ├── extraia.txt │ │ ├── monta.cpp │ │ ├── monta.txt │ │ └── readname.cpp ├── cutest │ ├── AllTests.c │ ├── CuTest.c │ ├── CuTest.h │ ├── CuTestTest.c │ ├── README.txt │ ├── index.html │ ├── license.txt │ ├── make-tests.sh │ └── style.css ├── doors │ ├── .gitignore │ ├── clans-src │ │ ├── .gitignore │ │ ├── GNUmakefile │ │ ├── data │ │ │ ├── .gitignore │ │ │ ├── GNUmakefile │ │ │ ├── army.hlp │ │ │ ├── build.hlp │ │ │ ├── bulletin.hlp │ │ │ ├── church.evt │ │ │ ├── citizen.hlp │ │ │ ├── clans.hlp │ │ │ ├── clans.txt │ │ │ ├── clanslogo.gif │ │ │ ├── clanslogo2.gif │ │ │ ├── classes.txt │ │ │ ├── combat.hlp │ │ │ ├── empire.hlp │ │ │ ├── eva.evt │ │ │ ├── eventmon.txt │ │ │ ├── fort.hlp │ │ │ ├── genall.bat │ │ │ ├── items.hlp │ │ │ ├── items.txt │ │ │ ├── list.asc │ │ │ ├── menus.hlp │ │ │ ├── monsters.txt │ │ │ ├── newbie.hlp │ │ │ ├── npc-pc.txt │ │ │ ├── npcquote.txt │ │ │ ├── orphans │ │ │ │ ├── dudes.mon │ │ │ │ ├── orb.e │ │ │ │ ├── orb.mon │ │ │ │ ├── quote.q │ │ │ │ ├── quotes.q │ │ │ │ ├── seth.e │ │ │ │ ├── shin-mon.mon │ │ │ │ └── shin.mon │ │ │ ├── pak.lst │ │ │ ├── pg.asc │ │ │ ├── pray.evt │ │ │ ├── pxnews.asc │ │ │ ├── pxtit.asc │ │ │ ├── quests.evt │ │ │ ├── races.hlp │ │ │ ├── races.txt │ │ │ ├── ruler.hlp │ │ │ ├── schemes.txt │ │ │ ├── secret.evt │ │ │ ├── spells.hlp │ │ │ ├── spells.txt │ │ │ ├── stats.hlp │ │ │ ├── strategy.hlp │ │ │ ├── strings.txt │ │ │ ├── village.hlp │ │ │ ├── war.hlp │ │ │ └── wizard.hlp │ │ ├── devkit │ │ │ ├── chew.txt │ │ │ ├── clandev.txt │ │ │ ├── ecomp.txt │ │ │ ├── event1.evt │ │ │ ├── event2.evt │ │ │ ├── event3.evt │ │ │ ├── event4.evt │ │ │ ├── event5.evt │ │ │ ├── example.ini │ │ │ ├── genall.bat │ │ │ ├── langcomp.txt │ │ │ ├── makepak.txt │ │ │ ├── mclass.txt │ │ │ ├── mcomp.txt │ │ │ ├── mitems.txt │ │ │ ├── notes.txt │ │ │ └── pak.lst │ │ ├── docs │ │ │ ├── WhatsNew.txt │ │ │ ├── convert.txt │ │ │ ├── docs.txt │ │ │ ├── files.lst │ │ │ ├── gpl.txt │ │ │ ├── ibbs-notes.txt │ │ │ ├── notes.txt │ │ │ ├── progress.log │ │ │ ├── schemes.txt │ │ │ ├── test.txt │ │ │ └── todo.txt │ │ ├── installer │ │ │ ├── README.1ST │ │ │ ├── file_id.diz │ │ │ ├── install.ini │ │ │ └── upgrade.doc │ │ ├── installerdk │ │ │ ├── README.1ST │ │ │ ├── clandev.ini │ │ │ └── file_id.diz │ │ ├── mk │ │ │ ├── Paths.gmake │ │ │ └── Platform.gmake │ │ ├── odoors │ │ ├── release │ │ │ ├── clanad.ans │ │ │ ├── clans.cfj │ │ │ ├── clans.doc │ │ │ ├── clans.ini │ │ │ ├── lockout.txt │ │ │ ├── news.txt │ │ │ ├── quests.hlp │ │ │ ├── quests.ini │ │ │ ├── register.frm │ │ │ ├── reset.hlp │ │ │ ├── route.cfg │ │ │ ├── route.smp │ │ │ ├── runclans.bat │ │ │ ├── schemes.txt │ │ │ ├── whatsnew.095 │ │ │ └── worldndx.smp │ │ └── src │ │ │ ├── GNUmakefile │ │ │ ├── alliance.c │ │ │ ├── alliance.h │ │ │ ├── alliancem.c │ │ │ ├── alliancem.h │ │ │ ├── chew.c │ │ │ ├── chew.vcxproj │ │ │ ├── clans.c │ │ │ ├── clans.props │ │ │ ├── clans.sln │ │ │ ├── clans.vcxproj │ │ │ ├── clansini.c │ │ │ ├── clansini.h │ │ │ ├── clanslib.props │ │ │ ├── clanslib.vcxproj │ │ │ ├── class.c │ │ │ ├── class.h │ │ │ ├── config.c │ │ │ ├── config.vcxproj │ │ │ ├── console.c │ │ │ ├── console.h │ │ │ ├── defines.h │ │ │ ├── deserialize.c │ │ │ ├── deserialize.h │ │ │ ├── door.c │ │ │ ├── door.h │ │ │ ├── ecomp.c │ │ │ ├── ecomp.vcxproj │ │ │ ├── empire.c │ │ │ ├── empire.h │ │ │ ├── event.c │ │ │ ├── fight.c │ │ │ ├── fight.h │ │ │ ├── game.c │ │ │ ├── game.h │ │ │ ├── gum.c │ │ │ ├── gum.h │ │ │ ├── help.c │ │ │ ├── help.h │ │ │ ├── ibbs.c │ │ │ ├── ibbs.h │ │ │ ├── input.c │ │ │ ├── input.h │ │ │ ├── install.c │ │ │ ├── install.vcxproj │ │ │ ├── interbbs.h │ │ │ ├── items.c │ │ │ ├── items.h │ │ │ ├── k_clansi.h │ │ │ ├── k_classes.h │ │ │ ├── k_ibbs.h │ │ │ ├── k_items.h │ │ │ ├── k_npcs.h │ │ │ ├── k_quests.h │ │ │ ├── k_spells.h │ │ │ ├── langcomp.c │ │ │ ├── langcomp.vcxproj │ │ │ ├── language.c │ │ │ ├── language.h │ │ │ ├── mail.c │ │ │ ├── mail.h │ │ │ ├── maint.c │ │ │ ├── maint.h │ │ │ ├── makenpc.c │ │ │ ├── makenpc.vcxproj │ │ │ ├── makepak.c │ │ │ ├── makepak.vcxproj │ │ │ ├── mclass.c │ │ │ ├── mclass.vcxproj │ │ │ ├── mcomp.c │ │ │ ├── mcomp.vcxproj │ │ │ ├── menus.c │ │ │ ├── menus.h │ │ │ ├── menus2.c │ │ │ ├── menus2.h │ │ │ ├── misc.c │ │ │ ├── misc.h │ │ │ ├── mitems.c │ │ │ ├── mitems.vcxproj │ │ │ ├── mspells.c │ │ │ ├── mspells.vcxproj │ │ │ ├── mstrings.h │ │ │ ├── myibbs.c │ │ │ ├── myibbs.h │ │ │ ├── myopen.c │ │ │ ├── myopen.h │ │ │ ├── news.c │ │ │ ├── news.h │ │ │ ├── npc.c │ │ │ ├── npc.h │ │ │ ├── packet.h │ │ │ ├── parsing.c │ │ │ ├── parsing.h │ │ │ ├── pawn.c │ │ │ ├── pawn.h │ │ │ ├── pcedit.c │ │ │ ├── pcedit.vcxproj │ │ │ ├── platform.c │ │ │ ├── platform.h │ │ │ ├── quests.c │ │ │ ├── quests.h │ │ │ ├── random.c │ │ │ ├── random.h │ │ │ ├── readcfg.c │ │ │ ├── readcfg.h │ │ │ ├── reg.c │ │ │ ├── reg.h │ │ │ ├── reset.c │ │ │ ├── reset.vcxproj │ │ │ ├── scores.c │ │ │ ├── scores.h │ │ │ ├── semfile.c │ │ │ ├── semfile.h │ │ │ ├── serialize.c │ │ │ ├── serialize.h │ │ │ ├── spells.c │ │ │ ├── spells.h │ │ │ ├── structs.h │ │ │ ├── system.c │ │ │ ├── system.h │ │ │ ├── systemf.h │ │ │ ├── tools.c │ │ │ ├── tools.h │ │ │ ├── trades.c │ │ │ ├── trades.h │ │ │ ├── unix_wrappers.c │ │ │ ├── unix_wrappers.h │ │ │ ├── user.c │ │ │ ├── user.h │ │ │ ├── video.c │ │ │ ├── video.h │ │ │ ├── village.c │ │ │ ├── village.h │ │ │ ├── voting.c │ │ │ ├── voting.h │ │ │ ├── win_wrappers.c │ │ │ ├── win_wrappers.h │ │ │ ├── wrapper │ │ │ └── wrapper.cmd │ ├── dgnlance │ │ ├── data │ │ │ ├── armor.lan │ │ │ ├── characte.lan │ │ │ ├── date.lan │ │ │ ├── experience.lan │ │ │ ├── junkm1.lan │ │ │ ├── junkm2.lan │ │ │ ├── junkm3.lan │ │ │ ├── junkm4.lan │ │ │ ├── junkm5.lan │ │ │ ├── prices.lan │ │ │ ├── readme.lan │ │ │ ├── record.lan │ │ │ └── weapons.lan │ │ ├── dgnlnce │ │ ├── src │ │ │ ├── GNUmakefile │ │ │ ├── combat.c │ │ │ ├── combat.h │ │ │ ├── dgnlnce.c │ │ │ ├── dgnlnce.h │ │ │ ├── fileutils.c │ │ │ ├── fileutils.h │ │ │ ├── objects.mk │ │ │ ├── targets.mk │ │ │ ├── userfile.c │ │ │ ├── userfile.h │ │ │ ├── utils.c │ │ │ ├── utils.h │ │ │ ├── xp64.h │ │ │ ├── xpdev.c │ │ │ └── xpdev.h │ │ └── text │ │ │ ├── bullet.lan │ │ │ ├── docs.asc │ │ │ ├── guards.ans │ │ │ ├── guards.asc │ │ │ ├── menu.ans │ │ │ ├── menu.asc │ │ │ └── plug.asc │ ├── freevote │ │ ├── donation.doc │ │ ├── franz.doc │ │ ├── freevote │ │ ├── freevote.cfg │ │ ├── reset │ │ ├── src │ │ │ ├── GNUmakefile │ │ │ └── freevote.cpp │ │ ├── sysop.doc │ │ ├── upgrade.doc │ │ └── whatsnew.doc │ ├── gac │ │ ├── .gitignore │ │ ├── gac_bj │ │ │ ├── art │ │ │ │ ├── 8_backup.ans │ │ │ │ ├── bank.ans │ │ │ │ ├── bbscur.ans │ │ │ │ ├── bbscur.c │ │ │ │ ├── bbscur.h │ │ │ │ ├── bbslst.ans │ │ │ │ ├── bbslst.c │ │ │ │ ├── bbslst.h │ │ │ │ ├── ga_bj_5.ans │ │ │ │ ├── gac_1.ans │ │ │ │ ├── gac_10.ans │ │ │ │ ├── gac_11.ans │ │ │ │ ├── gac_12.ans │ │ │ │ ├── gac_13.ans │ │ │ │ ├── gac_14.ans │ │ │ │ ├── gac_15.ans │ │ │ │ ├── gac_2.ans │ │ │ │ ├── gac_3.ans │ │ │ │ ├── gac_4.ans │ │ │ │ ├── gac_5.ans │ │ │ │ ├── gac_6.ans │ │ │ │ ├── gac_7.ans │ │ │ │ ├── gac_8.ans │ │ │ │ ├── gac_9.ans │ │ │ │ ├── gac_ans.art │ │ │ │ ├── gac_asc.art │ │ │ │ ├── gac_bj.asc │ │ │ │ ├── gac_bj10.ans │ │ │ │ ├── gac_bj11.ans │ │ │ │ ├── gac_bj12.ans │ │ │ │ ├── gac_bj13.ans │ │ │ │ ├── gac_bj14.ans │ │ │ │ ├── gac_bj15.ans │ │ │ │ ├── gac_bj_1.ans │ │ │ │ ├── gac_bj_2.ans │ │ │ │ ├── gac_bj_3.ans │ │ │ │ ├── gac_bj_4.ans │ │ │ │ ├── gac_bj_5.ans │ │ │ │ ├── gac_bj_6.ans │ │ │ │ ├── gac_bj_7.ans │ │ │ │ ├── gac_bj_8.ans │ │ │ │ ├── gac_bj_9.ans │ │ │ │ ├── gac_fc_1.ans │ │ │ │ ├── gac_keys.rip │ │ │ │ ├── gac_rip.art │ │ │ │ ├── plycur.ans │ │ │ │ ├── plycur.c │ │ │ │ ├── plycur.h │ │ │ │ ├── plylst.ans │ │ │ │ ├── plylst.c │ │ │ │ ├── plylst.h │ │ │ │ ├── release.bat │ │ │ │ └── temp.ans │ │ │ ├── bug_rprt.doc │ │ │ ├── file_id.diz │ │ │ ├── gac_bj │ │ │ ├── gac_bj.bat │ │ │ ├── gac_bj.doc │ │ │ ├── gac_bj.sh │ │ │ ├── gac_bj32.bat │ │ │ ├── interbbs.doc │ │ │ ├── problems.doc │ │ │ ├── src │ │ │ │ ├── GNUmakefile │ │ │ │ ├── Makefile │ │ │ │ ├── backups.bat │ │ │ │ ├── build.bat │ │ │ │ ├── build32.bat │ │ │ │ ├── c.bat │ │ │ │ ├── gac_bj.c │ │ │ │ ├── gac_bj.h │ │ │ │ ├── gac_bj.mak │ │ │ │ ├── gac_bj32.mak │ │ │ │ ├── gac_bj_g.c │ │ │ │ ├── gac_bj_s.c │ │ │ │ ├── gac_bj_v.c │ │ │ │ ├── gac_edit.h │ │ │ │ ├── gamestru.h │ │ │ │ ├── ibbscfg.c │ │ │ │ ├── makebat.bat │ │ │ │ ├── makefile.cfg │ │ │ │ ├── makefile.mak │ │ │ │ ├── objects.mk │ │ │ │ ├── targets.mk │ │ │ │ ├── test.bat │ │ │ │ ├── turbo32.cfg │ │ │ │ └── turboc.cfg │ │ │ ├── try.bat │ │ │ ├── upgrade.doc │ │ │ └── win95nt.doc │ │ ├── gac_fc │ │ │ ├── art │ │ │ │ ├── 8_backup.ans │ │ │ │ ├── bank.ans │ │ │ │ ├── freeinst.asc │ │ │ │ ├── ga_bj_5.ans │ │ │ │ ├── gac_10.ans │ │ │ │ ├── gac_12.ans │ │ │ │ ├── gac_13.ans │ │ │ │ ├── gac_14.ans │ │ │ │ ├── gac_15.ans │ │ │ │ ├── gac_3.ans │ │ │ │ ├── gac_4.ans │ │ │ │ ├── gac_6.ans │ │ │ │ ├── gac_7.ans │ │ │ │ ├── gac_8.ans │ │ │ │ ├── gac_9.ans │ │ │ │ ├── gac_bj10.ans │ │ │ │ ├── gac_bj11.ans │ │ │ │ ├── gac_bj12.ans │ │ │ │ ├── gac_bj13.ans │ │ │ │ ├── gac_bj14.ans │ │ │ │ ├── gac_bj15.ans │ │ │ │ ├── gac_fc.asc │ │ │ │ ├── gac_fc_1.ans │ │ │ │ └── rules.asc │ │ │ ├── file_id.diz │ │ │ ├── gac_fc │ │ │ ├── gac_fc.bat │ │ │ ├── gac_fc.doc │ │ │ ├── gac_fc.sh │ │ │ ├── gac_fc32.bat │ │ │ ├── interbbs.doc │ │ │ ├── problems.doc │ │ │ ├── src │ │ │ │ ├── GNUmakefile │ │ │ │ ├── Makefile │ │ │ │ ├── freecell.c │ │ │ │ ├── gac_edit.h │ │ │ │ ├── gac_fc.h │ │ │ │ ├── gac_fc.mak │ │ │ │ ├── gac_fc32.mak │ │ │ │ ├── gac_fc_s.c │ │ │ │ ├── gamestru.h │ │ │ │ ├── ibbscfg.c │ │ │ │ ├── makefile.mak │ │ │ │ ├── objects.mk │ │ │ │ ├── targets.mk │ │ │ │ ├── turbo32.cfg │ │ │ │ └── turboc.cfg │ │ │ └── win95nt.doc │ │ ├── gac_wh │ │ │ ├── art │ │ │ │ ├── 8_backup.ans │ │ │ │ ├── bank.ans │ │ │ │ ├── gac_10.ans │ │ │ │ ├── gac_12.ans │ │ │ │ ├── gac_13.ans │ │ │ │ ├── gac_14.ans │ │ │ │ ├── gac_15.ans │ │ │ │ ├── gac_3.ans │ │ │ │ ├── gac_4.ans │ │ │ │ ├── gac_6.ans │ │ │ │ ├── gac_7.ans │ │ │ │ ├── gac_8.ans │ │ │ │ ├── gac_9.ans │ │ │ │ ├── gac_ans.art │ │ │ │ ├── gac_asc.art │ │ │ │ ├── gac_fc_1.ans │ │ │ │ ├── gac_rip.art │ │ │ │ ├── gac_wh.asc │ │ │ │ ├── gac_wh_1.ans │ │ │ │ ├── rules.asc │ │ │ │ ├── wahoinst.asc │ │ │ │ ├── wahoobd.ans │ │ │ │ └── wahoobd.asc │ │ │ ├── file_id.diz │ │ │ ├── gac_wh │ │ │ ├── gac_wh.bat │ │ │ ├── gac_wh.doc │ │ │ ├── gac_wh.sh │ │ │ ├── gac_wh32.bat │ │ │ ├── interbbs.doc │ │ │ ├── problems.doc │ │ │ ├── src │ │ │ │ ├── GNUmakefile │ │ │ │ ├── Makefile │ │ │ │ ├── backups.bat │ │ │ │ ├── build.bat │ │ │ │ ├── build32.bat │ │ │ │ ├── gac_edit.h │ │ │ │ ├── gac_wh.h │ │ │ │ ├── gac_wh.mak │ │ │ │ ├── gac_wh32.mak │ │ │ │ ├── gac_wh_s.c │ │ │ │ ├── gamestru.h │ │ │ │ ├── ibbscfg.c │ │ │ │ ├── objects.mk │ │ │ │ ├── targets.mk │ │ │ │ ├── turbo32.cfg │ │ │ │ ├── turboc.cfg │ │ │ │ └── wahoo.c │ │ │ └── win95nt.doc │ │ └── gamesdk │ │ │ ├── Common.gmake │ │ │ ├── GNUmakefile │ │ │ ├── Makefile │ │ │ ├── art │ │ │ ├── bbscur.ans │ │ │ ├── bbscur.c │ │ │ ├── bbscur.h │ │ │ ├── bbslst.ans │ │ │ ├── bbslst.c │ │ │ ├── bbslst.h │ │ │ ├── plycur.ans │ │ │ ├── plycur.c │ │ │ ├── plycur.h │ │ │ ├── plylst.ans │ │ │ ├── plylst.c │ │ │ └── plylst.h │ │ │ ├── bbscur.c │ │ │ ├── bbscur.h │ │ │ ├── bbslst.c │ │ │ ├── bbslst.h │ │ │ ├── dieroll.c │ │ │ ├── display.c │ │ │ ├── display.h │ │ │ ├── docs │ │ │ └── interbbs.doc │ │ │ ├── encrypt.c │ │ │ ├── gac_edit.h │ │ │ ├── gac_id_s.sam │ │ │ ├── gamesdk.c │ │ │ ├── gamesdk.h │ │ │ ├── gamesdki.c │ │ │ ├── gamesdko.c │ │ │ ├── gamestru.sam │ │ │ ├── gregedit.c │ │ │ ├── gregedit.h │ │ │ ├── ibbscfg.c │ │ │ ├── netmail.c │ │ │ ├── netmail.h │ │ │ ├── objects.mk │ │ │ ├── packart.c │ │ │ ├── plycur.c │ │ │ ├── plycur.h │ │ │ ├── plylst.c │ │ │ ├── plylst.h │ │ │ ├── regkey.h │ │ │ ├── reqdart │ │ │ ├── gac_10.ans │ │ │ ├── gac_12.ans │ │ │ ├── gac_13.ans │ │ │ ├── gac_14.ans │ │ │ ├── gac_15.ans │ │ │ ├── gac_3.ans │ │ │ ├── gac_4.ans │ │ │ ├── gac_6.ans │ │ │ ├── gac_7.ans │ │ │ ├── gac_8.ans │ │ │ └── gac_9.ans │ │ │ ├── targets.mk │ │ │ ├── template │ │ │ ├── art │ │ │ │ ├── gac_10.ans │ │ │ │ ├── gac_12.ans │ │ │ │ ├── gac_13.ans │ │ │ │ ├── gac_14.ans │ │ │ │ ├── gac_15.ans │ │ │ │ ├── gac_3.ans │ │ │ │ ├── gac_4.ans │ │ │ │ ├── gac_6.ans │ │ │ │ └── release.bat │ │ │ ├── backups.bat │ │ │ ├── build32.bat │ │ │ ├── build_id.bat │ │ │ ├── gac_id.h │ │ │ ├── gac_id_s.c │ │ │ ├── game_id.h │ │ │ ├── gamename.c │ │ │ ├── gamestru.h │ │ │ ├── release │ │ │ │ ├── file_id.diz │ │ │ │ ├── gac_id.bat │ │ │ │ ├── gac_id.doc │ │ │ │ ├── gac_id32.bat │ │ │ │ ├── interbbs.doc │ │ │ │ └── win95nt.doc │ │ │ ├── turbo32.cfg │ │ │ └── turboc.cfg │ │ │ └── unpackart.c │ ├── ny2008 │ │ ├── 3rdparty.doc │ │ ├── armm.rip │ │ ├── bank.rip │ │ ├── bank1.rip │ │ ├── busted.rip │ │ ├── central.rip │ │ ├── central1.rip │ │ ├── centralt.rip │ │ ├── contact.doc │ │ ├── drugm.rip │ │ ├── enm.txt │ │ ├── enmbak.txt │ │ ├── entry.rip │ │ ├── evilm.rip │ │ ├── example.bat │ │ ├── file_id.diz │ │ ├── files.doc │ │ ├── food.rip │ │ ├── frame.rip │ │ ├── frame1.rip │ │ ├── frame2.rip │ │ ├── frame3.rip │ │ ├── frame4.rip │ │ ├── heal.rip │ │ ├── history.doc │ │ ├── imenu.rip │ │ ├── input.rip │ │ ├── interbbs.doc │ │ ├── intro.ans │ │ ├── intro.asc │ │ ├── intro.avt │ │ ├── intro.rip │ │ ├── laidm.rip │ │ ├── license.doc │ │ ├── lines.dat │ │ ├── lines.rip │ │ ├── linesc.dat │ │ ├── linesc.rip │ │ ├── mailm.rip │ │ ├── menus.dat │ │ ├── menus.rip │ │ ├── menusc.dat │ │ ├── menusc.rip │ │ ├── ny2008.ans │ │ ├── ny2008.asc │ │ ├── ny2008.avt │ │ ├── nyenm.dat │ │ ├── nyenm.idx │ │ ├── nyenmb.dat │ │ ├── nyenmb.idx │ │ ├── nyinstr.asc │ │ ├── nyinstrc.asc │ │ ├── nyscores.ans │ │ ├── nyscores.asc │ │ ├── otherc.rip │ │ ├── pfight.rip │ │ ├── read.me │ │ ├── register.doc │ │ ├── reset.bat │ │ ├── restm.rip │ │ ├── sample.cfg │ │ ├── sample.lst │ │ ├── sampleib.cfg │ │ ├── sfight.rip │ │ ├── src │ │ │ ├── Makefile │ │ │ ├── Makefile.bor │ │ │ ├── aedit.cpp │ │ │ ├── chatadd.cpp │ │ │ ├── const.h │ │ │ ├── fights.cpp │ │ │ ├── fights.h │ │ │ ├── filename.h │ │ │ ├── ibbsny.cpp │ │ │ ├── ibbsny.h │ │ │ ├── igmsup.cpp │ │ │ ├── interbbs.cpp │ │ │ ├── jackpot │ │ │ │ ├── Makefile │ │ │ │ ├── file_id.diz │ │ │ │ ├── jackpot.cpp │ │ │ │ ├── jackpot.h │ │ │ │ └── read.me │ │ │ ├── medit.cpp │ │ │ ├── ny2008.cpp │ │ │ ├── ny2008.h │ │ │ ├── ny2008.prj │ │ │ ├── nyedit.cpp │ │ │ ├── nyedit.h │ │ │ ├── nyedit.prj │ │ │ ├── nyibbs.cpp │ │ │ ├── nyibbs.prj │ │ │ ├── objects.mk │ │ │ ├── second.cpp │ │ │ ├── structs.h │ │ │ └── targets.mk │ │ ├── struct.doc │ │ ├── sysop.doc │ │ ├── test.rip │ │ ├── texti.rip │ │ ├── tframe1.rip │ │ ├── tframe2.rip │ │ ├── tframe3.rip │ │ ├── whatsnew.doc │ │ ├── win.ans │ │ └── win.avt │ ├── oxgen │ │ ├── Makefile │ │ └── oxgen.c │ ├── sde │ │ ├── COPYING │ │ ├── Makefile │ │ ├── dynasty.doc │ │ ├── history.txt │ │ ├── src │ │ │ ├── commafmt.c │ │ │ ├── commafmt.h │ │ │ ├── defs.h │ │ │ ├── dynasty.c │ │ │ ├── dynasty.h │ │ │ ├── mci.c │ │ │ ├── mci.h │ │ │ ├── sde_input.c │ │ │ └── sde_input.h │ │ └── sysop.doc │ ├── smurfcombat │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── install.bat │ │ ├── install.sh │ │ ├── mdel.c │ │ ├── mdel.h │ │ ├── objects.mk │ │ ├── readme.txt │ │ ├── smurf.c │ │ ├── smurf.doc │ │ ├── smurf.h │ │ ├── smurfarn.c │ │ ├── smurfbak.h │ │ ├── smurfblk.c │ │ ├── smurfcnv.c │ │ ├── smurfcnv.h │ │ ├── smurfcxx.c │ │ ├── smurfdat.d01 │ │ ├── smurfdat.d02 │ │ ├── smurfdat.d03 │ │ ├── smurfdat.d04 │ │ ├── smurfdat.d05 │ │ ├── smurfdat.d06 │ │ ├── smurfdat.d07 │ │ ├── smurfdat.d08 │ │ ├── smurfdat.d09 │ │ ├── smurfdat.d0a │ │ ├── smurfdat.d0b │ │ ├── smurfdat.d0c │ │ ├── smurfdat.d0d │ │ ├── smurfdat.d0k │ │ ├── smurfdat.d0m │ │ ├── smurfdat.d0x │ │ ├── smurfdat.d0z │ │ ├── smurfdat.h │ │ ├── smurfday.c │ │ ├── smurfdef.h │ │ ├── smurfdxx.c │ │ ├── smurfetc.c │ │ ├── smurfetc.h │ │ ├── smurfext.h │ │ ├── smurfgen.c │ │ ├── smurfgen.h │ │ ├── smurfhst.c │ │ ├── smurfini.c │ │ ├── smurfins.c │ │ ├── smurfkey.c │ │ ├── smurfmnt.c │ │ ├── smurfmod.c │ │ ├── smurfmss.c │ │ ├── smurfnew.c │ │ ├── smurfnew.h │ │ ├── smurfnex.h │ │ ├── smurfnxx.c │ │ ├── smurfnxx.h │ │ ├── smurfreg.c │ │ ├── smurfreg.h │ │ ├── smurfrnz.c │ │ ├── smurfsav.h │ │ ├── smurfset.c │ │ ├── smurfsrv.c │ │ ├── smurfuar.c │ │ ├── smurfver.h │ │ ├── smurfwin.c │ │ ├── targets.mk │ │ └── vendor.doc │ ├── timeport │ │ ├── GNUmakefile │ │ ├── README.now │ │ ├── badtimes.c │ │ ├── bas.bat │ │ ├── buttons.ans │ │ ├── create.bat │ │ ├── doors.c │ │ ├── doors.h │ │ ├── ending1.ans │ │ ├── ending2.ans │ │ ├── flying.ans │ │ ├── install.c │ │ ├── instruct.doc │ │ ├── makemod.c │ │ ├── outside.c │ │ ├── outside.h │ │ ├── room1.ans │ │ ├── room1.asc │ │ ├── room10.ans │ │ ├── room10.asc │ │ ├── room11.ans │ │ ├── room11.asc │ │ ├── room12.ans │ │ ├── room12.asc │ │ ├── room13.ans │ │ ├── room13.asc │ │ ├── room14.ans │ │ ├── room14.asc │ │ ├── room15.ans │ │ ├── room15.asc │ │ ├── room16.ans │ │ ├── room16.asc │ │ ├── room17.ans │ │ ├── room17.asc │ │ ├── room18.ans │ │ ├── room18.asc │ │ ├── room19.ans │ │ ├── room19.asc │ │ ├── room2.ans │ │ ├── room2.asc │ │ ├── room20.ans │ │ ├── room20.asc │ │ ├── room3.ans │ │ ├── room3.asc │ │ ├── room4.ans │ │ ├── room4.asc │ │ ├── room5.ans │ │ ├── room5.asc │ │ ├── room6.ans │ │ ├── room6.asc │ │ ├── room7.ans │ │ ├── room7.asc │ │ ├── room8.ans │ │ ├── room8.asc │ │ ├── room9.ans │ │ ├── room9.asc │ │ ├── shuttle.ans │ │ ├── source.doc │ │ ├── stoneage.c │ │ ├── timeport.c │ │ ├── timeport.h │ │ ├── title1.ans │ │ ├── title2.ans │ │ ├── title3.ans │ │ ├── title4.ans │ │ ├── title5.ans │ │ ├── title6.ans │ │ ├── title7.ans │ │ ├── tp-event.c │ │ ├── tplib.c │ │ ├── tplib.h │ │ └── twenties.c │ ├── top │ │ ├── GNUmakefile │ │ ├── actions.c │ │ ├── bbs.c │ │ ├── bbsmax.c │ │ ├── bbsra.c │ │ ├── bbssbbs.c │ │ ├── bbswc.c │ │ ├── bio.c │ │ ├── bioques.cfg │ │ ├── bioresp.txt │ │ ├── bj4top │ │ │ ├── bj4top.doc │ │ │ ├── bj4top.pas │ │ │ ├── bjbak.pas │ │ │ ├── bjnew.pas │ │ │ ├── bjold.pas │ │ │ ├── bjsupp.pas │ │ │ ├── bjuser.doc │ │ │ ├── file_id.diz │ │ │ ├── history.doc │ │ │ ├── register.frm │ │ │ └── upgrade.doc │ │ ├── censor.c │ │ ├── censor.cfg │ │ ├── cfg.c │ │ ├── change.c │ │ ├── channels.c │ │ ├── channels.cfg │ │ ├── channels.txt │ │ ├── charchat.c │ │ ├── cmi.c │ │ ├── cmi.txt │ │ ├── config.txt │ │ ├── epi.txt │ │ ├── games │ │ │ ├── games.lng │ │ │ ├── newpoker.txt │ │ │ ├── poker.c │ │ │ ├── poker_io.c │ │ │ ├── pokercor.c │ │ │ ├── pokerevt.c │ │ │ ├── pokergam.c │ │ │ ├── pokernam.c │ │ │ ├── pokersco.c │ │ │ ├── pokersys.c │ │ │ ├── pokertrn.c │ │ │ └── toppoker.h │ │ ├── generic.lng │ │ ├── global.c │ │ ├── help.c │ │ ├── init.c │ │ ├── kernel.c │ │ ├── lang.c │ │ ├── lng_help.txt │ │ ├── main.act │ │ ├── main.c │ │ ├── maint.c │ │ ├── matchgam.c │ │ ├── max2ipc.h │ │ ├── messages.c │ │ ├── messages.txt │ │ ├── moderate.c │ │ ├── newchat.txt │ │ ├── newfiles.txt │ │ ├── nodecfg.c │ │ ├── nodes.c │ │ ├── nodes.cfg │ │ ├── output.c │ │ ├── paulmain.act │ │ ├── privchat.c │ │ ├── procinp.c │ │ ├── procmsgs.c │ │ ├── profile.c │ │ ├── pub.lng │ │ ├── revision.txt │ │ ├── screens.c │ │ ├── slots.c │ │ ├── source.txt │ │ ├── spawn.c │ │ ├── strings.c │ │ ├── sttng.lng │ │ ├── sttngger.lng │ │ ├── sysop.act │ │ ├── sysop.c │ │ ├── system.c │ │ ├── top.cfg │ │ ├── top.h │ │ ├── topact.c │ │ ├── topcfg.h │ │ ├── toplink │ │ │ ├── ansi_drv.pas │ │ │ ├── cpddesc.txt │ │ │ ├── dontshow.txt │ │ │ ├── file_id.diz │ │ │ ├── filelock.pas │ │ │ ├── foscomr.pas │ │ │ ├── getkeys.pas │ │ │ ├── history.doc │ │ │ ├── mulaware.int │ │ │ ├── mulaware.txt │ │ │ ├── multest.pas │ │ │ ├── readme.1st │ │ │ ├── reg.pas │ │ │ ├── register.frm │ │ │ ├── regtest.pas │ │ │ ├── tdconfig.td │ │ │ ├── toperrt.pas │ │ │ ├── toplink.doc │ │ │ ├── toplink.pas │ │ │ ├── toplsupp.pas │ │ │ ├── topstruc.pas │ │ │ ├── toptest.pas │ │ │ ├── toptest2.pas │ │ │ ├── unixdate.pas │ │ │ └── upgrade.doc │ │ ├── topmaint.c │ │ ├── topmaint.doc │ │ ├── user.c │ │ └── words.c │ ├── u32rr │ │ ├── Alchemisty.c │ │ ├── Alchemisty.h │ │ ├── ArmorShop.c │ │ ├── Bash.c │ │ ├── Bash.h │ │ ├── BobsBeer.c │ │ ├── Classes.c │ │ ├── Classes.h │ │ ├── Config.c │ │ ├── Config.h │ │ ├── DesignChanges.txt │ │ ├── Drinking.c │ │ ├── IO.c │ │ ├── IO.h │ │ ├── Makefile │ │ ├── Races.c │ │ ├── Races.h │ │ ├── ShadyShops.c │ │ ├── Status.c │ │ ├── Status.h │ │ ├── doorIO.h │ │ ├── files.c │ │ ├── files.h │ │ ├── macros.h │ │ ├── reset │ │ │ ├── Makefile │ │ │ ├── edabody.c │ │ │ ├── edarmor.c │ │ │ ├── edarms.c │ │ │ ├── edbody.c │ │ │ ├── eddrink.c │ │ │ ├── edface.c │ │ │ ├── edfeets.c │ │ │ ├── edfood.c │ │ │ ├── edhands.c │ │ │ ├── edhead.c │ │ │ ├── edlegs.c │ │ │ ├── edmonst.c │ │ │ ├── edmonst2.c │ │ │ ├── edneck.c │ │ │ ├── edrings.c │ │ │ ├── edshield.c │ │ │ ├── edwaist.c │ │ │ ├── edweap.c │ │ │ ├── edweap01.c │ │ │ ├── edweap2.c │ │ │ ├── edweap3.c │ │ │ ├── eweapon.c │ │ │ └── reset.c │ │ ├── str.c │ │ ├── str.h │ │ ├── structs.h │ │ ├── testmain.c │ │ ├── todo.h │ │ ├── various.c │ │ └── various.h │ └── vbbs │ │ ├── data │ │ ├── apd.dat │ │ ├── file_id.diz │ │ ├── history.txt │ │ ├── mainmenu.ans │ │ ├── msgsa.dat │ │ ├── msgsr.dat │ │ ├── msgsv.dat │ │ ├── reset.bat │ │ ├── sysop.txt │ │ ├── text.dat │ │ ├── vbbs.txt │ │ └── virus.dat │ │ ├── src │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── Makefile.bc45 │ │ ├── Makefile.dos │ │ ├── Makefile.win32 │ │ ├── bc_str.h │ │ ├── link.lst │ │ ├── v3_basic.c │ │ ├── v3_basic.h │ │ ├── v3_cfg.c │ │ ├── v3_cfg.h │ │ ├── v3_defs.h │ │ ├── v3_hack.c │ │ ├── v3_hack.h │ │ ├── v3_io.c │ │ ├── v3_io.h │ │ ├── v3_learn.c │ │ ├── v3_learn.h │ │ ├── v3_mail.c │ │ ├── v3_mail.h │ │ ├── v3_maint.c │ │ ├── v3_maint.h │ │ ├── v3_mci.c │ │ ├── v3_mci.h │ │ ├── v3_store.c │ │ ├── v3_store.h │ │ ├── vbbs.c │ │ ├── vbbs.h │ │ ├── vbbs_db.c │ │ ├── vbbs_db.h │ │ ├── vbbsutil.c │ │ ├── vbbsutil.h │ │ └── vc_strings.h │ │ └── todo.txt ├── encode │ ├── CMakeLists.txt │ ├── Common.make │ ├── GNUmakefile │ ├── README.md │ ├── base64.c │ ├── base64.h │ ├── encode.props │ ├── endian.hpp │ ├── hex.c │ ├── hex.h │ ├── lzh.c │ ├── lzh.h │ ├── objects.mk │ ├── pascal_types.hpp │ ├── targets.mk │ ├── utf8.c │ ├── utf8.h │ ├── uucode.c │ ├── uucode.h │ ├── yenc.c │ └── yenc.h ├── hash │ ├── CMakeLists.txt │ ├── Common.make │ ├── GNUmakefile │ ├── README.md │ ├── crc16.c │ ├── crc16.h │ ├── crc32.c │ ├── crc32.h │ ├── hash.props │ ├── md5.c │ ├── md5.h │ ├── objects.mk │ ├── sha1.c │ ├── sha1.h │ └── targets.mk ├── newifc │ ├── GNUmakefile │ ├── alltests.c │ ├── genapi.c │ ├── label.c │ ├── newifc_nongen.c │ ├── newifc_nongen_after.c │ ├── root_window.c │ ├── sizer.c │ └── sizer_cell.c ├── odoors │ ├── DOOR.CFG │ ├── DORINFO1.DEF │ ├── DOS.mak │ ├── FILE_ID.DIZ │ ├── GNUmakefile │ ├── ODApp.ico │ ├── ODAuto.c │ ├── ODBlock.c │ ├── ODCFile.c │ ├── ODCmdLn.c │ ├── ODCom.c │ ├── ODCom.h │ ├── ODCore.c │ ├── ODCore.h │ ├── ODDrBox.c │ ├── ODEdStr.c │ ├── ODEdit.c │ ├── ODEmu.c │ ├── ODFrame.c │ ├── ODFrame.h │ ├── ODGen.h │ ├── ODGetIn.c │ ├── ODGraph.c │ ├── ODInEx.h │ ├── ODInEx1.c │ ├── ODInEx2.c │ ├── ODInQue.c │ ├── ODInQue.h │ ├── ODInfo.ico │ ├── ODKrnl.c │ ├── ODKrnl.h │ ├── ODList.c │ ├── ODLog.c │ ├── ODMulti.c │ ├── ODOORS62.TXT │ ├── ODPCB.c │ ├── ODPlat.c │ ├── ODPlat.h │ ├── ODPopup.c │ ├── ODPrntf.c │ ├── ODRA.c │ ├── ODRes.aps │ ├── ODRes.h │ ├── ODRes.rc │ ├── ODScrn.c │ ├── ODScrn.h │ ├── ODSpawn.c │ ├── ODStand.c │ ├── ODStat.c │ ├── ODStat.h │ ├── ODStr.c │ ├── ODStr.h │ ├── ODSwap.asm │ ├── ODSwap.h │ ├── ODTypes.h │ ├── ODUtil.c │ ├── ODUtil.h │ ├── ODWCat.c │ ├── ODWin.c │ ├── ODoorW.lib │ ├── ODoors62.dll │ ├── OPENDOOR.TXT │ ├── OpenDoor.def │ ├── OpenDoor.h │ ├── README.NIX │ ├── TODO-v7.txt │ ├── Toolbar.bmp │ ├── buildall.bat │ ├── builddos.bat │ ├── ex_chat.c │ ├── ex_diag.c │ ├── ex_hello.c │ ├── ex_music.c │ ├── ex_ski.c │ ├── ex_vote.c │ ├── hbuild.bat │ ├── historic │ │ ├── ODHIST.TXT │ │ ├── ODN.FRM │ │ ├── ODN.NFO │ │ ├── ODTJ9304.TXT │ │ ├── ODTJ9305.TXT │ │ ├── ODTJ9402.TXT │ │ ├── ROLLCALL.TXT │ │ └── odtips3 │ │ │ ├── BPFIND.H │ │ │ ├── CMDLINE.C │ │ │ ├── CMDLINE.H │ │ │ ├── FILEVIEW.C │ │ │ ├── PAGEVIEW.C │ │ │ ├── PAGEVIEW.H │ │ │ ├── SUMMARY.TXT │ │ │ ├── TIP1.C │ │ │ ├── TIP1.TXT │ │ │ ├── TIP2.C │ │ │ ├── TIP2.TXT │ │ │ ├── TIP3.TXT │ │ │ ├── TIP4.C │ │ │ └── TIP4.TXT │ ├── lbuild.bat │ ├── license.txt │ ├── odoors.props │ ├── sbuild.bat │ ├── wbuild.bat │ └── win32.mak ├── sbbs-release.bat ├── sbbs3 │ ├── .gitignore │ ├── CMakeLists.txt │ ├── Common.gmake │ ├── Common.make │ ├── GNUmakefile │ ├── MSG00001.bin │ ├── ans2asc.c │ ├── ans2asc.vcxproj │ ├── ansi_parser.cpp │ ├── ansi_parser.h │ ├── ansi_terminal.cpp │ ├── ansi_terminal.h │ ├── answer.cpp │ ├── ars.c │ ├── ars_defs.h │ ├── asc2ans.c │ ├── asc2ans.vcxproj │ ├── atcodes.cpp │ ├── baja.c │ ├── baja.vcxproj │ ├── bat_xfer.cpp │ ├── build.bat │ ├── bulkmail.cpp │ ├── chat.cpp │ ├── chat │ │ ├── .gitignore │ │ ├── CMakeLists.txt │ │ ├── MainFormUnit.cpp │ │ ├── MainFormUnit.dfm │ │ ├── MainFormUnit.h │ │ ├── build.bat │ │ ├── c.bat │ │ ├── chat.bpr │ │ ├── chat.cpp │ │ └── chat.res │ ├── chk_ar.cpp │ ├── chksmb.c │ ├── chksmb.vcxproj │ ├── clean.bat │ ├── client.h │ ├── cmdshell.h │ ├── con_hi.cpp │ ├── con_out.cpp │ ├── ctrl │ │ ├── .gitignore │ │ ├── AboutBoxFormUnit.cpp │ │ ├── AboutBoxFormUnit.dfm │ │ ├── AboutBoxFormUnit.h │ │ ├── CMakeLists.txt │ │ ├── ClientFormUnit.cpp │ │ ├── ClientFormUnit.dfm │ │ ├── ClientFormUnit.h │ │ ├── CodeInputFormUnit.cpp │ │ ├── CodeInputFormUnit.dfm │ │ ├── CodeInputFormUnit.h │ │ ├── ConfigWizardUnit.cpp │ │ ├── ConfigWizardUnit.dfm │ │ ├── ConfigWizardUnit.h │ │ ├── CtrlPathDialogUnit.cpp │ │ ├── CtrlPathDialogUnit.dfm │ │ ├── CtrlPathDialogUnit.h │ │ ├── EventsFormUnit.cpp │ │ ├── EventsFormUnit.dfm │ │ ├── EventsFormUnit.h │ │ ├── FtpCfgDlgUnit.cpp │ │ ├── FtpCfgDlgUnit.dfm │ │ ├── FtpCfgDlgUnit.h │ │ ├── FtpFormUnit.cpp │ │ ├── FtpFormUnit.dfm │ │ ├── FtpFormUnit.h │ │ ├── LoginAttemptsFormUnit.cpp │ │ ├── LoginAttemptsFormUnit.dfm │ │ ├── LoginAttemptsFormUnit.h │ │ ├── MailCfgDlgUnit.cpp │ │ ├── MailCfgDlgUnit.dfm │ │ ├── MailCfgDlgUnit.h │ │ ├── MailFormUnit.cpp │ │ ├── MailFormUnit.dfm │ │ ├── MailFormUnit.h │ │ ├── MainFormUnit.cpp │ │ ├── MainFormUnit.dfm │ │ ├── MainFormUnit.h │ │ ├── NodeFormUnit.cpp │ │ ├── NodeFormUnit.dfm │ │ ├── NodeFormUnit.h │ │ ├── PreviewFormUnit.cpp │ │ ├── PreviewFormUnit.dfm │ │ ├── PreviewFormUnit.h │ │ ├── PropertiesDlgUnit.cpp │ │ ├── PropertiesDlgUnit.dfm │ │ ├── PropertiesDlgUnit.h │ │ ├── ServicesCfgDlgUnit.cpp │ │ ├── ServicesCfgDlgUnit.dfm │ │ ├── ServicesCfgDlgUnit.h │ │ ├── ServicesFormUnit.cpp │ │ ├── ServicesFormUnit.dfm │ │ ├── ServicesFormUnit.h │ │ ├── SoundCfgDlgUnit.cpp │ │ ├── SoundCfgDlgUnit.dfm │ │ ├── SoundCfgDlgUnit.h │ │ ├── SpyFormUnit.cpp │ │ ├── SpyFormUnit.dfm │ │ ├── SpyFormUnit.h │ │ ├── StatsFormUnit.cpp │ │ ├── StatsFormUnit.dfm │ │ ├── StatsFormUnit.h │ │ ├── StatsLogFormUnit.cpp │ │ ├── StatsLogFormUnit.dfm │ │ ├── StatsLogFormUnit.h │ │ ├── TelnetCfgDlgUnit.cpp │ │ ├── TelnetCfgDlgUnit.dfm │ │ ├── TelnetCfgDlgUnit.h │ │ ├── TelnetFormUnit.cpp │ │ ├── TelnetFormUnit.dfm │ │ ├── TelnetFormUnit.h │ │ ├── TextFileEditUnit.cpp │ │ ├── TextFileEditUnit.dfm │ │ ├── TextFileEditUnit.h │ │ ├── UserListFormUnit.cpp │ │ ├── UserListFormUnit.dfm │ │ ├── UserListFormUnit.h │ │ ├── UserMsgFormUnit.cpp │ │ ├── UserMsgFormUnit.dfm │ │ ├── UserMsgFormUnit.h │ │ ├── WebCfgDlgUnit.cpp │ │ ├── WebCfgDlgUnit.dfm │ │ ├── WebCfgDlgUnit.h │ │ ├── WebFormUnit.cpp │ │ ├── WebFormUnit.dfm │ │ ├── WebFormUnit.h │ │ ├── build.bat │ │ ├── emulvt.hpp │ │ ├── emulvt.pas │ │ ├── makelibs.bat │ │ ├── sbbsctrl.bpr │ │ ├── sbbsctrl.cpp │ │ └── sbbsctrl.res │ ├── dat_rec.c │ ├── dat_rec.h │ ├── data.cpp │ ├── data_ovl.cpp │ ├── date_str.c │ ├── date_str.h │ ├── dllexport.h │ ├── dosxtrn │ │ ├── .gitignore │ │ ├── c.bat │ │ ├── dosxtrn.c │ │ ├── dosxtrn.def │ │ └── make.bat │ ├── download.cpp │ ├── dupefind.c │ ├── dupefind.vcxproj │ ├── echocfg.c │ ├── echocfg.vcxproj │ ├── email.cpp │ ├── exec.cpp │ ├── execfile.cpp │ ├── execfunc.cpp │ ├── execmisc.cpp │ ├── execmsg.cpp │ ├── execnet.cpp │ ├── extdeps.mk │ ├── fastcgi.h │ ├── fido.cpp │ ├── fidodefs.h │ ├── file.cpp │ ├── filedat.c │ ├── filedat.h │ ├── finddupes.c │ ├── findstr.c │ ├── findstr.h │ ├── fixsmb.c │ ├── fixsmb.vcxproj │ ├── fmsgdump.c │ ├── fmsgdump.vcxproj │ ├── fossdefs.h │ ├── fossinfo.c │ ├── ftpsrvr.c │ ├── ftpsrvr.h │ ├── ftpsrvr.vcxproj │ ├── getctrl.c │ ├── getctrl.h │ ├── getkey.cpp │ ├── getmail.c │ ├── getmail.h │ ├── getmsg.cpp │ ├── getnode.cpp │ ├── getstats.c │ ├── getstats.h │ ├── getstr.cpp │ ├── gtkchat │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── callbacks.c │ │ ├── callbacks.h │ │ ├── chatfuncs.c │ │ ├── chatfuncs.h │ │ ├── gtk-chat.glade │ │ ├── gtk-chat.gladep │ │ ├── interface.c │ │ ├── interface.h │ │ ├── main.c │ │ ├── objects.mk │ │ ├── support.c │ │ ├── support.h │ │ └── targets.mk │ ├── gtkconvert.pl │ ├── gtkmonitor │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── events.c │ │ ├── events.h │ │ ├── gtkmonitor.c │ │ ├── gtkmonitor.glade │ │ ├── gtkmonitor.h │ │ ├── gtkmonitor_glade.c │ │ ├── objects.mk │ │ ├── pixmaps │ │ │ ├── stock_help-chat.png │ │ │ └── stock_mail-send.png │ │ ├── targets.mk │ │ ├── util_funcs.c │ │ └── util_funcs.h │ ├── gtkuseredit │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── events.c │ │ ├── events.h │ │ ├── gtkuseredit.c │ │ ├── gtkuseredit.glade │ │ ├── gtkuseredit.gladep │ │ ├── gtkuseredit.h │ │ ├── gtkuseredit_glade.c │ │ ├── objects.mk │ │ └── targets.mk │ ├── gtkuserlist │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── events.c │ │ ├── events.h │ │ ├── gtkuserlist.c │ │ ├── gtkuserlist.glade │ │ ├── gtkuserlist.h │ │ ├── gtkuserlist_glade.c │ │ ├── objects.mk │ │ └── targets.mk │ ├── htmlansi.h │ ├── ident.c │ ├── ident.h │ ├── inkey.cpp │ ├── js_archive.c │ ├── js_bbs.cpp │ ├── js_cache.h │ ├── js_client.c │ ├── js_com.c │ ├── js_conio.c │ ├── js_console.cpp │ ├── js_cryptcert.c │ ├── js_cryptcert.h │ ├── js_cryptcon.c │ ├── js_cryptcon.h │ ├── js_cryptkeyset.c │ ├── js_file.c │ ├── js_file_area.c │ ├── js_filebase.c │ ├── js_global.c │ ├── js_internal.c │ ├── js_mqtt.c │ ├── js_msg_area.c │ ├── js_msgbase.c │ ├── js_queue.c │ ├── js_request.c │ ├── js_request.h │ ├── js_rtpool.c │ ├── js_rtpool.h │ ├── js_server.c │ ├── js_socket.c │ ├── js_socket.h │ ├── js_sprintf.c │ ├── js_system.c │ ├── js_uifc.c │ ├── js_user.c │ ├── js_xtrn_area.c │ ├── jsdebug.c │ ├── jsdebug.h │ ├── jsdoor.c │ ├── jsexec.c │ ├── jsexec.vcxproj │ ├── listfile.cpp │ ├── load_cfg.c │ ├── load_cfg.h │ ├── load_cfg.vcxproj │ ├── logfile.cpp │ ├── logfile.h │ ├── login.cpp │ ├── logon.cpp │ ├── logout.cpp │ ├── mail.cpp │ ├── mailsrvr.c │ ├── mailsrvr.h │ ├── mailsrvr.vcxproj │ ├── main.cpp │ ├── makeuser.c │ ├── makeuser.vcxproj │ ├── makevdd.bat │ ├── menuedit │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── menuedit.c │ │ ├── menuedit.dsp │ │ ├── objects.mk │ │ └── targets.mk │ ├── mime.c │ ├── mime.h │ ├── mqtt.c │ ├── mqtt.h │ ├── msdirent.c │ ├── msdirent.h │ ├── msg_id.c │ ├── msg_id.h │ ├── msgdate.c │ ├── msgdate.h │ ├── msgtoqwk.cpp │ ├── mxlookup.c │ ├── netmail.cpp │ ├── newuser.cpp │ ├── node.c │ ├── node.vcxproj │ ├── nodedefs.h │ ├── nopen.c │ ├── nopen.h │ ├── ntsvcs.c │ ├── ntsvcs.h │ ├── ntsvcs.mc │ ├── ntsvcs.rc │ ├── ntsvcs.vcxproj │ ├── objects.mk │ ├── pack_qwk.cpp │ ├── pack_rep.cpp │ ├── pcbdefs.hpp │ ├── petscii_term.cpp │ ├── petscii_term.h │ ├── pktdump.c │ ├── pktdump.vcxproj │ ├── postmsg.cpp │ ├── prntfile.cpp │ ├── putmsg.cpp │ ├── putnode.cpp │ ├── qbbsdefs.hpp │ ├── qwk.cpp │ ├── qwk.h │ ├── qwknodes.c │ ├── qwknodes.vcxproj │ ├── qwktomsg.cpp │ ├── readmail.cpp │ ├── readmsgs.cpp │ ├── readsauce.c │ ├── readtext.c │ ├── rechocfg.c │ ├── release.bat │ ├── ringbuf.c │ ├── ringbuf.h │ ├── riodefs.h │ ├── sauce.c │ ├── sauce.h │ ├── saucedefs.h │ ├── sbbs.h │ ├── sbbs.jsdocs.vcxproj │ ├── sbbs.vcxproj │ ├── sbbs.version │ ├── sbbs3.sln │ ├── sbbs_ini.c │ ├── sbbs_ini.h │ ├── sbbscon.c │ ├── sbbscon.vcxproj │ ├── sbbsdefs.h │ ├── sbbsdefs.mk │ ├── sbbsecho.c │ ├── sbbsecho.h │ ├── sbbsecho.vcxproj │ ├── sbbsecho.wmk │ ├── sbbsexec.c │ ├── sbbsexec.vcxproj │ ├── scandirs.cpp │ ├── scansubs.cpp │ ├── scfg │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── objects.mk │ │ ├── resource.h │ │ ├── scfg.bpf │ │ ├── scfg.bpr │ │ ├── scfg.c │ │ ├── scfg.h │ │ ├── scfg.rc │ │ ├── scfg.vcxproj │ │ ├── scfgchat.c │ │ ├── scfgmsg.c │ │ ├── scfgnet.c │ │ ├── scfgnode.c │ │ ├── scfgsrvr.c │ │ ├── scfgsub.c │ │ ├── scfgsys.c │ │ ├── scfgxfr1.c │ │ ├── scfgxfr2.c │ │ ├── scfgxtrn.c │ │ └── targets.mk │ ├── scfgdefs.h │ ├── scfglib.h │ ├── scfglib1.c │ ├── scfglib2.c │ ├── scfgsave.c │ ├── scfgsave.h │ ├── server.h │ ├── services.c │ ├── services.h │ ├── services.vcxproj │ ├── sexyz.c │ ├── sexyz.h │ ├── sexyz.vcxproj │ ├── sftp.cpp │ ├── slog.c │ ├── slog.vcxproj │ ├── smbutil.c │ ├── smbutil.vcxproj │ ├── sockopts.c │ ├── ssl.c │ ├── ssl.h │ ├── startup.h │ ├── str.cpp │ ├── str_util.c │ ├── str_util.h │ ├── suppressions.vg │ ├── sync.ico │ ├── syncview │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── objects.mk │ │ ├── syncview.c │ │ └── targets.mk │ ├── targets.mk │ ├── telgate.cpp │ ├── telnet.c │ ├── telnet.h │ ├── terminal.cpp │ ├── terminal.h │ ├── text.h │ ├── text_defaults.c │ ├── text_defaults.h │ ├── text_id.c │ ├── text_sec.cpp │ ├── textgen.c │ ├── textgen.vcxproj │ ├── tmp_xfer.cpp │ ├── trash.c │ ├── trash.h │ ├── trashman.c │ ├── trashman.vcxproj │ ├── uartdefs.h │ ├── uedit │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── Makefile │ │ ├── objects.mk │ │ ├── targets.mk │ │ └── uedit.c │ ├── umonitor │ │ ├── CMakeLists.txt │ │ ├── GNUmakefile │ │ ├── chat.c │ │ ├── chat.h │ │ ├── objects.mk │ │ ├── spyon.c │ │ ├── spyon.h │ │ ├── targets.mk │ │ └── umonitor.c │ ├── un_qwk.cpp │ ├── un_rep.cpp │ ├── unbaja.c │ ├── unbaja.vcxproj │ ├── upgrade_to_v319.c │ ├── upgrade_to_v319.vcxproj │ ├── upgrade_to_v320.c │ ├── upgrade_to_v320.vcxproj │ ├── upload.cpp │ ├── userdat.c │ ├── userdat.h │ ├── useredit.cpp │ ├── useredit │ │ ├── .gitignore │ │ ├── MainFormUnit.cpp │ │ ├── MainFormUnit.dcu │ │ ├── MainFormUnit.dfm │ │ ├── MainFormUnit.h │ │ ├── UserEdit.bpr │ │ ├── UserEdit.cfg │ │ ├── UserEdit.cpp │ │ ├── UserEdit.res │ │ └── build.bat │ ├── userfields.h │ ├── userlist │ │ ├── GNUmakefile │ │ ├── SBBS_User_ListApp.cpp │ │ ├── SBBS_User_ListApp.h │ │ ├── SBBS_User_ListMain.cpp │ │ ├── SBBS_User_ListMain.h │ │ ├── objects.mk │ │ ├── targets.mk │ │ ├── userlist.cbp │ │ └── wxsmith │ │ │ └── SBBS_User_Listframe.wxs │ ├── vdd_func.h │ ├── ver.cpp │ ├── ver.h │ ├── viewfile.cpp │ ├── websrvr.c │ ├── websrvr.h │ ├── websrvr.vcxproj │ ├── wordwrap.c │ ├── wordwrap.h │ ├── writemsg.cpp │ ├── xmodem.c │ ├── xmodem.h │ ├── xtrn.cpp │ ├── xtrn_sec.cpp │ ├── zmodem.c │ └── zmodem.h ├── sexpots │ ├── .gitignore │ ├── CMakeLists.txt │ ├── GNUmakefile │ ├── MSG00001.bin │ ├── build.bat │ ├── file_id.diz │ ├── objects.mk │ ├── release.bat │ ├── sexpots.c │ ├── sexpots.rc │ ├── sexpots.sln │ ├── sexpots.vcxproj │ └── targets.mk ├── sftp │ ├── CMakeLists.txt │ ├── Common.make │ ├── GNUmakefile │ ├── objects.mk │ ├── sftp.h │ ├── sftp.props │ ├── sftp.vcxproj │ ├── sftp_attr.c │ ├── sftp_client.c │ ├── sftp_pkt.c │ ├── sftp_server.c │ ├── sftp_static.h │ ├── sftp_str.c │ └── targets.mk ├── smblib │ ├── CMakeLists.txt │ ├── Common.make │ ├── GNUmakefile │ ├── objects.mk │ ├── smbadd.c │ ├── smballoc.c │ ├── smbdefs.h │ ├── smbdump.c │ ├── smbfile.c │ ├── smbhash.c │ ├── smblib.c │ ├── smblib.cbp │ ├── smblib.h │ ├── smblib.props │ ├── smblib.vcxproj │ ├── smbstr.c │ ├── smbtxt.c │ └── targets.mk ├── ssh │ ├── CMakeLists.txt │ ├── client.c │ ├── comp │ │ ├── none.c │ │ └── none.h │ ├── deucessh.h │ ├── enc │ │ ├── none.c │ │ └── none.h │ ├── mac │ │ ├── none.c │ │ └── none.h │ ├── portable.h │ ├── ssh-arch.c │ ├── ssh-arch.h │ ├── ssh-trans.c │ ├── ssh-trans.h │ └── ssh.c ├── syncdraw │ ├── CMakeLists.txt │ ├── GNUmakefile │ ├── INSTALL │ ├── Makefile │ ├── README │ ├── TDF_FORMAT │ ├── TODO │ ├── attrs.h │ ├── block.c │ ├── block.h │ ├── buildfont.c │ ├── config.c │ ├── config.h │ ├── crt.c │ ├── crt.h │ ├── draw.c │ ├── draw.h │ ├── effekt.c │ ├── effekt.h │ ├── fonts.c │ ├── fonts.h │ ├── fontutil.c │ ├── help.c │ ├── help.h │ ├── homedir.c │ ├── homedir.h │ ├── key.c │ ├── key.h │ ├── load.c │ ├── load.h │ ├── menue.c │ ├── menue.h │ ├── miscfunctions.c │ ├── miscfunctions.h │ ├── objects.mk │ ├── options.c │ ├── options.h │ ├── sauce.c │ ├── sauce.h │ ├── save.c │ ├── save.h │ ├── syncdraw.c │ ├── syncdraw.h │ ├── tabulator.c │ ├── tabulator.h │ ├── targets.mk │ ├── tdf │ │ ├── 3D-Fade.tdf │ │ ├── ASCII.tdf │ │ ├── Amazon.tdf │ │ ├── Atlantis.tdf │ │ ├── BADNESS.tdf │ │ ├── BigOutline.tdf │ │ ├── BlOOdY.tdf │ │ ├── BoldMedium.tdf │ │ ├── BowFont.tdf │ │ ├── Brazen.tdf │ │ ├── Brazen2.tdf │ │ ├── BrickFont.tdf │ │ ├── Buttons.tdf │ │ ├── ColorRounded.tdf │ │ ├── Compact.tdf │ │ ├── Crystal.tdf │ │ ├── CubeFont.tdf │ │ ├── DCP_1.tdf │ │ ├── DIGITAL.tdf │ │ ├── Donnow.tdf │ │ ├── EX-TAsY.tdf │ │ ├── Electronic.tdf │ │ ├── EmberFont.tdf │ │ ├── FiberFont.tdf │ │ ├── Freak_10.tdf │ │ ├── Freak_11.tdf │ │ ├── Freak_13.tdf │ │ ├── Freak_2.tdf │ │ ├── Freak_4.tdf │ │ ├── Freak_5.tdf │ │ ├── GReY_GLeaM.tdf │ │ ├── Gleam_Metal.tdf │ │ ├── HammerFont.tdf │ │ ├── IceBlock.tdf │ │ ├── JsfRaster.tdf │ │ ├── JsfThick.tdf │ │ ├── JsfThin.tdf │ │ ├── JsfWide.tdf │ │ ├── Kevin1.tdf │ │ ├── Kevin2.tdf │ │ ├── Kevin3.tdf │ │ ├── Kevin4.tdf │ │ ├── Kevin5.tdf │ │ ├── LargeWild.tdf │ │ ├── Medieval.tdf │ │ ├── Medium.tdf │ │ ├── Metal.tdf │ │ ├── Metalix.tdf │ │ ├── Outline.tdf │ │ ├── Raster.tdf │ │ ├── Roman.tdf │ │ ├── Rounded.tdf │ │ ├── STAMPBR.tdf │ │ ├── STAMPRED.tdf │ │ ├── STAMPUR.tdf │ │ ├── Savage.tdf │ │ ├── Shadow.tdf │ │ ├── Silver.tdf │ │ ├── SmAtlantis.tdf │ │ ├── SmallRounded.tdf │ │ ├── SpaceLink.tdf │ │ ├── Steel.tdf │ │ ├── Supreme.tdf │ │ ├── TCA.tdf │ │ ├── THe_eDGe.tdf │ │ ├── TeXT_TaGiNG.tdf │ │ ├── ThickOutline.tdf │ │ ├── TracesFont.tdf │ │ ├── eLiTe.tdf │ │ ├── jelly.tdf │ │ └── wild.tdf │ ├── test.c │ ├── view2.c │ └── viewmode.c ├── syncterm │ ├── .astylerc │ ├── .clang-format │ ├── .indent.pro │ ├── .nexrc │ ├── CHANGES │ ├── CMakeLists.txt │ ├── CMakeLists.txt.top │ ├── COMPILING │ ├── DarwinWrappers.h │ ├── DarwinWrappers.m │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── FBSD-mingw64.cmake │ ├── GNUmakefile │ ├── GNUmakefile.top │ ├── Info.plist │ ├── Install-Mozilla.txt │ ├── Install-Win32.txt │ ├── LICENCE │ ├── Makefile │ ├── Manual.txt │ ├── Notes For Macintosh Users.rtf │ ├── PackageInfo.in │ ├── SyncTERM.icns │ ├── SyncTERM.pbproj │ │ └── project.pbxproj │ ├── SyncTERM.sln │ ├── SyncTERM.vcxproj │ ├── amigafont.h │ ├── bbslist.c │ ├── bbslist.h │ ├── build.bat │ ├── conn.c │ ├── conn.h │ ├── conn_conpty.c │ ├── conn_conpty.h │ ├── conn_pty.c │ ├── conn_pty.h │ ├── conn_telnet.c │ ├── conn_telnet.h │ ├── coverity_model.c │ ├── dpkg-control.in │ ├── fonts.c │ ├── fonts.h │ ├── fonts │ │ ├── 25.f16 │ │ ├── 28.f14 │ │ ├── 50.f8 │ │ ├── ApplePR3.F16 │ │ ├── antique.f14 │ │ ├── antique.f16 │ │ ├── backward.f16 │ │ ├── big.f16 │ │ ├── bigserif.f16 │ │ ├── block.f16 │ │ ├── bold.f10 │ │ ├── bold.f12 │ │ ├── bold.f13 │ │ ├── bold.f14 │ │ ├── bold.f16 │ │ ├── bold.f8 │ │ ├── bren.f16 │ │ ├── broadway.f16 │ │ ├── computer.f14 │ │ ├── computer.f16 │ │ ├── courier.f14 │ │ ├── courier.f16 │ │ ├── deco.f16 │ │ ├── digital.f16 │ │ ├── empty.f16 │ │ ├── eurotype.f16 │ │ ├── frankfrt.f14 │ │ ├── future.f16 │ │ ├── georgian.f14 │ │ ├── gothical.f16 │ │ ├── greek.f16 │ │ ├── hearst.f14 │ │ ├── hearst.f16 │ │ ├── hebrew.f16 │ │ ├── ibmstd.f16 │ │ ├── ice.f16 │ │ ├── inverted.f16 │ │ ├── italics.f16 │ │ ├── jasnew.f16 │ │ ├── lcd.f16 │ │ ├── lorefont.f16 │ │ ├── magic.f16 │ │ ├── medieval.f16 │ │ ├── medievl-.f16 │ │ ├── modern-r.f16 │ │ ├── modern.f16 │ │ ├── oldeng.f14 │ │ ├── prestel.f16 │ │ ├── reverse.f16 │ │ ├── roman-1.f16 │ │ ├── roman.f16 │ │ ├── sansrif-.f16 │ │ ├── scott.f16 │ │ ├── scrawl-1.f16 │ │ ├── scrawl-2.f16 │ │ ├── scribble.f16 │ │ ├── script.f14 │ │ ├── script.f16 │ │ ├── senapl.f8 │ │ ├── side.f8 │ │ ├── smalcaps.f14 │ │ ├── standard.f16 │ │ ├── strange.f14 │ │ ├── stretch.f16 │ │ ├── super.f16 │ │ ├── swiss-1.f16 │ │ ├── swiss-2.f16 │ │ ├── swiss-3.f16 │ │ ├── tekton.f16 │ │ ├── thai.f16 │ │ ├── thick.f16 │ │ ├── thin.f16 │ │ ├── tiny.f6 │ │ ├── tiny.f7 │ │ └── tiny.f8 │ ├── getlist.ftp │ ├── gpl.txt │ ├── haiku.rdef │ ├── icons │ │ ├── README.md │ │ ├── generate-unix.sh │ │ ├── generate-win.sh │ │ ├── generate.sh │ │ ├── syncterm-Haiku.iom │ │ ├── syncterm-Haiku.rdef │ │ ├── syncterm-Haiku.svg │ │ ├── syncterm-mini.svg │ │ ├── syncterm.iom │ │ ├── syncterm.rdef │ │ └── syncterm.svg │ ├── libjxl.c │ ├── libjxl.h │ ├── menu.c │ ├── menu.h │ ├── modem.c │ ├── modem.h │ ├── objects.mk │ ├── ooii.c │ ├── ooii.h │ ├── ooii_bmenus.c │ ├── ooii_bmenus.h │ ├── ooii_cmenus.c │ ├── ooii_cmenus.h │ ├── ooii_logons.c │ ├── ooii_logons.h │ ├── ooii_sounds.c │ ├── ooii_sounds.h │ ├── prestest │ │ ├── 7to8.c │ │ ├── dhg.png │ │ ├── dhg.pst │ │ ├── engtest-revealed.png │ │ ├── engtest.png │ │ ├── engtest.pst │ │ ├── engtest8.pst │ │ ├── extra-revealed.png │ │ ├── extra.png │ │ ├── extra.pst │ │ ├── extra2.png │ │ └── extra2.pst │ ├── raw.h │ ├── relcheck.txt │ ├── release.bat │ ├── ripper.c │ ├── ripper.h │ ├── rlogin.c │ ├── rlogin.h │ ├── ssh.c │ ├── ssh.h │ ├── syncterm.c │ ├── syncterm.desktop │ ├── syncterm.h │ ├── syncterm.ico │ ├── syncterm.ini │ ├── syncterm.iss │ ├── syncterm.man.in │ ├── syncterm.rc │ ├── syncterm.spec │ ├── syncterm16.png │ ├── syncterm22.png │ ├── syncterm24.png │ ├── syncterm256.png │ ├── syncterm32.png │ ├── syncterm36.png │ ├── syncterm48.png │ ├── syncterm64.png │ ├── targets.mk │ ├── telnet_io.c │ ├── telnet_io.h │ ├── telnets.c │ ├── telnets.h │ ├── term.c │ ├── term.h │ ├── uifcinit.c │ ├── uifcinit.h │ ├── uncrustify.cfg │ ├── updvers.sh │ ├── webget.c │ ├── webget.h │ ├── win32_stub.c │ ├── window.c │ └── window.h ├── tith │ ├── .gitignore │ ├── GNUmakefile │ ├── README.md │ ├── base64.c │ ├── base64.h │ ├── hydro │ │ ├── hydrogen.c │ │ ├── hydrogen.h │ │ └── impl │ │ │ ├── common.h │ │ │ ├── core.h │ │ │ ├── gimli-core.h │ │ │ ├── gimli-core │ │ │ ├── portable.h │ │ │ └── sse2.h │ │ │ ├── hash.h │ │ │ ├── hydrogen_p.h │ │ │ ├── random.h │ │ │ ├── random │ │ │ ├── avr.h │ │ │ ├── ch32.h │ │ │ ├── cheriot.h │ │ │ ├── chibios.h │ │ │ ├── esp32.h │ │ │ ├── linux_kernel.h │ │ │ ├── mbed.h │ │ │ ├── nrf52832.h │ │ │ ├── particle.h │ │ │ ├── riot.h │ │ │ ├── rtthread.h │ │ │ ├── stm32.h │ │ │ ├── unix.h │ │ │ ├── wasi.h │ │ │ ├── windows.h │ │ │ └── zephyr.h │ │ │ ├── sign.h │ │ │ └── x25519.h │ ├── nodelist.c │ ├── standards │ │ ├── TRD-0001.txt │ │ ├── TSP-0001.txt │ │ ├── TSP-0002.txt │ │ ├── TTS-0002.txt │ │ ├── TTS-0003.txt │ │ ├── TTS-0004.txt │ │ ├── TTS-0005.txt │ │ └── TTS-5000.txt │ ├── tith-bundle.c │ ├── tith-client.c │ ├── tith-client.h │ ├── tith-common.c │ ├── tith-common.h │ ├── tith-config.c │ ├── tith-config.h │ ├── tith-file.c │ ├── tith-file.h │ ├── tith-interface.h │ ├── tith-nodelist.c │ ├── tith-nodelist.h │ ├── tith-server.c │ ├── tith-server.h │ ├── tith-stdio.c │ ├── tith-strings.c │ ├── tith-strings.h │ ├── tith-xsi.c │ ├── tith.c │ └── tith.h ├── tone │ ├── CMakeLists.txt │ ├── GNUmakefile │ ├── Makefile │ ├── cvt$$a.c │ ├── objects.mk │ ├── targets.mk │ ├── tone.c │ └── tone.wpj ├── uifc │ ├── CMakeLists.txt │ ├── Common.make │ ├── GNUmakefile │ ├── Makefile │ ├── filepick.c │ ├── filepick.h │ ├── objects.mk │ ├── targets.mk │ ├── uifc.h │ ├── uifc.props │ ├── uifc.vcxproj │ ├── uifc32.c │ ├── uifc_ini.c │ ├── uifctest.c │ ├── uifctest.wpj │ └── uifcx.c ├── uncrustify.cfg ├── vdmodem │ ├── .gitignore │ ├── build.bat │ ├── readme.txt │ ├── release.bat │ ├── vdmodem.c │ ├── vdmodem.sln │ └── vdmodem.vcxproj ├── xpdev │ ├── CMakeLists.txt │ ├── Common.bmake │ ├── Common.gmake │ ├── Common.make │ ├── GNUmakefile │ ├── Makefile │ ├── SDLMain.h │ ├── SDLMain.m │ ├── SDL_win32_main.c │ ├── clx │ │ ├── MainUnit.cpp │ │ ├── TestThread.bpf │ │ ├── TestThread.bpr │ │ ├── TestThreadUnit.cpp │ │ ├── TestThreadUnit.h │ │ └── ThreadCreate │ │ │ ├── LinuxThreadCreate.bpr │ │ │ ├── MainUnit.cpp │ │ │ ├── MainUnit.h │ │ │ ├── MainUnit.xfm │ │ │ ├── ThreadCreate.bpr │ │ │ ├── ThreadCreate.cpp │ │ │ ├── ThreadCreate.res │ │ │ ├── ThreadUnit.cpp │ │ │ └── ThreadUnit.h │ ├── conwrap.c │ ├── conwrap.h │ ├── cp437defs.h │ ├── dat_file.c │ ├── dat_file.h │ ├── datewrap.c │ ├── datewrap.h │ ├── dirwrap.c │ ├── dirwrap.h │ ├── eventwrap.h │ ├── filewrap.c │ ├── filewrap.h │ ├── gen_defs.h │ ├── genpack.pl │ ├── genwrap.c │ ├── genwrap.h │ ├── haproxy.h │ ├── ini_file.c │ ├── ini_file.h │ ├── ini_file.txt │ ├── link_list.c │ ├── link_list.h │ ├── lockfile.c │ ├── msg_queue.c │ ├── msg_queue.h │ ├── multisock.c │ ├── multisock.h │ ├── named_str_list.c │ ├── named_str_list.h │ ├── netwrap.c │ ├── netwrap.h │ ├── objects.mk │ ├── os_info.c │ ├── os_info.h │ ├── petdefs.h │ ├── rules.mk │ ├── rwlockwrap.c │ ├── rwlockwrap.h │ ├── sdlfuncs.c │ ├── sdlfuncs.h │ ├── semfile.c │ ├── semfile.h │ ├── semwrap.c │ ├── semwrap.h │ ├── showlocks.c │ ├── sockwrap.c │ ├── sockwrap.h │ ├── sopenfile.c │ ├── stbuf.c │ ├── stbuf.h │ ├── str_list.c │ ├── str_list.h │ ├── strwrap.c │ ├── strwrap.h │ ├── targets.mk │ ├── threadwrap.c │ ├── threadwrap.h │ ├── tutorial.doc │ ├── tutorial.ppt │ ├── unicode.c │ ├── unicode.h │ ├── unicode_defs.h │ ├── wrapdll.h │ ├── wraptest.c │ ├── wraptest.wpj │ ├── xp_dl.c │ ├── xp_dl.h │ ├── xp_syslog.c │ ├── xp_syslog.h │ ├── xpbeep.c │ ├── xpbeep.h │ ├── xpdatetime.c │ ├── xpdatetime.h │ ├── xpdev.cbp │ ├── xpdev.props │ ├── xpdev.vcxproj │ ├── xpdev_mt.props │ ├── xpdev_mt.vcxproj │ ├── xpendian.h │ ├── xpevent.c │ ├── xpevent.h │ ├── xpmap.c │ ├── xpmap.h │ ├── xpprintf.c │ ├── xpprintf.h │ ├── xpsem.c │ ├── xpsem.h │ └── xptime.c └── xpdoor │ ├── GNUmakefile │ ├── dropfiles.c │ ├── example.c │ ├── objects.mk │ ├── targets.mk │ ├── xpdoor.c │ └── xpdoor.h ├── text ├── .gitignore ├── answer.msg ├── avatars │ ├── DIGDIST.startrek.bin │ ├── ECBBS.animals.bin │ ├── ECBBS.emoji.bin │ ├── ECBBS.gaming.bin │ ├── GUARDIAN.profile.bin │ ├── README.TXT │ ├── corporate.bin │ ├── danger.bin │ ├── musical.bin │ ├── silhouettes.bin │ └── starwars.bin ├── badpassword.msg ├── banner1.msg ├── banner2.msg ├── banner3.msg ├── bullseye.asc ├── bullseye.cfg ├── email.can ├── example.sif ├── feedback.msg ├── file.can ├── host.can ├── ip-silent.can ├── ip.can ├── ircmotd.txt ├── lbshell_bg.bin ├── menu │ ├── allmail.asc │ ├── attr.asc │ ├── batchxfr.msg │ ├── batchxfr.rip │ ├── batflag.msg │ ├── chat.msg │ ├── chat.rip │ ├── e-mail.msg │ ├── e-mail.rip │ ├── editor.asc │ ├── exempt.asc │ ├── fileinfo.40col.msg │ ├── flags1.asc │ ├── flags2.asc │ ├── flags3.asc │ ├── flags4.asc │ ├── head.msg │ ├── logoff.asc │ ├── mailread.msg │ ├── mailread.rip │ ├── main.40col.msg │ ├── main.msg │ ├── main.rip │ ├── maincfg.msg │ ├── maincfg.rip │ ├── maininfo.msg │ ├── maininfo.rip │ ├── major │ │ ├── email.asc │ │ ├── file.asc │ │ ├── main.asc │ │ ├── msg.asc │ │ ├── quickscn.asc │ │ └── userdefs.asc │ ├── msgattr.asc │ ├── msghdr.40col.asc │ ├── msghdrexample.asc │ ├── msglist.asc │ ├── msgscan.asc │ ├── msgscan.rip │ ├── msgview.asc │ ├── multchat.msg │ ├── multchat.rip │ ├── obv-2 │ │ ├── email.msg │ │ ├── files.msg │ │ ├── main.msg │ │ ├── message.msg │ │ ├── quick.msg │ │ └── qwk.msg │ ├── pcboard │ │ ├── brdm.asc │ │ └── welcome.asc │ ├── privchat.asc │ ├── privchat.rip │ ├── qwk.msg │ ├── qwk.rip │ ├── random_sync_5m.c80.msg │ ├── random_sync_5m_fire.c80.msg │ ├── random_sync_abs_blue.c80.msg │ ├── random_sync_abs_dark.c80.msg │ ├── random_sync_abs_light.c80.msg │ ├── random_sync_starwars1.c80.msg │ ├── random_sync_starwars2.c80.msg │ ├── random_synch_gj_splash.c80.msg │ ├── renegade │ │ ├── email.asc │ │ ├── main.asc │ │ ├── message.asc │ │ └── transfer.asc │ ├── restrict.asc │ ├── sdos │ │ ├── files.asc │ │ ├── mail.asc │ │ └── root.asc │ ├── sentmail.asc │ ├── sentmail.rip │ ├── simple │ │ ├── filelist.asc │ │ ├── main.asc │ │ ├── prompt.ans │ │ ├── prompt.asc │ │ ├── readmsg.asc │ │ └── sendmsg.asc │ ├── sysmailr.msg │ ├── sysmain.asc │ ├── sysmscan.msg │ ├── syssmail.asc │ ├── sysxfer.asc │ ├── tail.msg │ ├── tempxfer.asc │ ├── tempxfer.rip │ ├── transfer.40col.msg │ ├── transfer.msg │ ├── transfer.rip │ ├── uedit.asc │ ├── wfc.asc │ ├── wildcat │ │ ├── file.asc │ │ ├── main.asc │ │ ├── msg.asc │ │ └── sysop.asc │ ├── wwiv │ │ ├── credits.txt │ │ ├── main.asc │ │ └── transfer.asc │ ├── xfercfg.msg │ ├── xfercfg.rip │ ├── xferinfo.msg │ └── xferinfo.rip ├── name.can ├── newuser.msg ├── packet │ ├── censorship.txt │ └── menu.asc ├── password.can ├── phone.can ├── sbbs.msg ├── sbbslist.hlp ├── subject.can ├── synch.ans ├── system.msg ├── welcome.msg └── zipmsg.txt ├── web ├── lib │ ├── captchaAnsis │ │ ├── figlet-small │ │ │ ├── a.asc │ │ │ ├── b.asc │ │ │ ├── c.asc │ │ │ ├── d.asc │ │ │ ├── e.asc │ │ │ ├── f.asc │ │ │ ├── g.asc │ │ │ ├── h.asc │ │ │ ├── i.asc │ │ │ ├── j.asc │ │ │ ├── k.asc │ │ │ ├── l.asc │ │ │ ├── m.asc │ │ │ ├── n.asc │ │ │ ├── o.asc │ │ │ ├── p.asc │ │ │ ├── q.asc │ │ │ ├── r.asc │ │ │ ├── s.asc │ │ │ ├── t.asc │ │ │ ├── u.asc │ │ │ ├── v.asc │ │ │ ├── w.asc │ │ │ ├── x.asc │ │ │ ├── y.asc │ │ │ └── z.asc │ │ └── figlet-smslant │ │ │ ├── a.asc │ │ │ ├── b.asc │ │ │ ├── c.asc │ │ │ ├── d.asc │ │ │ ├── e.asc │ │ │ ├── f.asc │ │ │ ├── g.asc │ │ │ ├── h.asc │ │ │ ├── i.asc │ │ │ ├── j.asc │ │ │ ├── k.asc │ │ │ ├── l.asc │ │ │ ├── m.asc │ │ │ ├── n.asc │ │ │ ├── o.asc │ │ │ ├── p.asc │ │ │ ├── q.asc │ │ │ ├── r.asc │ │ │ ├── s.asc │ │ │ ├── t.asc │ │ │ ├── u.asc │ │ │ ├── v.asc │ │ │ ├── w.asc │ │ │ ├── x.asc │ │ │ ├── y.asc │ │ │ └── z.asc │ ├── captchaLib.ssjs │ ├── ecutils.js │ ├── forum.ssjs │ ├── global_defs.ssjs │ ├── html_themes.ssjs │ ├── leftnav_html.ssjs │ ├── leftnav_nodelist.ssjs │ ├── main_nodelist.ssjs │ ├── mime_decode.ssjs │ ├── msgsconfig.ssjs │ ├── msgslib.ssjs │ ├── nightshade │ │ ├── leftnav_html.ssjs │ │ └── siteutils.ssjs │ ├── profile_config.ssjs │ ├── siteutils.ssjs │ ├── template.ssjs │ └── topnav_html.ssjs ├── root │ ├── atom.ssjs │ ├── blogs │ │ ├── blog_item.xjs │ │ ├── entry_list.xjs │ │ ├── index.xjs │ │ ├── minus.gif │ │ ├── msg_index.xjs │ │ ├── plus.gif │ │ └── toggle_button.js │ ├── default.css │ ├── dumpobjs.ssjs │ ├── ecwebv3 │ │ ├── forum-async.ssjs │ │ ├── ftelnet │ │ │ ├── ClientFuncs.js │ │ │ ├── HtmlTerm.compiled.js │ │ │ ├── HtmlTerm.font2.js │ │ │ ├── HtmlTerm.fontamiga.js │ │ │ ├── HtmlTerm.fontatari.js │ │ │ ├── borders │ │ │ │ ├── Thumbs.db │ │ │ │ ├── border-bottom-left.png │ │ │ │ ├── border-bottom-middle.png │ │ │ │ ├── border-bottom-right.png │ │ │ │ ├── border-left.png │ │ │ │ ├── border-right.png │ │ │ │ ├── border-top-left1.png │ │ │ │ ├── border-top-left2.png │ │ │ │ ├── border-top-middle.png │ │ │ │ ├── border-top-right1.png │ │ │ │ └── border-top-right2.png │ │ │ ├── fTelnet.swf │ │ │ ├── ftelnet-resources │ │ │ │ ├── ConnectDown.png │ │ │ │ ├── ConnectOver.png │ │ │ │ ├── ConnectUp.png │ │ │ │ ├── SaveFilesDown.png │ │ │ │ ├── SaveFilesOver.png │ │ │ │ ├── SaveFilesUp.png │ │ │ │ ├── connectrip.txt │ │ │ │ └── fonts │ │ │ │ │ ├── 437-10x19.png │ │ │ │ │ ├── 437-12x23.png │ │ │ │ │ ├── 437-6x8.png │ │ │ │ │ ├── 437-7x12.png │ │ │ │ │ ├── 437-8x12.png │ │ │ │ │ ├── 437-8x13.png │ │ │ │ │ ├── 437-8x14.png │ │ │ │ │ ├── 437-8x8.png │ │ │ │ │ ├── 437-9x16.png │ │ │ │ │ ├── 737-12x23.png │ │ │ │ │ ├── 737-9x16.png │ │ │ │ │ ├── 775-9x16.png │ │ │ │ │ ├── 850-10x19.png │ │ │ │ │ ├── 850-12x23.png │ │ │ │ │ ├── 850-8x13.png │ │ │ │ │ ├── 850-9x16.png │ │ │ │ │ ├── 852-10x19.png │ │ │ │ │ ├── 852-12x23.png │ │ │ │ │ ├── 852-9x16.png │ │ │ │ │ ├── 855-9x16.png │ │ │ │ │ ├── 857-9x16.png │ │ │ │ │ ├── 860-9x16.png │ │ │ │ │ ├── 861-9x16.png │ │ │ │ │ ├── 862-10x19.png │ │ │ │ │ ├── 863-9x16.png │ │ │ │ │ ├── 865-10x19.png │ │ │ │ │ ├── 865-12x23.png │ │ │ │ │ ├── 865-8x13.png │ │ │ │ │ ├── 865-9x16.png │ │ │ │ │ ├── 866-9x16.png │ │ │ │ │ ├── 869-9x16.png │ │ │ │ │ ├── ATASCII-Arabic-16x16.png │ │ │ │ │ ├── ATASCII-Arabic-HalfWidth-8x16.png │ │ │ │ │ ├── ATASCII-Graphics-16x16.png │ │ │ │ │ ├── ATASCII-Graphics-HalfWidth-8x16.png │ │ │ │ │ ├── ATASCII-International-16x16.png │ │ │ │ │ ├── ATASCII-International-HalfWidth-8x16.png │ │ │ │ │ ├── BStrict-8x8.png │ │ │ │ │ ├── BStruct-8x8.png │ │ │ │ │ ├── MicroKnight-8x8.png │ │ │ │ │ ├── MoSoul-8x8.png │ │ │ │ │ ├── PotNoodle-8x11.png │ │ │ │ │ ├── RIP-16x14.png │ │ │ │ │ ├── RIP-7x14.png │ │ │ │ │ ├── RIP-7x8.png │ │ │ │ │ ├── RIP-8x14.png │ │ │ │ │ ├── RIP-8x8.png │ │ │ │ │ ├── StrokeFont.zip │ │ │ │ │ ├── Topaz-8x11.png │ │ │ │ │ └── TopazPlus-8x11.png │ │ │ ├── ftelnet.xjs │ │ │ ├── playerProductInstall.swf │ │ │ └── swfobject.js │ │ ├── icons │ │ │ ├── down-arrow.png │ │ │ └── up-arrow.png │ │ ├── index.xjs │ │ ├── lib │ │ │ ├── client.js │ │ │ └── json2.js │ │ ├── lightirc │ │ │ ├── lightIRC.swf │ │ │ ├── lightIRC_SSL_TLSv1.swf │ │ │ ├── lightirc.xjs │ │ │ └── swfobject.js │ │ ├── pages │ │ │ ├── 000-home.xjs │ │ │ ├── 002-forum.ssjs │ │ │ ├── 003-userlist.xjs │ │ │ ├── 999-email.ssjs │ │ │ ├── 999-newUser.ssjs │ │ │ ├── Templates │ │ │ │ ├── 999-html.html │ │ │ │ ├── 999-ssjs.ssjs │ │ │ │ ├── 999-txt.txt │ │ │ │ └── 999-xjs.xjs │ │ │ ├── disabled │ │ │ │ ├── 001-episodes.ssjs │ │ │ │ └── episode.ssjs │ │ │ └── webctrl.ini │ │ ├── sidebar │ │ │ ├── 000-pages.ssjs │ │ │ ├── 001-login.ssjs │ │ │ ├── 002-whosOnline.ssjs │ │ │ └── 003-systemStats.xjs │ │ └── style │ │ │ ├── stocktastic-reversed.css │ │ │ ├── stocktastic.css │ │ │ └── style.css │ ├── error │ │ ├── 400.html │ │ ├── 401.html │ │ ├── 403.html │ │ ├── 404.html │ │ ├── 404.ssjs │ │ ├── 414.html │ │ ├── 416.html │ │ ├── 429.html │ │ ├── 500.html │ │ └── 501.html │ ├── favicon.ico │ ├── fido-nodelist-syncterm.ssjs │ ├── formmail.ssjs │ ├── ftelnet.ssjs │ ├── gallery_ex │ │ ├── README │ │ ├── blank.html │ │ ├── gallery_bottom.ssjs │ │ ├── gallery_index.ssjs │ │ ├── index.ssjs │ │ ├── pics │ │ │ └── Deuce │ │ │ │ └── steve.jpg │ │ ├── thumbs │ │ │ ├── 404.ssjs │ │ │ └── webctrl.ini │ │ └── webctrl.ini │ ├── icons │ │ ├── README │ │ ├── a.gif │ │ ├── a.png │ │ ├── alert.black.gif │ │ ├── alert.black.png │ │ ├── alert.red.gif │ │ ├── alert.red.png │ │ ├── apache_pb.gif │ │ ├── apache_pb.png │ │ ├── back.gif │ │ ├── back.png │ │ ├── ball.gray.gif │ │ ├── ball.gray.png │ │ ├── ball.red.gif │ │ ├── ball.red.png │ │ ├── binary.gif │ │ ├── binary.png │ │ ├── binhex.gif │ │ ├── binhex.png │ │ ├── blank.gif │ │ ├── blank.png │ │ ├── bomb.gif │ │ ├── bomb.png │ │ ├── box1.gif │ │ ├── box1.png │ │ ├── box2.gif │ │ ├── box2.png │ │ ├── broken.gif │ │ ├── broken.png │ │ ├── burst.gif │ │ ├── burst.png │ │ ├── c.gif │ │ ├── c.png │ │ ├── comp.blue.gif │ │ ├── comp.blue.png │ │ ├── comp.gray.gif │ │ ├── comp.gray.png │ │ ├── compressed.gif │ │ ├── compressed.png │ │ ├── continued.gif │ │ ├── continued.png │ │ ├── dir.gif │ │ ├── dir.png │ │ ├── diskimg.gif │ │ ├── diskimg.png │ │ ├── down.gif │ │ ├── down.png │ │ ├── dvi.gif │ │ ├── dvi.png │ │ ├── f.gif │ │ ├── f.png │ │ ├── folder.gif │ │ ├── folder.open.gif │ │ ├── folder.open.png │ │ ├── folder.png │ │ ├── folder.sec.gif │ │ ├── folder.sec.png │ │ ├── forward.gif │ │ ├── forward.png │ │ ├── generic.gif │ │ ├── generic.png │ │ ├── generic.red.gif │ │ ├── generic.red.png │ │ ├── generic.sec.gif │ │ ├── generic.sec.png │ │ ├── hand.right.gif │ │ ├── hand.right.png │ │ ├── hand.up.gif │ │ ├── hand.up.png │ │ ├── icon.sheet.gif │ │ ├── icon.sheet.png │ │ ├── image1.gif │ │ ├── image1.png │ │ ├── image2.gif │ │ ├── image2.png │ │ ├── image3.gif │ │ ├── image3.png │ │ ├── index.gif │ │ ├── index.png │ │ ├── layout.gif │ │ ├── layout.png │ │ ├── left.gif │ │ ├── left.png │ │ ├── link.gif │ │ ├── link.png │ │ ├── movie.gif │ │ ├── movie.png │ │ ├── p.gif │ │ ├── p.png │ │ ├── patch.gif │ │ ├── patch.png │ │ ├── pdf.gif │ │ ├── pdf.png │ │ ├── pie0.gif │ │ ├── pie0.png │ │ ├── pie1.gif │ │ ├── pie1.png │ │ ├── pie2.gif │ │ ├── pie2.png │ │ ├── pie3.gif │ │ ├── pie3.png │ │ ├── pie4.gif │ │ ├── pie4.png │ │ ├── pie5.gif │ │ ├── pie5.png │ │ ├── pie6.gif │ │ ├── pie6.png │ │ ├── pie7.gif │ │ ├── pie7.png │ │ ├── pie8.gif │ │ ├── pie8.png │ │ ├── portal.gif │ │ ├── portal.png │ │ ├── ps.gif │ │ ├── ps.png │ │ ├── quill.gif │ │ ├── quill.png │ │ ├── right.gif │ │ ├── right.png │ │ ├── screw1.gif │ │ ├── screw1.png │ │ ├── screw2.gif │ │ ├── screw2.png │ │ ├── script.gif │ │ ├── script.png │ │ ├── small │ │ │ ├── README.txt │ │ │ ├── back.gif │ │ │ ├── back.png │ │ │ ├── binary.gif │ │ │ ├── binary.png │ │ │ ├── binhex.gif │ │ │ ├── binhex.png │ │ │ ├── blank.gif │ │ │ ├── blank.png │ │ │ ├── broken.gif │ │ │ ├── broken.png │ │ │ ├── burst.gif │ │ │ ├── burst.png │ │ │ ├── comp1.gif │ │ │ ├── comp1.png │ │ │ ├── comp2.gif │ │ │ ├── comp2.png │ │ │ ├── compressed.gif │ │ │ ├── compressed.png │ │ │ ├── continued.gif │ │ │ ├── continued.png │ │ │ ├── dir.gif │ │ │ ├── dir.png │ │ │ ├── dir2.gif │ │ │ ├── dir2.png │ │ │ ├── doc.gif │ │ │ ├── doc.png │ │ │ ├── forward.gif │ │ │ ├── forward.png │ │ │ ├── generic.gif │ │ │ ├── generic.png │ │ │ ├── generic2.gif │ │ │ ├── generic2.png │ │ │ ├── generic3.gif │ │ │ ├── generic3.png │ │ │ ├── image.gif │ │ │ ├── image.png │ │ │ ├── image2.gif │ │ │ ├── image2.png │ │ │ ├── index.gif │ │ │ ├── index.png │ │ │ ├── key.gif │ │ │ ├── key.png │ │ │ ├── movie.gif │ │ │ ├── movie.png │ │ │ ├── patch.gif │ │ │ ├── patch.png │ │ │ ├── ps.gif │ │ │ ├── ps.png │ │ │ ├── rainbow.gif │ │ │ ├── rainbow.png │ │ │ ├── sound.gif │ │ │ ├── sound.png │ │ │ ├── sound2.gif │ │ │ ├── sound2.png │ │ │ ├── tar.gif │ │ │ ├── tar.png │ │ │ ├── text.gif │ │ │ ├── text.png │ │ │ ├── transfer.gif │ │ │ ├── transfer.png │ │ │ ├── unknown.gif │ │ │ ├── unknown.png │ │ │ ├── uu.gif │ │ │ └── uu.png │ │ ├── sound1.gif │ │ ├── sound1.png │ │ ├── sound2.gif │ │ ├── sound2.png │ │ ├── sphere1.gif │ │ ├── sphere1.png │ │ ├── sphere2.gif │ │ ├── sphere2.png │ │ ├── sync_pb.gif │ │ ├── sync_pb.png │ │ ├── tar.gif │ │ ├── tar.png │ │ ├── tex.gif │ │ ├── tex.png │ │ ├── text.gif │ │ ├── text.png │ │ ├── transfer.gif │ │ ├── transfer.png │ │ ├── unknown.gif │ │ ├── unknown.png │ │ ├── up.gif │ │ ├── up.png │ │ ├── uu.gif │ │ ├── uu.png │ │ ├── uuencoded.gif │ │ ├── uuencoded.png │ │ ├── world1.gif │ │ ├── world1.png │ │ ├── world2.gif │ │ └── world2.png │ ├── images │ │ ├── default │ │ │ ├── attach.gif │ │ │ ├── attach_black.gif │ │ │ ├── bg_grad.jpg │ │ │ ├── bg_nav.jpg │ │ │ ├── change_password.gif │ │ │ ├── delete.gif │ │ │ ├── delete_messages.gif │ │ │ ├── join.gif │ │ │ ├── msg_td_teal.gif │ │ │ ├── new_e-mail.gif │ │ │ ├── new_message.gif │ │ │ ├── next1.gif │ │ │ ├── next1_light.gif │ │ │ ├── post_new.gif │ │ │ ├── post_new_message.gif │ │ │ ├── post_reply.gif │ │ │ ├── prev1.gif │ │ │ ├── prev1_light.gif │ │ │ ├── reply.gif │ │ │ ├── select_theme.gif │ │ │ ├── send_new_e-mail.gif │ │ │ ├── send_reply.gif │ │ │ ├── sync_lg_foxlogo_white_bg.png │ │ │ ├── sync_pb.gif │ │ │ ├── sync_pb.png │ │ │ ├── sync_pb_custom_colors.txt │ │ │ ├── sync_pbgj1_black_bg.gif │ │ │ ├── sync_pbgj1_grey_bg.gif │ │ │ ├── sync_pbgj1_teal_bg.gif │ │ │ ├── sync_pbgj1_white_bg.gif │ │ │ ├── sync_pbgj259x32_white_bg.gif │ │ │ ├── syncicon.png │ │ │ ├── synclogo.gif │ │ │ ├── tl_curve_grey.gif │ │ │ ├── tnav_bg.gif │ │ │ ├── tnav_left.gif │ │ │ ├── tnav_right.gif │ │ │ ├── tnav_selected.gif │ │ │ ├── tr_curve_grey.gif │ │ │ └── update_new_scan.gif │ │ └── nightshade │ │ │ ├── Thumbs.db │ │ │ ├── attach_black.gif │ │ │ ├── dev-lead.png │ │ │ ├── dev.png │ │ │ ├── faq.jpg │ │ │ ├── games.gif │ │ │ ├── home.jpg │ │ │ ├── icon_aim.gif │ │ │ ├── icon_delete.gif │ │ │ ├── icon_edit.gif │ │ │ ├── icon_email.gif │ │ │ ├── icon_icq_add.gif │ │ │ ├── icon_ip.gif │ │ │ ├── icon_latest_reply.gif │ │ │ ├── icon_minipost.gif │ │ │ ├── icon_minipost_new.gif │ │ │ ├── icon_msnm.gif │ │ │ ├── icon_newest_reply.gif │ │ │ ├── icon_pm.gif │ │ │ ├── icon_profile.gif │ │ │ ├── icon_quote.gif │ │ │ ├── icon_search.gif │ │ │ ├── icon_www.gif │ │ │ ├── icon_yim.gif │ │ │ ├── inbox.jpg │ │ │ ├── logo.gif │ │ │ ├── logo.png │ │ │ ├── manager.png │ │ │ ├── member.jpg │ │ │ ├── moder-lead.png │ │ │ ├── modif-lead.png │ │ │ ├── modif.png │ │ │ ├── msg.gif │ │ │ ├── msg_inbox.gif │ │ │ ├── msg_newpost.gif │ │ │ ├── msg_outbox.gif │ │ │ ├── next1.gif │ │ │ ├── next1_light.gif │ │ │ ├── nothumbnail.jpg │ │ │ ├── post.gif │ │ │ ├── prev1.gif │ │ │ ├── prev1_light.gif │ │ │ ├── profile.gif │ │ │ ├── profile.jpg │ │ │ ├── profile.old.gif │ │ │ ├── reply-locked.gif │ │ │ ├── reply.gif │ │ │ ├── search.jpg │ │ │ ├── sup-lead.png │ │ │ ├── topic_delete.gif │ │ │ ├── upload_pic.gif │ │ │ ├── web-lead.png │ │ │ ├── wolf.gif │ │ │ ├── wolf2.gif │ │ │ └── wolf3.gif │ ├── index.ssjs │ ├── js │ │ └── pngfix.js │ ├── login.ssjs │ ├── logout.ssjs │ ├── members │ │ ├── changepw.ssjs │ │ ├── editprofile.ssjs │ │ ├── externals.ssjs │ │ ├── info.ssjs │ │ ├── lastcallers.ssjs │ │ ├── newpw.ssjs │ │ ├── picktheme.ssjs │ │ ├── sysinfo.ssjs │ │ ├── themes.ssjs │ │ ├── updateprofile.ssjs │ │ ├── userlist.ssjs │ │ ├── userstats.ssjs │ │ ├── viewprofile.ssjs │ │ └── webctrl.ini │ ├── msgs │ │ ├── attachments.ssjs │ │ ├── choosegroup.ssjs │ │ ├── choosesubs.ssjs │ │ ├── index.ssjs │ │ ├── inline.ssjs │ │ ├── management.ssjs │ │ ├── msg.ssjs │ │ ├── msgframe.ssjs │ │ ├── msgs.ssjs │ │ ├── post.ssjs │ │ ├── reply.ssjs │ │ ├── savemsg.ssjs │ │ ├── subinfo.ssjs │ │ ├── subs.ssjs │ │ └── updatesubs.ssjs │ ├── newuser.ssjs │ ├── nightshade.css │ ├── nodelist.ssjs │ ├── qwk.ssjs │ ├── robots.txt │ ├── sajax-forum │ │ ├── blank.gif │ │ ├── body.xjs │ │ ├── client_functions.xjs │ │ ├── functions.js │ │ ├── groups.xjs │ │ ├── index.xjs │ │ ├── login.xjs │ │ ├── message_display.xjs │ │ ├── messages.xjs │ │ ├── minus.gif │ │ ├── plus.gif │ │ ├── style-notes.txt │ │ ├── style.css │ │ ├── subs.xjs │ │ └── update_ptr.xjs │ └── upload.ssjs └── templates │ ├── default │ ├── changepw.inc │ ├── error.inc │ ├── externals.inc │ ├── footer.inc │ ├── ftelnet.inc │ ├── ftelnet_disabled.inc │ ├── ftelnet_external.inc │ ├── header.inc │ ├── infomenu.inc │ ├── lastcallers.inc │ ├── leftnav.inc │ ├── main.inc │ ├── msgs │ │ ├── choosegroup.inc │ │ ├── choosesubs.inc │ │ ├── groups.inc │ │ ├── management.inc │ │ ├── msg.inc │ │ ├── msgs.inc │ │ ├── post.inc │ │ ├── posted.inc │ │ ├── reply.inc │ │ ├── subinfo.inc │ │ ├── subs.inc │ │ ├── textmsg.inc │ │ └── updatesubs.inc │ ├── newpw.inc │ ├── newuser.inc │ ├── newuser_created.inc │ ├── nodelist.inc │ ├── picktheme.inc │ ├── profile.inc │ ├── sysinfo.inc │ ├── telnet.inc │ ├── themes.inc │ ├── topnav.inc │ ├── updateprofile.inc │ ├── userlist.inc │ └── userstats.inc │ ├── html_themes.ssjs │ └── nightshade │ ├── changepw.inc │ ├── editprofile.inc │ ├── externals.inc │ ├── footer.inc │ ├── ftelnet.inc │ ├── ftelnet_disabled.inc │ ├── ftelnet_external.inc │ ├── header.inc │ ├── infomenu.inc │ ├── irc.inc │ ├── lastcallers.inc │ ├── leftnav.inc │ ├── main.inc │ ├── msgs │ ├── choosegroup.inc │ ├── choosesubs.inc │ ├── groups.inc │ ├── management.inc │ ├── msg.inc │ ├── msgs.inc │ ├── post.inc │ ├── posted.inc │ ├── reply.inc │ ├── subinfo.inc │ ├── subs.inc │ └── updatesubs.inc │ ├── newpw.inc │ ├── newuser.inc │ ├── newuser_created.inc │ ├── nodelist.inc │ ├── picktheme.inc │ ├── profile.inc │ ├── rightnav.inc │ ├── sysinfo.inc │ ├── themes.inc │ ├── topnav.inc │ ├── updateprofile.inc │ ├── userlist.inc │ └── userstats.inc ├── webv4 ├── .gitignore ├── components │ ├── footer.xjs │ ├── header.xjs │ ├── modal.xjs │ ├── mqtt.xjs │ ├── navbar.xjs │ ├── sysop-required.xjs │ ├── twit-button.xjs │ └── webmonitor │ │ ├── clients-panel.xjs │ │ ├── documentation-panel.xjs │ │ ├── events-panel.xjs │ │ ├── nodes-panel.xjs │ │ ├── quadrant.xjs │ │ ├── recent-visitors-panel.xjs │ │ ├── server-panel.xjs │ │ ├── statistics-panel.xjs │ │ └── term-configuration-modal.xjs ├── lib │ ├── auth.js │ ├── avatars.js │ ├── events │ │ ├── forum.js │ │ ├── mail.js │ │ ├── nodelist.js │ │ ├── sbbsimsg.js │ │ └── telegram.js │ ├── files.js │ ├── forum.js │ ├── ftelnet.js │ ├── init.js │ ├── locale.js │ ├── locale │ │ ├── en_ca.ini │ │ ├── en_ca.js │ │ ├── en_us.ini │ │ ├── en_us.js │ │ └── es_ar.ini │ ├── mime-decode.js │ ├── pages.js │ ├── request.js │ └── sidebar.js ├── pages │ ├── 000-home.xjs │ ├── 000-mail.xjs │ ├── 000-register.xjs │ ├── 001-forum.ssjs │ ├── 001-forum.xjs │ ├── 002-files.xjs │ ├── 003-games.xjs │ ├── More │ │ ├── 001-nodespy.xjs │ │ ├── 001-userlist.xjs │ │ ├── 001-webmonitor.xjs │ │ ├── 999-sbbslist.xjs │ │ └── webctrl.ini │ └── webctrl.ini ├── root │ ├── api │ │ ├── attachments.ssjs │ │ ├── auth.ssjs │ │ ├── events.ssjs │ │ ├── files.ssjs │ │ ├── forum.ssjs │ │ ├── github.ssjs │ │ ├── register.ssjs │ │ ├── sbbsimsg.ssjs │ │ ├── system.ssjs │ │ └── webmonitor │ │ │ ├── get-term.ssjs │ │ │ └── update-term.ssjs │ ├── bootstrap │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ └── bootstrap.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ ├── css │ │ ├── checkbox.css │ │ ├── navbar-fixed-top.css │ │ ├── offcanvas.css │ │ └── style.css │ ├── error │ │ ├── 400.html │ │ ├── 401.html │ │ ├── 403.html │ │ ├── 404.html │ │ ├── 414.html │ │ ├── 416.html │ │ ├── 429.html │ │ ├── 500.html │ │ └── 501.html │ ├── images │ │ ├── ajax-loader-small.gif │ │ ├── cp437-ibm-vga8.png │ │ └── favicon.ico │ ├── index.xjs │ └── js │ │ ├── avatars.js │ │ ├── cache.js │ │ ├── common.js │ │ ├── forum.js │ │ ├── graphics-converter.js │ │ ├── jquery.min.js │ │ ├── mqtt.js │ │ ├── nodespy.js │ │ ├── offcanvas.js │ │ ├── utf8_cp437.js │ │ ├── validator.js │ │ ├── webmonitor.js │ │ └── xjs-forum.js └── sidebar │ ├── 001-nodelist.xjs │ ├── 002-recent-visitors.xjs │ └── 003-systemStats.xjs └── xtrn ├── .gitignore ├── 3rdp-install ├── README.md ├── bigwinslotto.ini ├── bigwinslotto.js ├── bre.ini ├── carlton-blackjack.ini ├── carlton-blackjack.js ├── carlton-crazy8.ini ├── carlton-crazy8.js ├── carlton-doormania.ini ├── carlton-doormania.js ├── carlton-fleethunter.ini ├── carlton-fleethunter.js ├── carlton-litecar.ini ├── carlton-litecar.js ├── carlton-milleborne.ini ├── carlton-milleborne.js ├── carlton-minezone.ini ├── carlton-minezone.js ├── carlton-navgrid.ini ├── carlton-navgrid.js ├── carlton-plinko.ini ├── carlton-plinko.js ├── carlton-rockin.ini ├── carlton-rockin.js ├── carlton-scavenger.ini ├── carlton-scavenger.js ├── carlton-urges.ini ├── carlton-urges.js ├── carlton-wordguess.ini ├── carlton-wordguess.js ├── dalton-adgt.ini ├── dalton-camptown.ini ├── dalton-deathbytrivia.ini ├── dalton-escape.ini ├── dalton-goc.ini ├── dalton-gruntfest.ini ├── dalton-risepower.ini ├── dalton-shipline.ini ├── dalton-tfbroadside.ini ├── dalton-warfreight.ini ├── disoft-futurerunner.ini ├── disoft-futurerunner.js ├── disoft-islandempires.ini ├── disoft-islandempires.js ├── disoft-nuclearwar.ini ├── disoft-nuclearwar.js ├── disoft-rebelkingdom.ini ├── disoft-rebelkingdom.js ├── disoft-wordmix.ini ├── disoft-wordmix.js ├── doormud-dos.ini ├── doormud-win32.ini ├── dragonshoard.ini ├── dreamware-aceydeucy.ini ├── dreamware-battleship.ini ├── dreamware-blackjackdice.ini ├── dreamware-boxdice.ini ├── dreamware-cardsharks.ini ├── dreamware-chomper.ini ├── dreamware-data.js ├── dreamware-dreamcraps.ini ├── dreamware-dreamhang.ini ├── dreamware-dreammatch.ini ├── dreamware-dreamshuffle.ini ├── dreamware-dreamslots.ini ├── dreamware-dreamstacks.ini ├── dreamware-dreamstakes.ini ├── dreamware-dreamtrack.ini ├── dreamware-jot.ini ├── dreamware-lightsout.ini ├── dreamware-othello.ini ├── dreamware-potofgold.ini ├── dreamware-pressit.ini ├── dreamware-simonsez.ini ├── dreamware-targetdice.ini ├── dreamware-yahtzee.ini ├── dreamware.js ├── exdx-empireatwar.ini ├── exdx-railroadempires.ini ├── exdx-riverboatblackjack.ini ├── exdx-romansatwar.ini ├── exdx-spaceforcecommander.ini ├── exitilus.ini ├── exitilus.js ├── foodfite-rigormortis.ini ├── foodfite-wilson.ini ├── foodfite-wilson.js ├── gutterbowl32.ini ├── gutterbowl32.js ├── ironwar.ini ├── ironwar.js ├── jibben-boxcars.ini ├── jibben-galacticoverlord.ini ├── jibben-minesofgorr.ini ├── jibben-rollthebones.ini ├── jibben-rollthebones.js ├── jibben.js ├── jns-amazingmemory.ini ├── jns-amazingmemory.js ├── jns-bokedpoker.js ├── jns-bombsquad.ini ├── jns-bombsquad.js ├── jns-boxedpoker.ini ├── jns-doublesolitree.ini ├── jns-doublesolitree.js ├── jns-fivecarddrawpoker.js ├── jns-fivecarddrawpoker.js.ini ├── jns-fortythievessolitaire.ini ├── jns-fortythievessolitaire.js ├── jns-freecellsolitaire.ini ├── jns-freecellsolitaire.js ├── jns-golfsolitaire.ini ├── jns-golfsolitaire.js ├── jns-greatwhitecard.ini ├── jns-greatwhitecard.js ├── jns-idiotsdelight.ini ├── jns-idiotsdelight.js ├── jns-inbetween.ini ├── jns-inbetween.js ├── jns-kingslast.ini ├── jns-kingslast.js ├── jns-matchtwo.ini ├── jns-matchtwo.js ├── jns-montanasolitaire.ini ├── jns-montanasolitaire.js ├── jns-ontheedge.ini ├── jns-ontheedge.js ├── jns-pressyourluck.ini ├── jns-pressyourluck.js ├── jns-quotefall.ini ├── jns-quotefall.js ├── jns-slidersolitaire.ini ├── jns-slidersolitaire.js ├── jns-solitree.ini ├── jns-solitree.js ├── jns-strikesandspares.ini ├── jns-strikesandspares.js ├── jns-theeliminator.js ├── jns-theelminator.ini ├── jns-thepuzzlemachine.ini ├── jns-thepuzzlemachine.js ├── jns-threeshuffles.ini ├── jns-threeshuffles.js ├── jns-trapper.ini ├── jns-trapper.js ├── jns-treasuretrove.ini ├── jns-treasuretrove.js ├── jns-tripeakssolitaire.ini ├── jns-tripeakssolitaire.js ├── jns-twocardpoker.ini ├── jns-twocardpoker.js ├── jns-yacht.ini ├── jns-yacht.js ├── latenight-civilwar.ini ├── latenight-civilwar.js ├── latenight-civilwar48.ini ├── latenight-civilwar48.js ├── latenight-darkcastle.ini ├── latenight-darkcastle.js ├── latenight-superrig.ini ├── latenight-superrig.js ├── latenight-triviamaster.ini ├── latenight-triviamaster.js ├── lore.ini ├── mycroft-adventuressherlockholmes.ini ├── mycroft-fictiousstockexchange.ini ├── mycroft-stellarquest.ini ├── mycroft-stellarquest.js ├── mycroft-uboat.ini ├── netrunner.ini ├── overkill.ini ├── overkill.js ├── sunrise-3pairpok.ini ├── sunrise-3pairpoker.js ├── sunrise-4corners.ini ├── sunrise-4corners.js ├── sunrise-aceydeucey.ini ├── sunrise-aceydeucey.js ├── sunrise-atlantis.ini ├── sunrise-atlantis.js ├── sunrise-baseballdice.ini ├── sunrise-baseballdice.js ├── sunrise-betsyross.ini ├── sunrise-betsyross.js ├── sunrise-blackjack.ini ├── sunrise-blackjack.js ├── sunrise-boxdice.ini ├── sunrise-boxdice.js ├── sunrise-boxpoker.ini ├── sunrise-boxpoker.js ├── sunrise-chainreaction.ini ├── sunrise-chainreaction.js ├── sunrise-colonies.ini ├── sunrise-colonies.js ├── sunrise-concentration.ini ├── sunrise-concentration.js ├── sunrise-cribbage.ini ├── sunrise-cribbage.js ├── sunrise-crypto.ini ├── sunrise-crypto.js ├── sunrise-dominoes.ini ├── sunrise-dominoes.js ├── sunrise-ganglandwars.ini ├── sunrise-ganglandwars.js ├── sunrise-groandice.ini ├── sunrise-groandice.js ├── sunrise-hackarama.ini ├── sunrise-hackarama.js ├── sunrise-hexxwars.ini ├── sunrise-hexxwars.js ├── sunrise-hilo.ini ├── sunrise-hilo.js ├── sunrise-hiroll.ini ├── sunrise-hirolldice.js ├── sunrise-keno.ini ├── sunrise-keno.js ├── sunrise-laddersdice.ini ├── sunrise-laddersdice.js ├── sunrise-legendsofole.ini ├── sunrise-legendsofole.js ├── sunrise-lettermatch.ini ├── sunrise-lettermatch.js ├── sunrise-lostinspace.ini ├── sunrise-lostinspace.js ├── sunrise-lottomania.ini ├── sunrise-lottomania.js ├── sunrise-montecarlo.ini ├── sunrise-montecarlo.js ├── sunrise-overunder.ini ├── sunrise-overunder.js ├── sunrise-pentasim.ini ├── sunrise-pentasim.js ├── sunrise-questfornora.ini ├── sunrise-questfornora.js ├── sunrise-rescue.ini ├── sunrise-rescue.js ├── sunrise-rockinradio.ini ├── sunrise-rockinradio.js ├── sunrise-rocklandtrivia.ini ├── sunrise-rocklandtrivia.js ├── sunrise-skycop.ini ├── sunrise-skycop.js ├── sunrise-stairway.ini ├── sunrise-stairway.js ├── sunrise-states.ini ├── sunrise-states.js ├── sunrise-sweepstakes.ini ├── sunrise-sweepstakes.js ├── sunrise-timetravel.ini ├── sunrise-timetravel.js ├── sunrise-triangle.ini ├── sunrise-trianglesolitaire.js ├── sunrise-tripleyahtzee.ini ├── sunrise-tripleyahtzee.js ├── sunrise-trivia.ini ├── sunrise-trivia.js ├── sunrise-virtualescape.ini ├── sunrise-virtualescape.js ├── sunrise-wheeloffortune.ini ├── sunrise-wheeloffortune.js ├── sunrise-wordsearch.ini ├── sunrise-wordsearch.js ├── sunrise-wordshuffle.ini ├── sunrise-wordshuffle.js ├── sunrise-wordwar.ini ├── sunrise-wordwar.js ├── sunrise-wordwarp.ini ├── sunrise-wordwarp.js ├── thepit.ini ├── warlordsofthebalance.ini └── warlordsofthebalance.js ├── DDAreaChoosers ├── DDAreaChooserCommon.js ├── DDFileAreaChooser.example.cfg ├── DDFileAreaChooser.js ├── DDMsgAreaChooser.example.cfg ├── DDMsgAreaChooser.js ├── readme.txt └── version_history.txt ├── DDMsgReader ├── DDMsgReader.example.cfg ├── DDMsgReader.js ├── DefaultTheme.cfg ├── ddmr_cfg.js ├── ddmr_lm.js ├── enhanced_header_examples │ ├── enhMsgHeader-withoutTimeZone.ans │ └── enhMsgHeader.ans ├── readme.txt └── revision_history.txt ├── ansiview ├── ansiview.js ├── ecbbs.js ├── install-xtrn.ini ├── local.js ├── readme.txt ├── settings.ini ├── sixteencolors-api.js ├── sixteencolors.js └── thescene.js ├── atlantis ├── atlantis1.c ├── building.js ├── engine.js ├── event.js ├── faction.js ├── gamedata.js ├── gamedefs.js ├── order.js ├── region.js ├── rules.v1.txt ├── service.js ├── ship.js ├── troop.js ├── unit.js └── utilfuncs.js ├── bbs-scene.org ├── client.js ├── onelinerz.bin ├── onelinerz.js ├── onelinerz.ssjs ├── randombbs.js └── readme.txt ├── bublbogl ├── board.bin ├── boggle.bin ├── boggle.js ├── dict │ ├── a.dic │ ├── b.dic │ ├── c.dic │ ├── d.dic │ ├── e.dic │ ├── f.dic │ ├── g.dic │ ├── h.dic │ ├── i.dic │ ├── j.dic │ ├── k.dic │ ├── l.dic │ ├── m.dic │ ├── n.dic │ ├── o.dic │ ├── p.dic │ ├── q.dic │ ├── r.dic │ ├── s.dic │ ├── t.dic │ ├── u.dic │ ├── v.dic │ ├── w.dic │ ├── x.dic │ ├── y.dic │ └── z.dic ├── exit.bin ├── game.js ├── install-xtrn.ini ├── lobby.bin ├── server.ini ├── sysop.doc └── timer.js ├── bullshit ├── .babelrc.json ├── .devcontainer │ └── devcontainer.json ├── .gitignore ├── 999-bullshit.xjs ├── Readme.md ├── bullshit.js ├── install-xtrn.ini ├── package-lock.json ├── package.json ├── src │ ├── bullshit.ts │ └── lib │ │ ├── UI.ts │ │ ├── list.ts │ │ └── options.ts └── tsconfig.json ├── chat_pager ├── example-settings.ini ├── ircbot │ ├── for-ircbot.ini │ └── pager.js ├── lib.js ├── page_sysop.js └── readme.txt ├── chess ├── board.js ├── chess.js ├── chessbrd.bin ├── chessbrd.js ├── exit.bin ├── game.js ├── handler.js ├── interbbs.doc ├── largebg.bin ├── lobby.bin ├── menu.js ├── pieces.js ├── server.ini ├── sysop.doc ├── utils.js └── xboard.js ├── chickendelivery ├── chickendelivery.js ├── ckndlvry.bin ├── commands.js ├── install-xtrn.ini ├── instruct.ans ├── leveledit.js ├── leveleditor.js ├── levels.json ├── server.ini ├── service.js ├── sprites │ ├── alien-blue.bin │ ├── alien-blue.ini │ ├── alien-cyan.bin │ ├── alien-cyan.ini │ ├── alien-green.bin │ ├── alien-green.ini │ ├── alien-red.bin │ ├── alien-red.ini │ ├── chicken.bin │ ├── chicken.ini │ ├── demon-blue.bin │ ├── demon-blue.ini │ ├── demon-cyan.bin │ ├── demon-cyan.ini │ ├── demon-green.bin │ ├── demon-green.ini │ ├── demon-red.bin │ ├── demon-red.ini │ ├── door.bin │ ├── door.ini │ ├── dwer.bin │ ├── dwer.ini │ ├── extratime.bin │ ├── extratime.ini │ ├── flighttime.bin │ ├── flighttime.ini │ ├── ghost-blue.bin │ ├── ghost-blue.ini │ ├── ghost-cyan.bin │ ├── ghost-cyan.ini │ ├── ghost-green.bin │ ├── ghost-green.ini │ ├── ghost-king.bin │ ├── ghost-king.ini │ ├── ghost-red.bin │ ├── ghost-red.ini │ ├── jerf.bin │ ├── jerf.ini │ ├── lester.bin │ ├── lester.ini │ ├── moped.bin │ ├── moped.ini │ ├── robot-blue.bin │ ├── robot-blue.ini │ ├── robot-cyan.bin │ ├── robot-cyan.ini │ ├── robot-green.bin │ ├── robot-green.ini │ ├── robot-red.bin │ ├── robot-red.ini │ ├── telegard-gray.bin │ ├── telegard-gray.ini │ ├── telegard-red.bin │ └── telegard-red.ini └── sysop.doc ├── dd_arc_viewer ├── dd_arc_viewer.example.cfg ├── dd_arc_viewer.js ├── dd_arc_viewer_cleanup.js ├── dd_arc_viewer_file_types.example.cfg ├── readme.txt ├── revision_history.txt └── updating_from_previous_versions.txt ├── dd_msg_scan_cfg ├── dd_msg_scan_cfg.example.ini ├── dd_msg_scan_cfg.js ├── dd_msg_scan_cfg_default_theme.ini ├── readme.txt └── version_history.txt ├── dd_upload_processor ├── ddup.example.cfg ├── ddup.js ├── ddup_cleanup.js ├── ddup_file_types.example.cfg ├── readme.txt └── version_history.txt ├── ddfilelister ├── ddfilelister.example.ini ├── ddfilelister.js ├── ddfl_cfg.js ├── defaultTheme.cfg ├── readme.txt └── revision_history.txt ├── dgnlance ├── armour.js ├── armours.ini ├── dgnlance.ini ├── dgnlance.js ├── docs.asc ├── guards.asc ├── menu.asc ├── monsters1.ini ├── monsters2.ini ├── monsters3.ini ├── monsters4.ini ├── monsters5.ini ├── player.js ├── plug.asc ├── weapon.js └── weapons.ini ├── dicewarz ├── ai.ini ├── ai.js ├── dice.doc ├── dice.ini ├── dice.js ├── diceroll.js ├── dicewarz.bin ├── display.js ├── exit.bin ├── install-xtrn.ini ├── lock.js ├── maps.js ├── menu.js ├── player.js ├── sysop.doc └── territory.js ├── dicewarz2 ├── ai.ini ├── ai.js ├── background.bin ├── dice.ini ├── dice.txt ├── dice2.js ├── dicefunc.js ├── diceobj.js ├── dicewarz2.bin ├── exit.bin ├── game.js ├── install-xtrn.ini ├── lobby.bin ├── server.ini ├── service.js └── sysop.doc ├── doorscan ├── 003-doorscan.xjs ├── doorscan.js ├── doorscan.txt └── doorscan.xjs ├── dovebowl ├── create.asc ├── dovebowl.ini ├── dovebowl.js ├── gamelist.asc ├── leagues.asc ├── owner.asc ├── picklist.asc └── resultslist.asc ├── dpoker ├── GNUmakefile ├── Makefile ├── changes.doc ├── dpconfig.c ├── dpoker ├── dpoker.c ├── dpoker.doc ├── dpoker.dsp ├── dpoker.dsw ├── dpoker.how ├── dpoker.ini ├── dpoker.ins ├── file_id.diz ├── gpl.txt ├── install-xtrn.ini ├── objects.mk ├── readme.1st └── targets.mk ├── druglord ├── ANSI.js ├── Drug.js ├── INSTALL.txt ├── Location.js ├── README.txt ├── atm.js ├── druglord.ans ├── druglord.js ├── event.js ├── highscore.ans ├── install-xtrn.ini ├── logos.ans ├── pocket.js ├── server.ini └── winners.ans ├── ecreader ├── ecReader.js ├── lib.js ├── readme.txt └── settings.ini ├── fatfish ├── ANSI.js ├── Fish.js ├── INSTALL.txt ├── README.txt ├── Rod.js ├── bass.ans ├── cast.js ├── duel.ans ├── eel.ans ├── fail1.ans ├── fatfish.js ├── float-wait-orig-nudge.ans ├── float-wait-orig.ans ├── float-wait.ans ├── help-cast.ans ├── help.ans ├── install-xtrn.ini ├── record-personal.ans ├── safe_pause.js ├── server.ini ├── shop.js ├── symbols.asc ├── title.ans ├── trophy.ans └── trout.ans ├── go-for ├── go-for.js ├── help.txt └── install-xtrn.ini ├── gooble ├── commands.js ├── gooble.js ├── help.bin ├── install-xtrn.ini ├── readme.txt ├── server.ini ├── service.js ├── splash.bin └── sprites │ ├── fruit.bin │ ├── fruit.ini │ ├── ghost01.bin │ ├── ghost01.ini │ ├── ghost02.bin │ ├── ghost02.ini │ ├── ghost03.bin │ ├── ghost03.ini │ ├── ghost04.bin │ ├── ghost04.ini │ ├── gooble.bin │ ├── gooble.ini │ ├── pellet.bin │ ├── pellet.ini │ ├── powerpellet.bin │ └── powerpellet.ini ├── groupie_news_reader ├── default_theme.ini ├── groupie.example.ini ├── groupie.js ├── groupie_cfg.js ├── list_headers │ ├── articles_Elite.ans │ ├── articles_Elite.asc │ ├── articles_Freak_10.ans │ ├── articles_Freak_10.asc │ ├── articles_Glare.ans │ ├── articles_Glare.asc │ ├── articles_Roman.ans │ ├── articles_Roman.asc │ ├── newsgroups_Elite.ans │ ├── newsgroups_Elite.asc │ ├── newsgroups_Freak_10.ans │ ├── newsgroups_Freak_10.asc │ ├── newsgroups_Glare.ans │ ├── newsgroups_Glare.asc │ ├── newsgroups_Roman.ans │ └── newsgroups_Roman.asc ├── readme.txt └── version_history.txt ├── gttrivia ├── gttrivia.asc ├── gttrivia.ini ├── gttrivia.js ├── install-xtrn.ini ├── lib.js ├── qa │ ├── converter.js │ ├── dirty_minds.qa │ ├── general.qa │ ├── music_movies_and_entertainment.qa │ ├── names_of_people.qa │ ├── star_trek_general.qa │ ├── the_office_us.qa │ └── word_unscramble_english.qa ├── readme.txt ├── revision_history.txt └── server │ ├── commands.js │ └── service.js ├── hamtest ├── 999-hamtest.ssjs ├── Advanced.js ├── Basic.js ├── Extra.js ├── General.js ├── Technician.js ├── hamtest.js ├── install-xtrn.ini ├── parse_ca_pool.pl └── parse_pool.pl ├── jeopardized ├── install-xtrn.ini ├── jeopardized.js ├── lib │ ├── database.js │ ├── defs.js │ ├── frame-ext.js │ └── func.js ├── readme.txt ├── server │ ├── commands.js │ ├── maintenance.js │ └── service.js ├── settings.ini └── views │ ├── answer.js │ ├── bin-scroller.js │ ├── board.js │ ├── clue.js │ ├── credits.bin │ ├── game.js │ ├── help.bin │ ├── jeopardized.bin │ ├── menu.js │ ├── messages.js │ ├── news.js │ ├── popup.js │ ├── round.js │ ├── scoreboard.js │ └── wager.js ├── kingdom └── kingdom.js ├── knk ├── .gitignore ├── install-xtrn.ini ├── knk.doc └── knk.js ├── lemons ├── commands.js ├── dbhelper.js ├── defs.js ├── game.js ├── help.bin ├── help.js ├── install-xtrn.ini ├── lemons.bin ├── lemons.js ├── level.js ├── leveledit.js ├── leveleditor.js ├── levels.json ├── menu.js ├── readme.txt ├── server.ini ├── service.js └── sprites │ ├── brick.bin │ ├── brick.ini │ ├── entrance.bin │ ├── entrance.ini │ ├── exit.bin │ ├── exit.ini │ ├── lava.bin │ ├── lava.ini │ ├── lemon.bin │ ├── lemon.ini │ ├── metal.bin │ ├── metal.ini │ ├── shooter-e.bin │ ├── shooter-e.ini │ ├── shooter-w.bin │ ├── shooter-w.ini │ ├── shot.bin │ ├── shot.ini │ ├── slime.bin │ ├── slime.ini │ ├── water.bin │ └── water.ini ├── life ├── gliders.bin ├── gun.bin ├── life.js └── line.bin ├── lord ├── LORDARMR.ICN ├── LORDBANK.ICN ├── LORDBART.ICN ├── LORDDARK.ICN ├── LORDDEAD.ICN ├── LORDDRAG.ICN ├── LORDFRM1.ICN ├── LORDFRM2.ICN ├── LORDFRM3.ICN ├── LORDFRST.ICN ├── LORDHEAD.ICN ├── LORDHEAL.ICN ├── LORDINN1.ICN ├── LORDINN2.ICN ├── LORDINT1.ICN ├── LORDINT2.ICN ├── LORDKING.ICN ├── LORDLRG.ICN ├── LORDNEWW.ICN ├── LORDSCRL.ICN ├── LORDTAV.ICN ├── LORDTHEF.ICN ├── LORDTURG.ICN ├── LORDTWN1.ICN ├── LORDTWN2.ICN ├── LORDTWN3.ICN ├── LORDWIZ2.ICN ├── LORDWNDO.ICN ├── Sysop.doc ├── addpass.js ├── aratime │ └── aratime.js ├── badsay.lrd ├── barak │ └── barak.js ├── convert.js ├── convmenu.js ├── dstart.lrd ├── dumpplayers.js ├── flooks.txt ├── garden.lrd ├── goodsay.lrd ├── grabbag │ ├── grabbag.js │ ├── menus.lrd │ └── read.me ├── gravyard │ ├── gravyard.gra │ ├── gravyard.js │ ├── gravyard.txt │ └── whatsnew.gra ├── gstart.lrd ├── install-xtrn.ini ├── lord.ini ├── lord.js ├── lordrip.lrd ├── lordsrv.ini ├── lordsrv.js ├── lordtxt.lrd ├── menus │ ├── 4horslrd │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── addmun10 │ │ ├── cfthing.ans │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ ├── start5.lrd │ │ └── thingad.ans │ ├── adultmon │ │ ├── adultmon.doc │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── offer.doc │ ├── aftrmh10 │ │ ├── aftermth.doc │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── mustread.now │ ├── al353 │ │ ├── ansilord.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── al40 │ │ └── lordtxt.lrd │ ├── anlord10 │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ ├── readme.1st │ │ └── register.doc │ ├── ansilord │ │ ├── ansilord.doc │ │ ├── ansilord.reg │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── arabld20 │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── barnlord │ │ ├── barnlord.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── bblor102 │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── readnow.txt │ ├── bludlrd │ │ ├── bludlrd.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── cltlrd10 │ │ ├── cltclord.doc │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── clu_enem │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lookhere.1st │ │ ├── opivy.ans │ │ └── read_the.dox │ ├── colorld │ │ ├── colorld.doc │ │ ├── dstart.lrd │ │ ├── gstart.lrd │ │ ├── lordtxt.lrd │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── cyber209 │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ ├── readnow.txt │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── daemonic │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ ├── read.me │ │ └── readnow.txt │ ├── demon01 │ │ ├── demonlor.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── depress │ │ ├── depress.txt │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── dethmenu │ │ ├── dethmenu.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── dimensia │ │ ├── dimensio.ans │ │ ├── file_id.diz │ │ ├── lookhere.1st │ │ └── lordtxt.lrd │ ├── dklord │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── dllord20 │ │ ├── backup.ans │ │ ├── dllord.doc │ │ ├── file_id.diz │ │ ├── hey.ans │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── dlrealm │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── readme.now │ ├── doomlord │ │ ├── doomlord.doc │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── dragford │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── read.me │ ├── draghunt │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── dsrtlord │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── sysop.doc │ ├── egyptlrd │ │ ├── egptlord.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── elflord │ │ ├── elflord.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── evenlord │ │ ├── evenlord.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── exptlord │ │ ├── eye.ans │ │ ├── file_id.diz │ │ ├── ldexprt.doc │ │ └── lordtxt.lrd │ ├── extrlord │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── falltxt │ │ ├── fall.doc │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── garlord │ │ ├── file_id.diz │ │ ├── garlord.doc │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── ghostlor │ │ ├── file_id.diz │ │ ├── ghstlrd.doc │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── readnow.txt │ ├── ghostlrd │ │ ├── file_id.diz │ │ ├── ghstlrd.doc │ │ ├── lenemy.bin │ │ ├── lookhere.1st │ │ └── lordtxt.lrd │ ├── gslord │ │ ├── badsay.lrd │ │ └── lordtxt.lrd │ ├── gwarlrd2 │ │ ├── file_id.diz │ │ ├── gwarlrd2.doc │ │ └── lordtxt.lrd │ ├── hellfire │ │ ├── file_id.diz │ │ ├── hellfire.doc │ │ └── lordtxt.lrd │ ├── hilbilld │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ └── readme.now │ ├── hippy │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── readnow.txt │ ├── jaxlord │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── ldcolors │ │ ├── file_id.diz │ │ ├── ldcolor.doc │ │ └── lordtxt.lrd │ ├── ldrrated │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lookhere.1st │ │ ├── lordtxt.lrd │ │ └── rrated.doc │ ├── ldterror │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── terror.doc │ ├── ldxxx │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ ├── prelord.ans │ │ └── xxxrated.doc │ ├── ledlord │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ └── setup.doc │ ├── legend1 │ │ ├── file_id.diz │ │ ├── legend1.doc │ │ └── lordtxt.lrd │ ├── legends │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── lgdspy │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── spy.doc │ ├── lichlord │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── loms │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── readme.1st │ ├── looney10 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── looney.doc │ │ └── lordtxt.lrd │ ├── lordansi │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── readme.txt │ ├── lordcarn │ │ ├── file_id.diz │ │ ├── lordcarn.doc │ │ └── lordtxt.lrd │ ├── lordchng │ │ ├── badsay.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ └── readme.1st │ ├── lordmorn │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── mornlord.doc │ ├── lordshad │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── shadlord.doc │ ├── lordtxt │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── lwinter2 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── winter.doc │ ├── mashlord │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── readme.now │ ├── mdrnwrld │ │ ├── file_id.diz │ │ ├── hell.ans │ │ ├── lordtxt.lrd │ │ ├── modern.doc │ │ └── readnow.txt │ ├── met10b │ │ ├── badsay.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── lordtxt.lrd │ │ └── sysop's.doc │ ├── mtglord │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── mtolymps │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── readme.now │ ├── mystlord │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── mystlord.doc │ ├── newmon10 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── newmon10.doc │ ├── nightfal │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── nuktown │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── oneless │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── sysop.doc │ ├── pyrolord │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── scmon12 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── sysop.doc │ ├── sh3-5 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── sh3-5.doc │ ├── simpson │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── spider-4 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── sswlrd12 │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── star10 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── sumlord │ │ ├── badsay.lrd │ │ ├── goodsay.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── normsay.lrd │ ├── swlord │ │ ├── badsay.lrd │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── goodsay.lrd │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── normsay.lrd │ │ ├── read.!!! │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ ├── start5.lrd │ │ └── swlord.ans │ ├── tavern10 │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── tavern10.doc │ ├── tdragd06 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readnow.txt │ │ ├── tdragd.doc │ │ └── tdragd.reg │ ├── tdt_inc │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── tdt_inc.txt │ ├── tlord20 │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── register.doc │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ ├── start5.lrd │ │ └── tlord20.doc │ ├── tnglord │ │ ├── bworld.ans │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ ├── start5.lrd │ │ ├── tnglord.ans │ │ └── tnglord.txt │ ├── toby │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── vamp01 │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readnow.txt │ │ └── vampire.doc │ ├── vamplord │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ ├── viowed01 │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── wedding.doc │ ├── visio003 │ │ ├── file_id.diz │ │ └── lordtxt.lrd │ ├── vlord15 │ │ ├── dstart.lrd │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lordtxt.lrd │ │ ├── register.doc │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ ├── start5.lrd │ │ └── vlord15.doc │ ├── warriors │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── read.me │ ├── wetlord │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── wetlord.doc │ ├── willowld │ │ ├── file_id.diz │ │ ├── gstart.lrd │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ ├── readme.now │ │ ├── start1.lrd │ │ ├── start2.lrd │ │ ├── start3.lrd │ │ ├── start4.lrd │ │ └── start5.lrd │ ├── wlord1_0 │ │ ├── badsay.lrd │ │ ├── file_id.diz │ │ ├── lenemy.bin │ │ ├── lordtxt.lrd │ │ └── normsay.lrd │ ├── wulftxt │ │ ├── lenemy.bin │ │ └── lordtxt.lrd │ └── xlordspz │ │ ├── file_id.diz │ │ ├── lordtxt.lrd │ │ └── readme.now ├── mlooks.txt ├── normsay.lrd ├── oorphans │ ├── boynames.dat │ ├── file_id.diz │ ├── girlnames.dat │ ├── howdied.dat │ ├── oorphans.js │ └── sysop.doc ├── outhouse │ ├── README.md │ ├── outhouse.js │ └── outhouse.txt ├── pickle │ ├── LICENSE │ ├── README.md │ ├── garden.ans │ ├── pickle.ans │ └── pickle.js ├── recorddefs.js ├── start1.lrd ├── start2.lrd ├── start3.lrd ├── start4.lrd └── start5.lrd ├── lord2 ├── .gitignore ├── alloff.js ├── arris.ref ├── boat.ref ├── bone.ref ├── bounty.ref ├── castle1.ref ├── castle2.ref ├── castle3.ref ├── castle4.ref ├── cnw │ ├── 30dayidx.dat │ ├── 3rdparty.dat │ ├── alchmist.clr │ ├── alien.ref │ ├── andhouse.ref │ ├── andrew.ref │ ├── archery.clr │ ├── arris.ref │ ├── atlantis.ref │ ├── atrain.ref │ ├── auction.ref │ ├── backdoor.ref │ ├── badcomp.ref │ ├── badwords.dat │ ├── baitshop.ref │ ├── bandit.ref │ ├── bann.clr │ ├── bat.ref │ ├── battle.ref │ ├── battle1.ans │ ├── battle2.ans │ ├── battle2.ref │ ├── battle3.ans │ ├── battle4.ans │ ├── battle5.ans │ ├── battle6.ans │ ├── battlefx.ref │ ├── battlest.ref │ ├── battlexh.ref │ ├── begger.ref │ ├── blackbar.ref │ ├── blackdgn.ref │ ├── bldn.ref │ ├── blizzard.ref │ ├── blksheep.ref │ ├── blue.ref │ ├── blues.ref │ ├── bmblchck.clr │ ├── boat.ref │ ├── bone.ref │ ├── bong.ref │ ├── bordgard.clr │ ├── bounty.ref │ ├── breanna.ref │ ├── bunfig.ref │ ├── bunny.ref │ ├── camelot.ref │ ├── canoe.chk │ ├── canoe.idf │ ├── canoe.ref │ ├── canoeday.ref │ ├── castaway.ans │ ├── castle.ovr │ ├── castle1.ref │ ├── castle2.ref │ ├── castle3.ref │ ├── castle32.ref │ ├── castle4.ref │ ├── church.ref │ ├── cinnamon.idf │ ├── cleft.ref │ ├── cloak.ref │ ├── cloakf.ref │ ├── coliseum.ref │ ├── cottage.ref │ ├── crazy.ref │ ├── dangerf.ref │ ├── dangerf2.ref │ ├── dangerf3.ref │ ├── deeds.ref │ ├── deeds2.ref │ ├── deinstal.ref │ ├── descent.ref │ ├── devhot.ref │ ├── devil.ref │ ├── devisl.ref │ ├── devisl2.ref │ ├── df.ref │ ├── dforest.ref │ ├── disco.ref │ ├── divinec.ref │ ├── doc.ref │ ├── doc2.ref │ ├── docs │ │ ├── 3rdparty.bak │ │ ├── 3rdparty.doc │ │ ├── about.txt │ │ ├── backdoor.doc │ │ ├── begger.txt │ │ ├── blue.doc │ │ ├── bong.doc │ │ ├── canoe.doc │ │ ├── cnw-bugs.txt │ │ ├── cnw-todo.txt │ │ ├── cnw.ad │ │ ├── cnw.txt │ │ ├── coliseum.doc │ │ ├── compile.doc │ │ ├── coolhou.nfo │ │ ├── cstats.doc │ │ ├── deadsay.txt │ │ ├── descent.doc │ │ ├── developr.doc │ │ ├── devil.doc │ │ ├── devils.txt │ │ ├── disco.doc │ │ ├── exfun.doc │ │ ├── extitems.doc │ │ ├── freddy.doc │ │ ├── gargoyle.doc │ │ ├── grsysop.rln │ │ ├── gypsi.txt │ │ ├── hawood.txt │ │ ├── history.doc │ │ ├── ibbs.doc │ │ ├── igm.bak │ │ ├── igm.doc │ │ ├── ilist.txt │ │ ├── innguard.txt │ │ ├── inns.doc │ │ ├── island.doc │ │ ├── items.txt │ │ ├── jennie.doc │ │ ├── jennie2.doc │ │ ├── kiteria.doc │ │ ├── l2cnw.app │ │ ├── l2map.dox │ │ ├── l2nwfaq.doc │ │ ├── lbugrpt.doc │ │ ├── lenny.doc │ │ ├── lokisinn.doc │ │ ├── mcode.doc │ │ ├── mimsic.doc │ │ ├── newstuff.txt │ │ ├── obugrpt.doc │ │ ├── odinkeep.doc │ │ ├── order.doc │ │ ├── orphan.doc │ │ ├── owtc.doc │ │ ├── py'spl~1.rtf │ │ ├── qbugrpt.doc │ │ ├── quester.doc │ │ ├── read_me.txt │ │ ├── readme │ │ ├── readme.1st │ │ ├── readme.6 │ │ ├── readme.doc │ │ ├── readme.ice │ │ ├── readme.now │ │ ├── readme.txt │ │ ├── readme2.now │ │ ├── readme2.txt │ │ ├── readme3.now │ │ ├── readme3.txt │ │ ├── readme4.doc │ │ ├── refhelp.doc │ │ ├── register.doc │ │ ├── registry.doc │ │ ├── reset.doc │ │ ├── rtwedit.txt │ │ ├── sandcity.txt │ │ ├── seasons.doc │ │ ├── slayer.doc │ │ ├── sysop.doc │ │ ├── sysop.txt │ │ ├── sysop2.doc │ │ ├── sysops.doc │ │ ├── teamlord.txt │ │ ├── theif.doc │ │ ├── thod.doc │ │ ├── tmhsknew.doc │ │ ├── tscrew.doc │ │ ├── tst.doc │ │ ├── uga.doc │ │ ├── update.doc │ │ ├── upgrade.txt │ │ ├── violet.doc │ │ ├── wally.doc │ │ ├── wampa.doc │ │ ├── warning.txt │ │ ├── whatsnew.112 │ │ ├── whatsnew.doc │ │ ├── whatsnew.txt │ │ ├── wishwel2.txt │ │ ├── wizard20.doc │ │ ├── wizcast.doc │ │ └── xena.txt │ ├── dormft.ref │ ├── dragon.ref │ ├── dragons.ref │ ├── drgnhm2.ref │ ├── drgnhome.ref │ ├── drinkoff.ref │ ├── dsprhope.ref │ ├── end.ref │ ├── ericsbar.ref │ ├── error.log │ ├── ex!.ref │ ├── example.ref │ ├── extitems.idf │ ├── extitems.ref │ ├── faerie.ref │ ├── falls.ref │ ├── farm.ref │ ├── felhouse.ref │ ├── felicity.ref │ ├── ffear.ref │ ├── fgrave.ref │ ├── figaro.ref │ ├── figarol.ref │ ├── figarop.ref │ ├── figaror.ref │ ├── fight.ref │ ├── fightne.ref │ ├── fightnw.ref │ ├── fightsw.ref │ ├── finger.ans │ ├── fishy.ans │ ├── fishyl.ans │ ├── fishys.ans │ ├── flagcity.ref │ ├── flirt.ref │ ├── flirtd.ref │ ├── flowers.ref │ ├── fonts │ │ ├── lord2.fnt │ │ └── readme.txt │ ├── freddy.ref │ ├── gamble.ref │ ├── game.dat │ ├── gametxt.ref │ ├── gandalf.ref │ ├── garden.clr │ ├── gargoyle.ref │ ├── genran.ref │ ├── genran2.ref │ ├── give.ref │ ├── glendale.ref │ ├── gm23.ref │ ├── goblin.ref │ ├── gorilla.ref │ ├── gravey.ref │ ├── green.ref │ ├── griz.ref │ ├── gshops.ref │ ├── guards.clr │ ├── gumgod.ans │ ├── gumtown.ref │ ├── gumtown2.ref │ ├── gumtown3.ref │ ├── gumtown4.ref │ ├── gurub.ref │ ├── guy.ref │ ├── gypsy.ref │ ├── gypsysp.ref │ ├── habib.ref │ ├── hackney.ref │ ├── hatalk.ref │ ├── hate.ref │ ├── haunted.ref │ ├── hawk.clr │ ├── hawood.ref │ ├── hell.ref │ ├── help.ref │ ├── hitems.ref │ ├── home.ref │ ├── hongcfg.ref │ ├── hongkong.ref │ ├── hongmons.ref │ ├── hongwhor.ref │ ├── house.ref │ ├── house1.ref │ ├── house2.ref │ ├── igm │ │ ├── alien.igm │ │ ├── andrew.igm │ │ ├── atrain.igm │ │ ├── backdoor.igm │ │ ├── badcomp.igm │ │ ├── baitshop.igm │ │ ├── bandit.igm │ │ ├── battle.igm │ │ ├── begger.igm │ │ ├── blackbar.igm │ │ ├── blackdc.igm │ │ ├── blizzard.igm │ │ ├── blksheep.igm │ │ ├── blue.igm │ │ ├── bong.igm │ │ ├── breanna.igm │ │ ├── bunny.igm │ │ ├── canoe.igm │ │ ├── church.igm │ │ ├── cleft.igm │ │ ├── cloak.igm │ │ ├── coliseum.igm │ │ ├── cottage.igm │ │ ├── crazy.igm │ │ ├── descent.igm │ │ ├── devil.igm │ │ ├── devisl.igm │ │ ├── disco.igm │ │ ├── divinec.igm │ │ ├── doc.igm │ │ ├── drgnhome.igm │ │ ├── dsprhope.igm │ │ ├── exfun.igm │ │ ├── faerie.igm │ │ ├── farm.igm │ │ ├── felicity.igm │ │ ├── ffear.igm │ │ ├── fgrave.igm │ │ ├── figaro.igm │ │ ├── freddy.igm │ │ ├── gargoyle.igm │ │ ├── give.igm │ │ ├── glendale.igm │ │ ├── gorilla.igm │ │ ├── griz.igm │ │ ├── gum.igm │ │ ├── gurub.igm │ │ ├── guy.igm │ │ ├── gypsy.igm │ │ ├── habib.igm │ │ ├── haunted.igm │ │ ├── hawood.igm │ │ ├── hongkong.igm │ │ ├── house.igm │ │ ├── icelord.igm │ │ ├── innguard.igm │ │ ├── inns.igm │ │ ├── island.igm │ │ ├── isle.igm │ │ ├── jcamelot.igm │ │ ├── jennie.igm │ │ ├── jester.igm │ │ ├── jrest.igm │ │ ├── kiteria.igm │ │ ├── knotwood.igm │ │ ├── lenny.igm │ │ ├── lokisinn.igm │ │ ├── mimsic.igm │ │ ├── mine.igm │ │ ├── mold.igm │ │ ├── mon.igm │ │ ├── mortal.igm │ │ ├── mosh.igm │ │ ├── myst.igm │ │ ├── mythran.igm │ │ ├── ocean.igm │ │ ├── odinkeep.igm │ │ ├── orphan.igm │ │ ├── owtc.igm │ │ ├── p1092.igm │ │ ├── p1357.igm │ │ ├── p1436.igm │ │ ├── palo.igm │ │ ├── passage.igm │ │ ├── photek.igm │ │ ├── prison.igm │ │ ├── pyramid.igm │ │ ├── qfortres.igm │ │ ├── quester.igm │ │ ├── rdcastle.igm │ │ ├── rdhide.igm │ │ ├── reddtown.igm │ │ ├── registry.igm │ │ ├── reset.igm │ │ ├── resort.igm │ │ ├── revenge.igm │ │ ├── rose.igm │ │ ├── sandcity.igm │ │ ├── save.igm │ │ ├── scorp.igm │ │ ├── scvngr.igm │ │ ├── seasons.igm │ │ ├── shark.igm │ │ ├── ship.igm │ │ ├── shipwrk.igm │ │ ├── show.igm │ │ ├── sl.igm │ │ ├── slayer.igm │ │ ├── soldacar.igm │ │ ├── sorry.igm │ │ ├── stoneb.igm │ │ ├── sword.igm │ │ ├── swordcas.igm │ │ ├── sysop.igm │ │ ├── talquiz.igm │ │ ├── teaml.igm │ │ ├── tempmap.igm │ │ ├── tense.igm │ │ ├── theif.igm │ │ ├── thief.igm │ │ ├── thod.igm │ │ ├── tls1.igm │ │ ├── tm.igm │ │ ├── tmhsk.igm │ │ ├── tok.igm │ │ ├── torin.igm │ │ ├── tscrew.igm │ │ ├── tst.igm │ │ ├── uga.igm │ │ ├── vdhut.igm │ │ ├── violet.igm │ │ ├── voyage.igm │ │ ├── wally.igm │ │ ├── wampa.igm │ │ ├── wedchap.igm │ │ ├── wgrave.igm │ │ ├── wishwel2.igm │ │ ├── wizard20.igm │ │ ├── wizcast.igm │ │ ├── woodland.igm │ │ └── xena.igm │ ├── inn.ref │ ├── inns.ref │ ├── inns1.ref │ ├── inns2.ref │ ├── install.ref │ ├── island.ref │ ├── isle.ref │ ├── islea.ref │ ├── isleb.ref │ ├── islemall.ref │ ├── item99.ref │ ├── itemname.ref │ ├── items.dat │ ├── items.ref │ ├── itemsel.ref │ ├── jcastle.ref │ ├── jennie.ref │ ├── jester.clr │ ├── joust.clr │ ├── jump.ref │ ├── jw-isle.ref │ ├── jw-isle1.ref │ ├── jw-isle2.ref │ ├── jw-isle3.ref │ ├── jw-islel.mil │ ├── king.clr │ ├── kiteria.ref │ ├── knotwood.ref │ ├── knuckle.ref │ ├── koshi.ref │ ├── kraken.ans │ ├── l2tree.dat │ ├── lenny.ref │ ├── locate.ref │ ├── locate2.ref │ ├── location.ref │ ├── lockers.ref │ ├── lockmant.idf │ ├── lockmant.ref │ ├── lockref2.ref │ ├── lockref3.ref │ ├── lockref4.ref │ ├── lockref5.ref │ ├── lockref6.ref │ ├── logstuff.ref │ ├── loki.ref │ ├── lokia.ref │ ├── lokib.ref │ ├── lokigrdb.ref │ ├── lokiguar.ref │ ├── lokirmb.ref │ ├── lokiroom.ref │ ├── lord.ans │ ├── lordad.ans │ ├── love1.ref │ ├── maint.idf │ ├── maint.ref │ ├── majic.ref │ ├── map.dat │ ├── mdata.dat │ ├── mine.ref │ ├── minn.ref │ ├── mold.ref │ ├── mon.ref │ ├── mortal.ref │ ├── mosh.ref │ ├── movegold.idf │ ├── mrgtroid.clr │ ├── myhome.ref │ ├── myst.ref │ ├── mythran.ref │ ├── npc-sex.ref │ ├── npc │ │ ├── npc-79.idf │ │ ├── npc-bday.idf │ │ ├── npc-df.idf │ │ ├── npc-hp.idf │ │ ├── npc-hp2.idf │ │ ├── npc-st.idf │ │ ├── npcage.idf │ │ ├── npcagep.idf │ │ ├── npcbday.tmp │ │ ├── npcchange.tmp │ │ ├── npcgems.idf │ │ ├── npcgendr.idf │ │ ├── npcgold.idf │ │ ├── npcgreed.idf │ │ ├── npchange.idf │ │ ├── npcjob.idf │ │ ├── npclbs.idf │ │ ├── npclost.idf │ │ ├── npcloyal.idf │ │ ├── npcreqc1.idf │ │ ├── npcreqc2.idf │ │ ├── npcreqc3.idf │ │ ├── npcreqc4.idf │ │ ├── npcreqc5.idf │ │ ├── npcreqc6.idf │ │ ├── npcreqc7.idf │ │ ├── npcreqc8.idf │ │ ├── npcreql.idf │ │ ├── npcslut.idf │ │ ├── npcstat.idf │ │ ├── npctaxes.idf │ │ ├── npctimes.idf │ │ ├── npctouch.idf │ │ ├── npcvd.idf │ │ ├── taxyear.idf │ │ └── wedchk.tmp │ ├── npcfight.ref │ ├── npcflirt.ref │ ├── npcflrt2.ref │ ├── npcgosip.ref │ ├── npclost.ref │ ├── npcmaint.ref │ ├── npcmake.ref │ ├── npcmake2.ref │ ├── npcmake3.ref │ ├── npcmake4.ref │ ├── npcmake5.ref │ ├── npcname.ref │ ├── npcname2.ref │ ├── npcwed.ref │ ├── npcwedd.ref │ ├── npcwith.ref │ ├── ocean.ref │ ├── ocean2.ref │ ├── ocean3.ref │ ├── odinkeep.ref │ ├── oracle1.ref │ ├── oracle2.ref │ ├── oracle3.ref │ ├── orphan.ref │ ├── owtc.ref │ ├── palo.ref │ ├── pass3.ref │ ├── passage.ref │ ├── passagez.ref │ ├── passinn.ref │ ├── pastuff.ref │ ├── pawnshop.ref │ ├── pentagrm.ref │ ├── people.ref │ ├── photek.ref │ ├── polar.ref │ ├── pooch.clr │ ├── porttown.ref │ ├── ppyramid.ref │ ├── prison.ref │ ├── prisonb.ref │ ├── prisonc.ref │ ├── prisond.ref │ ├── prisone.ref │ ├── prisonf.ref │ ├── pyramid.ref │ ├── qfortres.ref │ ├── quest.ref │ ├── quester.ref │ ├── rdfight.ref │ ├── reddfrst.ref │ ├── reddtown.ref │ ├── reset.bat │ ├── reset.ref │ ├── reset.sh │ ├── resort.ref │ ├── revenge.ref │ ├── revmon.ref │ ├── riding.clr │ ├── rock.ref │ ├── rose.ref │ ├── rose1.ans │ ├── rose10.ans │ ├── rose2.ans │ ├── rose2.ref │ ├── rose3.ans │ ├── rose4.ans │ ├── rose5.ans │ ├── rose6.ans │ ├── rose7.ans │ ├── rose8.ans │ ├── rose9.ans │ ├── rroom.ref │ ├── rroom2.ref │ ├── rules.ref │ ├── sandcity.ref │ ├── save.ref │ ├── scorp.ref │ ├── scvngr.num │ ├── scvngr.ref │ ├── scvngr1.ans │ ├── scvngr2.ans │ ├── scvngr3.ans │ ├── sea01.ans │ ├── seasons.ref │ ├── shark.ref │ ├── shell.ans │ ├── shell.ref │ ├── ship.ref │ ├── shipwrk.ref │ ├── show.ref │ ├── show2.ref │ ├── show3.ref │ ├── show4.ref │ ├── show5.ref │ ├── sl.ref │ ├── slayer.ref │ ├── slayer2.ref │ ├── sobank.ref │ ├── sold.ref │ ├── sorry.ref │ ├── spider.ref │ ├── srdtower.ref │ ├── stable.clr │ ├── stime.dat │ ├── stoneb.ref │ ├── stonep.ref │ ├── store.clr │ ├── sword.ref │ ├── swordcas.ref │ ├── sysop.map │ ├── sysop.ref │ ├── talk.ref │ ├── talquiz.ref │ ├── taxes.chk │ ├── taxes.idf │ ├── taxes.ref │ ├── taxes2.ref │ ├── tense1.ref │ ├── tense2.ref │ ├── tense3.ref │ ├── tensem.ref │ ├── theif.ref │ ├── thief.ref │ ├── thod.ref │ ├── time.dat │ ├── tldrag.ref │ ├── tlhouse.ref │ ├── tls1.ref │ ├── tls2.ref │ ├── tls3.ref │ ├── tm.ref │ ├── tmhsfrt.ref │ ├── tok.ref │ ├── tok1.ref │ ├── tok2.ref │ ├── tokmon.ref │ ├── toss.ans │ ├── tower.ans │ ├── trader.dat │ ├── train2.ref │ ├── train3.ref │ ├── training.ref │ ├── travel.ref │ ├── treasure.ref │ ├── tst.ref │ ├── tstdrgon.ref │ ├── tstinn.ref │ ├── turgon.ref │ ├── uga.ref │ ├── undead.ref │ ├── update.tmp │ ├── varlist.dat │ ├── vaults.idf │ ├── vaults.ref │ ├── vdhut.ref │ ├── vehicle.ref │ ├── version.dat │ ├── voyage.ref │ ├── voyfite.ref │ ├── wally.ref │ ├── wampa.ref │ ├── warriors.ref │ ├── weelie.ans │ ├── wench.clr │ ├── wgrave.ref │ ├── wishwel2.ref │ ├── wishwell.ref │ ├── wizard.clr │ ├── wizcast.ref │ ├── wizfight.ref │ ├── woodland.ref │ ├── world.dat │ ├── ww2.ref │ └── xena.ref ├── dforest.ref ├── dragon.ref ├── example.ref ├── fight.ref ├── fightne.ref ├── fightnw.ref ├── fightsw.ref ├── flagcity.ref ├── gamble.ref ├── gametxt.ref ├── genran.ref ├── gravey.ref ├── green.ref ├── gshops.ref ├── help.ref ├── home.ref ├── igm.js ├── inn.ref ├── install-xtrn.ini ├── items.dat ├── items.ref ├── koshi.ref ├── l2cfg.js ├── l2lib.js ├── logstuff.ref ├── lord2.fnt ├── lord2.js ├── maint.ref ├── map.dat ├── polar.ref ├── porttown.ref ├── quest.ref ├── rock.ref ├── rtscript.txt ├── rules.ref ├── sources │ ├── cnw-137.1b-installed.zip │ ├── cnw-1370.zip │ ├── cnw-1371.zip │ ├── cnw1371b.zip │ └── l2102.zip ├── stoneb.ref ├── stonep.ref ├── training.ref ├── travel.ref ├── turgon.ref └── world.dat ├── maze ├── exit.bin ├── fog.bin ├── game.js ├── install-xtrn.ini ├── instructions.bin ├── lobby.bin ├── maze.js ├── mazegen.js ├── mazeobj.js ├── mazerace.bin ├── menu.js ├── server.ini ├── service.js └── sysop.doc ├── mc ├── baccarat.js ├── install-xtrn.ini ├── mc.doc ├── mc.js ├── roulette.js ├── shared.js ├── slots.js └── twenty1.js ├── minesweeper ├── boom1.bin ├── boom2.bin ├── boom3.bin ├── boom4.bin ├── graphics.ppm ├── install-xtrn.ini ├── loser.bin ├── mine.bin ├── minesweeper.hlp ├── minesweeper.js ├── readme.txt ├── selmask.pbm ├── welcome.bin └── winner.bin ├── mrc ├── chat-with-mrc-stats-example.msg ├── chat_sec-with-mrc-example.js ├── mrc-client.example.ini ├── mrc-client.js ├── mrc-connector.example.ini ├── mrc-connector.js ├── mrc-display-menu-stats.js ├── mrc-help-ctcp.msg ├── mrc-help-main.msg ├── mrc-help-more.msg ├── mrc-help-nick.msg ├── mrc-help-theme.msg ├── mrc-help-twit.msg ├── mrc-session.js ├── mrc-splash.msg ├── mrc-theme-aqua.ini ├── mrc-theme-default.ini ├── mrc-theme-garden.ini ├── mrc-theme-hot.ini ├── mrc-theme-lilac.ini ├── mrc-theme-midnight.ini ├── mrc-theme-neon.ini ├── mrc-theme-rustic.ini ├── mrc-theme-stone.ini └── readme.txt ├── oneliners ├── commands.js ├── framed.js ├── install-xtrn.ini ├── lib.js ├── oneliners.js ├── oneliners.xjs ├── plain.js ├── readme.txt ├── service.js └── settings.ini ├── pisorama ├── pisorama.doc └── pisorama.js ├── postit └── postit.js ├── sbj ├── GNUmakefile ├── Makefile ├── install-xtrn.ini ├── objects.mk ├── sbj ├── sbj.bpf ├── sbj.bpr ├── sbj.c ├── sbj.cfg ├── sbj.doc ├── sbj.dsp ├── sbj.msg ├── sbjclean ├── sbjclean.c ├── sbjclean.dsp └── targets.mk ├── scb ├── instruct.msg ├── ld_time.msg ├── no_one.msg ├── no_zero.msg ├── phonecan.msg ├── refused.msg ├── scb.cfg ├── scb.doc ├── scb.msg ├── toolong.msg ├── tooshort.msg ├── verified.msg └── whats.new ├── sdk ├── xsdk.c ├── xsdk.h ├── xsdk.txt ├── xsdkdefs.h ├── xsdkinet.h ├── xsdkvars.c ├── xsdkwrap.c └── xsdkwrap.h ├── seabattle ├── battle.js ├── blarge.bin ├── bsmall.bin ├── exit.bin ├── game.js ├── handler.js ├── interbbs.doc ├── lobby.bin ├── menu.js ├── seabattl.js ├── server.ini └── sysop.doc ├── slyvote ├── install-xtrn.ini ├── readme.txt ├── slyv_cfg.js ├── slyvote.cfg └── slyvote.js ├── smm ├── adult.que ├── appear.que ├── basic.que ├── file_id.diz ├── list_hdr.asc ├── material.que ├── mb-e.asc ├── mb-enfj.asc ├── mb-enfp.asc ├── mb-entj.asc ├── mb-entp.asc ├── mb-esfj.asc ├── mb-esfp.asc ├── mb-estj.asc ├── mb-estp.asc ├── mb-f.asc ├── mb-fp.asc ├── mb-i.asc ├── mb-infj.asc ├── mb-infp.asc ├── mb-intj.asc ├── mb-intp.asc ├── mb-intro.asc ├── mb-isfj.asc ├── mb-isfp.asc ├── mb-istj.asc ├── mb-istp.asc ├── mb-j.asc ├── mb-n.asc ├── mb-nf.asc ├── mb-nt.asc ├── mb-p.asc ├── mb-s.asc ├── mb-sj.asc ├── mb-sp.asc ├── mb-t.asc ├── mb-tj.asc ├── mb-type.asc ├── mb-type.que ├── purity-1.asc ├── purity-2.asc ├── purity-3.asc ├── purity-4.asc ├── purity-5.asc ├── purity-6.asc ├── purity-7.asc ├── purity-8.asc ├── purity-9.asc ├── purity-a.asc ├── purity-b.asc ├── purity.100 ├── purity.500 ├── purity.asc ├── purity.que ├── que.lst ├── smm.can ├── smm.cfg ├── smm.doc ├── smm_help.asc ├── smm_logo.asc ├── smm_main.asc ├── smmcfg.js ├── smmdefs.js ├── smmevent.bat ├── smmstats.txt ├── smmvars.js └── upgrade.doc ├── starstocks ├── exit.bin ├── game.js ├── install-xtrn.ini ├── server.ini ├── stars.cfg ├── stars.doc ├── stars.js ├── starstocks.ans └── sysop.doc ├── startrek ├── help.bin ├── install-xtrn.ini ├── readme.txt ├── server.ini ├── sprites │ ├── borg.bin │ ├── borg.ini │ ├── cardassian.bin │ ├── cardassian.ini │ ├── defiant.bin │ ├── defiant.ini │ ├── galaxy.bin │ ├── galaxy.ini │ ├── gorn.bin │ ├── gorn.ini │ ├── intrepid.bin │ ├── intrepid.ini │ ├── klingon.bin │ ├── klingon.ini │ ├── pakled.bin │ ├── pakled.ini │ ├── photonTorpedo1.bin │ ├── photonTorpedo1.ini │ ├── photonTorpedo2.bin │ ├── photonTorpedo2.ini │ ├── photonTorpedo3.bin │ ├── photonTorpedo3.ini │ ├── romulan.bin │ └── romulan.ini ├── starfield.bin ├── startrek.bin └── startrek.js ├── synchronetris ├── board.bin ├── exit.bin ├── game.js ├── icon.bin ├── install-xtrn.ini ├── instructions.bin ├── lobby.bin ├── lobby.js ├── server.ini ├── service.js ├── synchronetris.bin ├── synchronetris.ini ├── sysop.doc ├── tetris.js └── tetrisobj.js ├── syncwall ├── bridge │ ├── history-migrator.js │ └── service.js ├── commands.js ├── install-xtrn.ini ├── readme.txt ├── server.ini ├── service.ini ├── service.js └── syncwall.js ├── synkroban ├── INSTALL.txt ├── install-xtrn.ini ├── levels │ ├── 100 Boxes.txt │ ├── 23x11.txt │ ├── Alphabet Soup.txt │ ├── Arfonzo.txt │ ├── Bugs.txt │ ├── Cubes and Tubes.txt │ ├── Learning Sokoban.txt │ ├── Microban.txt │ ├── Park.txt │ ├── Sasquatch.txt │ ├── Sven.txt │ └── The Adventurer.txt ├── server.ini └── synkroban.js ├── tbd ├── GNUmakefile ├── Makefile ├── gpl.txt ├── install-xtrn.ini ├── mapmaker.c ├── objects.h ├── objects.mk ├── readthis.1st ├── reroll ├── reroll.c ├── targets.mk ├── tbd ├── tbd.c ├── tbd.doc ├── tbd.h ├── tbd.ins ├── tbd.mnu ├── tbd.sty ├── tbd2.c ├── tbd_pack.c ├── tbd_pack.h └── tbdwin.ans ├── termtest └── termtest.js ├── thirsty ├── demographics.ini ├── demographics.js ├── game.ini ├── graphics │ ├── game.bin │ ├── help.bin │ ├── intro.bin │ ├── thirsty.bin │ ├── weather-0.bin │ ├── weather-1.bin │ ├── weather-2.bin │ ├── weather-3.bin │ └── weather-4.bin ├── install-xtrn.ini ├── player.js ├── products.ini ├── products.js ├── readme.txt ├── stock-items.ini ├── stock-items.js ├── thirsty.js ├── weather.ini └── weather.js ├── tw2 ├── SYSOP.TXT ├── backstory.txt ├── bang.js ├── computer.ans ├── computer.asc ├── computer.js ├── editor.js ├── enter.ans ├── entersector.asc ├── fighters.ans ├── filename.js ├── gamesettings.js ├── input.js ├── install-xtrn.ini ├── landed.ans ├── landship.ans ├── main.ans ├── main.asc ├── maint.js ├── messages.js ├── planet.ans ├── planet.asc ├── planets.js ├── players.js ├── port.ans ├── ports.js ├── ports_map.js ├── sector.ans ├── sector_map.js ├── sectors.js ├── ship.ans ├── team-member.ans ├── team-member.asc ├── team-none.ans ├── team-none.asc ├── teams.js ├── tw2.js ├── tw2map500.txt ├── twinstr.doc ├── twint500.js └── twopeng.asc ├── twitter ├── readme.txt ├── tweet.js └── twitter.js ├── uberblox ├── blox.bin ├── blox.js ├── exit.bin ├── game.js ├── gameend.bin ├── help.doc ├── install-xtrn.ini ├── lobby.bin ├── server.ini ├── sysop.doc └── uberblox.bin ├── war ├── convert_game.js ├── docs │ ├── Manual │ └── Rules ├── help.news ├── install-xtrn.ini ├── terrain.fnt ├── war.js ├── warcommon.js ├── warpoll.js ├── warupd.js └── worlds │ ├── alderon │ ├── game.orig.json │ └── map │ ├── earth │ ├── game.orig.json │ └── map │ ├── solomoriah │ ├── game.orig.json │ ├── map │ └── map.png │ ├── spacewar │ ├── game.orig.json │ ├── map │ └── map.png │ └── tolivar │ ├── game.orig.json │ └── map ├── wordem ├── board.bin ├── dict │ ├── a.txt │ ├── b.txt │ ├── c.txt │ ├── d.txt │ ├── e.txt │ ├── f.txt │ ├── g.txt │ ├── h.txt │ ├── i.txt │ ├── j.txt │ ├── k.txt │ ├── l.txt │ ├── m.txt │ ├── n.txt │ ├── o.txt │ ├── p.txt │ ├── q.txt │ ├── r.txt │ ├── s.txt │ ├── t.txt │ ├── u.txt │ ├── v.txt │ ├── w.txt │ ├── x.txt │ ├── y.txt │ └── z.txt ├── game.bin ├── install-xtrn.ini ├── readme.txt ├── server.ini ├── tiles.js └── wordem.js ├── wttr.in ├── locator.js ├── readme.txt ├── wttr-lib.js ├── wttr.js └── xterm-colors.js └── xtrnmenu ├── 099-xtrnmenu-games.xjs └── 099-xtrnmenu-gamestats.xjs /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci-unix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/.gitlab-ci-unix.yml -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /BUILDING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/BUILDING.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | See http://synchro.net/copyright.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/README.md -------------------------------------------------------------------------------- /ctrl/alias.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/alias.cfg -------------------------------------------------------------------------------- /ctrl/attr.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/attr.ini -------------------------------------------------------------------------------- /ctrl/cgi_env.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/cgi_env.ini -------------------------------------------------------------------------------- /ctrl/chat.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/chat.ini -------------------------------------------------------------------------------- /ctrl/domains.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/domains.cfg -------------------------------------------------------------------------------- /ctrl/dosemu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/dosemu.conf -------------------------------------------------------------------------------- /ctrl/file.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/file.ini -------------------------------------------------------------------------------- /ctrl/fonts.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts.ini -------------------------------------------------------------------------------- /ctrl/fonts/25.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/25.f16 -------------------------------------------------------------------------------- /ctrl/fonts/28.f14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/28.f14 -------------------------------------------------------------------------------- /ctrl/fonts/50.f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/50.f8 -------------------------------------------------------------------------------- /ctrl/fonts/big.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/big.f16 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f10 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f12 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f13 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f14 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f16 -------------------------------------------------------------------------------- /ctrl/fonts/bold.f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bold.f8 -------------------------------------------------------------------------------- /ctrl/fonts/bren.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/bren.f16 -------------------------------------------------------------------------------- /ctrl/fonts/deco.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/deco.f16 -------------------------------------------------------------------------------- /ctrl/fonts/ice.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/ice.f16 -------------------------------------------------------------------------------- /ctrl/fonts/lcd.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/lcd.f16 -------------------------------------------------------------------------------- /ctrl/fonts/side.f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/side.f8 -------------------------------------------------------------------------------- /ctrl/fonts/thai.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/thai.f16 -------------------------------------------------------------------------------- /ctrl/fonts/thin.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/thin.f16 -------------------------------------------------------------------------------- /ctrl/fonts/tiny.f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/tiny.f6 -------------------------------------------------------------------------------- /ctrl/fonts/tiny.f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/tiny.f7 -------------------------------------------------------------------------------- /ctrl/fonts/tiny.f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/fonts/tiny.f8 -------------------------------------------------------------------------------- /ctrl/formmail.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/formmail.ini -------------------------------------------------------------------------------- /ctrl/freqit.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/freqit.ini -------------------------------------------------------------------------------- /ctrl/ftpalias.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/ftpalias.cfg -------------------------------------------------------------------------------- /ctrl/guru.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/guru.dat -------------------------------------------------------------------------------- /ctrl/ircbot.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/ircbot.ini -------------------------------------------------------------------------------- /ctrl/ircd.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/ircd.ini -------------------------------------------------------------------------------- /ctrl/jsexec.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/jsexec.ini -------------------------------------------------------------------------------- /ctrl/json-db.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/json-db.ini -------------------------------------------------------------------------------- /ctrl/kiss.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/kiss.ini -------------------------------------------------------------------------------- /ctrl/listserver.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/listserver.ini -------------------------------------------------------------------------------- /ctrl/mailproc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/mailproc.ini -------------------------------------------------------------------------------- /ctrl/main.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/main.ini -------------------------------------------------------------------------------- /ctrl/mime_types.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/mime_types.ini -------------------------------------------------------------------------------- /ctrl/modopts.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/modopts.ini -------------------------------------------------------------------------------- /ctrl/msgs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/msgs.ini -------------------------------------------------------------------------------- /ctrl/newslink.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/newslink.cfg -------------------------------------------------------------------------------- /ctrl/relay.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/relay.cfg -------------------------------------------------------------------------------- /ctrl/rlogin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/rlogin.cfg -------------------------------------------------------------------------------- /ctrl/rss.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/rss.ini -------------------------------------------------------------------------------- /ctrl/sbbs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/sbbs.ini -------------------------------------------------------------------------------- /ctrl/sbbsecho.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/sbbsecho.ini -------------------------------------------------------------------------------- /ctrl/services.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/services.ini -------------------------------------------------------------------------------- /ctrl/sockopts.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/sockopts.ini -------------------------------------------------------------------------------- /ctrl/spambait.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/spambait.cfg -------------------------------------------------------------------------------- /ctrl/spamblock.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/spamblock.cfg -------------------------------------------------------------------------------- /ctrl/tdfonts/hw.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/tdfonts/hw.tdf -------------------------------------------------------------------------------- /ctrl/tdfonts/mr.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/tdfonts/mr.tdf -------------------------------------------------------------------------------- /ctrl/text.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/text.dat -------------------------------------------------------------------------------- /ctrl/text.de.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/text.de.ini -------------------------------------------------------------------------------- /ctrl/text.es.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/text.es.ini -------------------------------------------------------------------------------- /ctrl/text.fr.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/text.fr.ini -------------------------------------------------------------------------------- /ctrl/tickit.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/tickit.ini -------------------------------------------------------------------------------- /ctrl/twitlist.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/twitlist.cfg -------------------------------------------------------------------------------- /ctrl/uifc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/uifc.ini -------------------------------------------------------------------------------- /ctrl/web_alias.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/web_alias.ini -------------------------------------------------------------------------------- /ctrl/webicons.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/webicons.ini -------------------------------------------------------------------------------- /ctrl/xtrn.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/ctrl/xtrn.ini -------------------------------------------------------------------------------- /docs/appendix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/appendix.html -------------------------------------------------------------------------------- /docs/baja.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/baja.html -------------------------------------------------------------------------------- /docs/baja2new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/baja2new.txt -------------------------------------------------------------------------------- /docs/copyright.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/copyright.html -------------------------------------------------------------------------------- /docs/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/credits.html -------------------------------------------------------------------------------- /docs/default.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/default.htm -------------------------------------------------------------------------------- /docs/dove-net.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/dove-net.txt -------------------------------------------------------------------------------- /docs/features.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/features.html -------------------------------------------------------------------------------- /docs/files.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/files.ref -------------------------------------------------------------------------------- /docs/fseditor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/fseditor.txt -------------------------------------------------------------------------------- /docs/glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/glossary.html -------------------------------------------------------------------------------- /docs/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/gpl.txt -------------------------------------------------------------------------------- /docs/images/bre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/images/bre.png -------------------------------------------------------------------------------- /docs/imsgdocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/imsgdocs.txt -------------------------------------------------------------------------------- /docs/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/index.htm -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/index.url -------------------------------------------------------------------------------- /docs/install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/install.html -------------------------------------------------------------------------------- /docs/install.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/install.rtf -------------------------------------------------------------------------------- /docs/ircd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/ircd.txt -------------------------------------------------------------------------------- /docs/js.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/js.html -------------------------------------------------------------------------------- /docs/jsobjs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/jsobjs.html -------------------------------------------------------------------------------- /docs/kermit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/kermit.txt -------------------------------------------------------------------------------- /docs/lgpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/lgpl.txt -------------------------------------------------------------------------------- /docs/listgate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/listgate.txt -------------------------------------------------------------------------------- /docs/listserver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/listserver.txt -------------------------------------------------------------------------------- /docs/newslink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/newslink.txt -------------------------------------------------------------------------------- /docs/ntreadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/ntreadme.txt -------------------------------------------------------------------------------- /docs/platforms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/platforms.html -------------------------------------------------------------------------------- /docs/sbbs.hst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sbbs.hst -------------------------------------------------------------------------------- /docs/sbbsNTsvcs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sbbsNTsvcs.txt -------------------------------------------------------------------------------- /docs/sbbscon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sbbscon.txt -------------------------------------------------------------------------------- /docs/sbbsecho.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sbbsecho.html -------------------------------------------------------------------------------- /docs/security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/security.html -------------------------------------------------------------------------------- /docs/sexpots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sexpots.txt -------------------------------------------------------------------------------- /docs/sexyz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sexyz.txt -------------------------------------------------------------------------------- /docs/smb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/smb.html -------------------------------------------------------------------------------- /docs/source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/source.html -------------------------------------------------------------------------------- /docs/support.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/support.html -------------------------------------------------------------------------------- /docs/svdmansi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/svdmansi.txt -------------------------------------------------------------------------------- /docs/syncqnet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/syncqnet.txt -------------------------------------------------------------------------------- /docs/sysop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sysop.html -------------------------------------------------------------------------------- /docs/sysop.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/sysop.url -------------------------------------------------------------------------------- /docs/tcpip_faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/tcpip_faq.html -------------------------------------------------------------------------------- /docs/text210a.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text210a.dif -------------------------------------------------------------------------------- /docs/text220a.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text220a.dif -------------------------------------------------------------------------------- /docs/text220b.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text220b.dif -------------------------------------------------------------------------------- /docs/text230a.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text230a.dif -------------------------------------------------------------------------------- /docs/text310g.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text310g.dif -------------------------------------------------------------------------------- /docs/text311b.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text311b.dif -------------------------------------------------------------------------------- /docs/text312a.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text312a.dif -------------------------------------------------------------------------------- /docs/text318b.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text318b.dif -------------------------------------------------------------------------------- /docs/text319b.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text319b.dif -------------------------------------------------------------------------------- /docs/text320b.dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/text320b.dif -------------------------------------------------------------------------------- /docs/user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/user.html -------------------------------------------------------------------------------- /docs/v200_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v200_new.txt -------------------------------------------------------------------------------- /docs/v210_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v210_new.txt -------------------------------------------------------------------------------- /docs/v211_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v211_new.txt -------------------------------------------------------------------------------- /docs/v220_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v220_new.txt -------------------------------------------------------------------------------- /docs/v300_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v300_new.txt -------------------------------------------------------------------------------- /docs/v310_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v310_new.txt -------------------------------------------------------------------------------- /docs/v311_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v311_new.html -------------------------------------------------------------------------------- /docs/v312_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v312_new.html -------------------------------------------------------------------------------- /docs/v313_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v313_new.html -------------------------------------------------------------------------------- /docs/v314_new.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v314_new.html -------------------------------------------------------------------------------- /docs/v317_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v317_new.txt -------------------------------------------------------------------------------- /docs/v318_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v318_new.txt -------------------------------------------------------------------------------- /docs/v319_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v319_new.txt -------------------------------------------------------------------------------- /docs/v320_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/v320_new.txt -------------------------------------------------------------------------------- /docs/versions.hst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/versions.hst -------------------------------------------------------------------------------- /docs/web site.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/web site.url -------------------------------------------------------------------------------- /docs/websrvr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/docs/websrvr.txt -------------------------------------------------------------------------------- /exec/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/.editorconfig -------------------------------------------------------------------------------- /exec/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/GNUmakefile -------------------------------------------------------------------------------- /exec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/Makefile -------------------------------------------------------------------------------- /exec/SlyEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/SlyEdit.js -------------------------------------------------------------------------------- /exec/addfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/addfiles.js -------------------------------------------------------------------------------- /exec/agwpe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/agwpe.js -------------------------------------------------------------------------------- /exec/allusers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/allusers.js -------------------------------------------------------------------------------- /exec/archive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/archive.js -------------------------------------------------------------------------------- /exec/areamgr.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/areamgr.hlp -------------------------------------------------------------------------------- /exec/asc_handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/asc_handler.js -------------------------------------------------------------------------------- /exec/automsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/automsg.js -------------------------------------------------------------------------------- /exec/avatars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/avatars.js -------------------------------------------------------------------------------- /exec/baja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/baja.js -------------------------------------------------------------------------------- /exec/batchxfer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/batchxfer.js -------------------------------------------------------------------------------- /exec/bench/dest6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/bench/dest6.js -------------------------------------------------------------------------------- /exec/bench/popen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/bench/popen.js -------------------------------------------------------------------------------- /exec/bench/while1.js: -------------------------------------------------------------------------------- 1 | while(1); -------------------------------------------------------------------------------- /exec/binkit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/binkit.js -------------------------------------------------------------------------------- /exec/broker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/broker.js -------------------------------------------------------------------------------- /exec/bulkmail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/bulkmail.js -------------------------------------------------------------------------------- /exec/bullseye.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/bullseye.js -------------------------------------------------------------------------------- /exec/certtool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/certtool.js -------------------------------------------------------------------------------- /exec/chat_sec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/chat_sec.js -------------------------------------------------------------------------------- /exec/chksetup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/chksetup.js -------------------------------------------------------------------------------- /exec/chkspace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/chkspace.js -------------------------------------------------------------------------------- /exec/cleanup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/cleanup.js -------------------------------------------------------------------------------- /exec/deadechoes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/deadechoes.js -------------------------------------------------------------------------------- /exec/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/default.js -------------------------------------------------------------------------------- /exec/delfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/delfiles.js -------------------------------------------------------------------------------- /exec/delmsgs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/delmsgs.js -------------------------------------------------------------------------------- /exec/dir_attr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dir_attr.inc -------------------------------------------------------------------------------- /exec/dosemu.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dosemu.ini -------------------------------------------------------------------------------- /exec/dosxtrn.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dosxtrn.pif -------------------------------------------------------------------------------- /exec/dumpcnfs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dumpcnfs.js -------------------------------------------------------------------------------- /exec/dumpobjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dumpobjs.js -------------------------------------------------------------------------------- /exec/dupefind.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dupefind.js -------------------------------------------------------------------------------- /exec/dyndns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/dyndns.js -------------------------------------------------------------------------------- /exec/echoareas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/echoareas.js -------------------------------------------------------------------------------- /exec/editfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/editfile.js -------------------------------------------------------------------------------- /exec/email_sec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/email_sec.js -------------------------------------------------------------------------------- /exec/emailfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/emailfiles.js -------------------------------------------------------------------------------- /exec/emailval.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/emailval.js -------------------------------------------------------------------------------- /exec/errno.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/errno.inc -------------------------------------------------------------------------------- /exec/exportcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/exportcfg.js -------------------------------------------------------------------------------- /exec/external.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/external.bat -------------------------------------------------------------------------------- /exec/feedback.src: -------------------------------------------------------------------------------- 1 | yes_no "Are you sure" 2 | -------------------------------------------------------------------------------- /exec/file_io.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/file_io.inc -------------------------------------------------------------------------------- /exec/filearea-lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/filearea-lb.js -------------------------------------------------------------------------------- /exec/filelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/filelist.js -------------------------------------------------------------------------------- /exec/fileman.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/fileman.js -------------------------------------------------------------------------------- /exec/filescancfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/filescancfg.js -------------------------------------------------------------------------------- /exec/finger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/finger.js -------------------------------------------------------------------------------- /exec/fonttest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/fonttest.js -------------------------------------------------------------------------------- /exec/freqit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/freqit.js -------------------------------------------------------------------------------- /exec/freqitcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/freqitcfg.js -------------------------------------------------------------------------------- /exec/fschat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/fschat.js -------------------------------------------------------------------------------- /exec/fseditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/fseditor.js -------------------------------------------------------------------------------- /exec/ftn-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ftn-setup.js -------------------------------------------------------------------------------- /exec/ftnmsgdump.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ftnmsgdump.js -------------------------------------------------------------------------------- /exec/ftp.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ftp.src -------------------------------------------------------------------------------- /exec/getimlst.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/getimlst.src -------------------------------------------------------------------------------- /exec/hashfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/hashfile.js -------------------------------------------------------------------------------- /exec/hatchit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/hatchit.js -------------------------------------------------------------------------------- /exec/hexdump.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/hexdump.js -------------------------------------------------------------------------------- /exec/hotline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/hotline.js -------------------------------------------------------------------------------- /exec/html_noyes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/html_noyes.js -------------------------------------------------------------------------------- /exec/html_shell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/html_shell.js -------------------------------------------------------------------------------- /exec/html_who.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/html_who.js -------------------------------------------------------------------------------- /exec/html_yesno.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/html_yesno.js -------------------------------------------------------------------------------- /exec/imapservice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/imapservice.js -------------------------------------------------------------------------------- /exec/importcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/importcfg.js -------------------------------------------------------------------------------- /exec/init-tickit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/init-tickit.js -------------------------------------------------------------------------------- /exec/irc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/irc.js -------------------------------------------------------------------------------- /exec/ircbot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ircbot.js -------------------------------------------------------------------------------- /exec/ircd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ircd.js -------------------------------------------------------------------------------- /exec/ircdcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ircdcfg.js -------------------------------------------------------------------------------- /exec/ircmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ircmsg.js -------------------------------------------------------------------------------- /exec/ircwho.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ircwho.js -------------------------------------------------------------------------------- /exec/jsdocs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/jsdocs.js -------------------------------------------------------------------------------- /exec/kermit.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/kermit.ini -------------------------------------------------------------------------------- /exec/lbshell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/lbshell.js -------------------------------------------------------------------------------- /exec/letsyncrypt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/letsyncrypt.js -------------------------------------------------------------------------------- /exec/listgate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/listgate.js -------------------------------------------------------------------------------- /exec/listserver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/listserver.js -------------------------------------------------------------------------------- /exec/load/acmev2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/acmev2.js -------------------------------------------------------------------------------- /exec/load/adif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/adif.js -------------------------------------------------------------------------------- /exec/load/age.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/age.js -------------------------------------------------------------------------------- /exec/load/array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/array.js -------------------------------------------------------------------------------- /exec/load/bayes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/bayes.js -------------------------------------------------------------------------------- /exec/load/binkp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/binkp.js -------------------------------------------------------------------------------- /exec/load/cfglib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/cfglib.js -------------------------------------------------------------------------------- /exec/load/clock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/clock.js -------------------------------------------------------------------------------- /exec/load/cnflib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/cnflib.js -------------------------------------------------------------------------------- /exec/load/cvslib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/cvslib.js -------------------------------------------------------------------------------- /exec/load/dns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/dns.js -------------------------------------------------------------------------------- /exec/load/dorkit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/dorkit.js -------------------------------------------------------------------------------- /exec/load/dummy.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /exec/load/fido.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/fido.js -------------------------------------------------------------------------------- /exec/load/fonts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/fonts.js -------------------------------------------------------------------------------- /exec/load/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/form.js -------------------------------------------------------------------------------- /exec/load/frame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/frame.js -------------------------------------------------------------------------------- /exec/load/ftp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/ftp.js -------------------------------------------------------------------------------- /exec/load/geoip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/geoip.js -------------------------------------------------------------------------------- /exec/load/hmac.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/hmac.js -------------------------------------------------------------------------------- /exec/load/http.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/http.js -------------------------------------------------------------------------------- /exec/load/irclib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/irclib.js -------------------------------------------------------------------------------- /exec/load/jpath.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/jpath.js -------------------------------------------------------------------------------- /exec/load/layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/layout.js -------------------------------------------------------------------------------- /exec/load/mime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/mime.js -------------------------------------------------------------------------------- /exec/load/morse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/morse.js -------------------------------------------------------------------------------- /exec/load/oauth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/oauth.js -------------------------------------------------------------------------------- /exec/load/qrcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/qrcode.js -------------------------------------------------------------------------------- /exec/load/rip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/rip.js -------------------------------------------------------------------------------- /exec/load/salib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/salib.js -------------------------------------------------------------------------------- /exec/load/sha1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/sha1.js -------------------------------------------------------------------------------- /exec/load/siflib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/siflib.js -------------------------------------------------------------------------------- /exec/load/sprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/sprite.js -------------------------------------------------------------------------------- /exec/load/string.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/string.js -------------------------------------------------------------------------------- /exec/load/table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/table.js -------------------------------------------------------------------------------- /exec/load/text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/text.js -------------------------------------------------------------------------------- /exec/load/tree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/tree.js -------------------------------------------------------------------------------- /exec/load/url.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/url.js -------------------------------------------------------------------------------- /exec/load/xjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/load/xjs.js -------------------------------------------------------------------------------- /exec/loadfont.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/loadfont.js -------------------------------------------------------------------------------- /exec/loadfonts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/loadfonts.js -------------------------------------------------------------------------------- /exec/localcopy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/localcopy.js -------------------------------------------------------------------------------- /exec/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/login.js -------------------------------------------------------------------------------- /exec/logon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/logon.js -------------------------------------------------------------------------------- /exec/logonlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/logonlist.js -------------------------------------------------------------------------------- /exec/mailauth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mailauth.js -------------------------------------------------------------------------------- /exec/major.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/major.src -------------------------------------------------------------------------------- /exec/makeguest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/makeguest.js -------------------------------------------------------------------------------- /exec/makeuser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/makeuser.js -------------------------------------------------------------------------------- /exec/matrix.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/matrix.src -------------------------------------------------------------------------------- /exec/md5sum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/md5sum.js -------------------------------------------------------------------------------- /exec/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/menu.js -------------------------------------------------------------------------------- /exec/menuedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/menuedit.js -------------------------------------------------------------------------------- /exec/menushell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/menushell.js -------------------------------------------------------------------------------- /exec/mqtt_pub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mqtt_pub.js -------------------------------------------------------------------------------- /exec/mqtt_spy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mqtt_spy.js -------------------------------------------------------------------------------- /exec/mqtt_stats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mqtt_stats.js -------------------------------------------------------------------------------- /exec/mqtt_sub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mqtt_sub.js -------------------------------------------------------------------------------- /exec/msglist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/msglist.js -------------------------------------------------------------------------------- /exec/msgscancfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/msgscancfg.js -------------------------------------------------------------------------------- /exec/msgutil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/msgutil.js -------------------------------------------------------------------------------- /exec/mspservice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mspservice.js -------------------------------------------------------------------------------- /exec/mudgate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/mudgate.js -------------------------------------------------------------------------------- /exec/newslink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/newslink.js -------------------------------------------------------------------------------- /exec/newuser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/newuser.js -------------------------------------------------------------------------------- /exec/nntpservice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/nntpservice.js -------------------------------------------------------------------------------- /exec/nodedefs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/nodedefs.inc -------------------------------------------------------------------------------- /exec/nodelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/nodelist.js -------------------------------------------------------------------------------- /exec/notransit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/notransit.js -------------------------------------------------------------------------------- /exec/noyesbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/noyesbar.js -------------------------------------------------------------------------------- /exec/obv-2.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/obv-2.src -------------------------------------------------------------------------------- /exec/obv2show.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/obv2show.js -------------------------------------------------------------------------------- /exec/pcboard.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/pcboard.src -------------------------------------------------------------------------------- /exec/pickfont.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/pickfont.js -------------------------------------------------------------------------------- /exec/playmidi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/playmidi.js -------------------------------------------------------------------------------- /exec/playtone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/playtone.js -------------------------------------------------------------------------------- /exec/podcast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/podcast.js -------------------------------------------------------------------------------- /exec/postfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/postfile.js -------------------------------------------------------------------------------- /exec/postmeme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/postmeme.js -------------------------------------------------------------------------------- /exec/postmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/postmsg.js -------------------------------------------------------------------------------- /exec/postpoll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/postpoll.js -------------------------------------------------------------------------------- /exec/postxtrn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/postxtrn.js -------------------------------------------------------------------------------- /exec/prextrn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/prextrn.js -------------------------------------------------------------------------------- /exec/privatemsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/privatemsg.js -------------------------------------------------------------------------------- /exec/privchat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/privchat.js -------------------------------------------------------------------------------- /exec/purgefiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/purgefiles.js -------------------------------------------------------------------------------- /exec/qnet-ftp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/qnet-ftp.js -------------------------------------------------------------------------------- /exec/qnet-http.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/qnet-http.js -------------------------------------------------------------------------------- /exec/qotdservice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/qotdservice.js -------------------------------------------------------------------------------- /exec/ra_emu.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/ra_emu.src -------------------------------------------------------------------------------- /exec/readdfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/readdfiles.js -------------------------------------------------------------------------------- /exec/rehashfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/rehashfiles.js -------------------------------------------------------------------------------- /exec/renegade.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/renegade.src -------------------------------------------------------------------------------- /exec/rlogin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/rlogin.js -------------------------------------------------------------------------------- /exec/rss.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/rss.ssjs -------------------------------------------------------------------------------- /exec/sauce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sauce.js -------------------------------------------------------------------------------- /exec/sbbsdefs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sbbsdefs.inc -------------------------------------------------------------------------------- /exec/sbbsedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sbbsedit.js -------------------------------------------------------------------------------- /exec/sbbsexec.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sbbsexec.ini -------------------------------------------------------------------------------- /exec/sbbsimsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sbbsimsg.js -------------------------------------------------------------------------------- /exec/sbbslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sbbslist.js -------------------------------------------------------------------------------- /exec/scanpolls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/scanpolls.js -------------------------------------------------------------------------------- /exec/scrubmsgs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/scrubmsgs.js -------------------------------------------------------------------------------- /exec/sdos.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sdos.src -------------------------------------------------------------------------------- /exec/sendmail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sendmail.js -------------------------------------------------------------------------------- /exec/sendmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sendmsg.js -------------------------------------------------------------------------------- /exec/showansi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/showansi.js -------------------------------------------------------------------------------- /exec/showavatar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/showavatar.js -------------------------------------------------------------------------------- /exec/showmsghdr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/showmsghdr.js -------------------------------------------------------------------------------- /exec/showsixel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/showsixel.js -------------------------------------------------------------------------------- /exec/simple.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/simple.src -------------------------------------------------------------------------------- /exec/slog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/slog.js -------------------------------------------------------------------------------- /exec/slyedcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/slyedcfg.js -------------------------------------------------------------------------------- /exec/sockinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sockinfo.js -------------------------------------------------------------------------------- /exec/sound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sound.js -------------------------------------------------------------------------------- /exec/spamc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/spamc.js -------------------------------------------------------------------------------- /exec/str_cmds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/str_cmds.js -------------------------------------------------------------------------------- /exec/sutils.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sutils.ini -------------------------------------------------------------------------------- /exec/sutils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sutils.js -------------------------------------------------------------------------------- /exec/syncjslint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/syncjslint.js -------------------------------------------------------------------------------- /exec/sysavail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/sysavail.js -------------------------------------------------------------------------------- /exec/syspage.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/syspage.wav -------------------------------------------------------------------------------- /exec/tdfiglet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tdfiglet.js -------------------------------------------------------------------------------- /exec/telgate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/telgate.js -------------------------------------------------------------------------------- /exec/tempxfer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tempxfer.js -------------------------------------------------------------------------------- /exec/termcapture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/termcapture.js -------------------------------------------------------------------------------- /exec/termsetup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/termsetup.js -------------------------------------------------------------------------------- /exec/test.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/test.menu -------------------------------------------------------------------------------- /exec/test_env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/test_env.js -------------------------------------------------------------------------------- /exec/testbuild.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/testbuild.js -------------------------------------------------------------------------------- /exec/tests/global/alert.js: -------------------------------------------------------------------------------- 1 | alert("test"); 2 | -------------------------------------------------------------------------------- /exec/tests/global/exit_subproc.sjs: -------------------------------------------------------------------------------- 1 | exit(argv[0]); 2 | -------------------------------------------------------------------------------- /exec/tests/global/load_return.sjs: -------------------------------------------------------------------------------- 1 | argv[0]; 2 | -------------------------------------------------------------------------------- /exec/tests/global/sound.js: -------------------------------------------------------------------------------- 1 | sound(js.exec_dir + "sound.wav"); 2 | -------------------------------------------------------------------------------- /exec/tests/regex/skipif: -------------------------------------------------------------------------------- 1 | system.architecture === 'armv8' 2 | -------------------------------------------------------------------------------- /exec/tests/system/skipif: -------------------------------------------------------------------------------- 1 | jsdoor_revision !== undefined 2 | -------------------------------------------------------------------------------- /exec/tests/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tests/test.js -------------------------------------------------------------------------------- /exec/tests/user/skipif: -------------------------------------------------------------------------------- 1 | jsdoor_revision !== undefined 2 | -------------------------------------------------------------------------------- /exec/text_sec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/text_sec.js -------------------------------------------------------------------------------- /exec/textdat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/textdat.js -------------------------------------------------------------------------------- /exec/textedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/textedit.js -------------------------------------------------------------------------------- /exec/tickfix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tickfix.js -------------------------------------------------------------------------------- /exec/tickit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tickit.js -------------------------------------------------------------------------------- /exec/tickitcfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tickitcfg.js -------------------------------------------------------------------------------- /exec/tone/axelf.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/axelf.ton -------------------------------------------------------------------------------- /exec/tone/clown.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/clown.ton -------------------------------------------------------------------------------- /exec/tone/ent.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/ent.ton -------------------------------------------------------------------------------- /exec/tone/humor.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/humor.ton -------------------------------------------------------------------------------- /exec/tone/march.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/march.ton -------------------------------------------------------------------------------- /exec/tone/mary.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/mary.ton -------------------------------------------------------------------------------- /exec/tone/tdc.ton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/tone/tdc.ton -------------------------------------------------------------------------------- /exec/type.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/type.js -------------------------------------------------------------------------------- /exec/typeasc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/typeasc.js -------------------------------------------------------------------------------- /exec/typehtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/typehtml.js -------------------------------------------------------------------------------- /exec/unixgate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/unixgate.js -------------------------------------------------------------------------------- /exec/unixstub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/unixstub.sh -------------------------------------------------------------------------------- /exec/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/update.js -------------------------------------------------------------------------------- /exec/updatefiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/updatefiles.js -------------------------------------------------------------------------------- /exec/userdefs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/userdefs.inc -------------------------------------------------------------------------------- /exec/userlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/userlist.js -------------------------------------------------------------------------------- /exec/viewimsgs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/viewimsgs.js -------------------------------------------------------------------------------- /exec/wget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/wget.js -------------------------------------------------------------------------------- /exec/wildcat.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/wildcat.src -------------------------------------------------------------------------------- /exec/wwiv.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/wwiv.src -------------------------------------------------------------------------------- /exec/xbimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xbimage.js -------------------------------------------------------------------------------- /exec/xjs_handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xjs_handler.js -------------------------------------------------------------------------------- /exec/xtrn-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xtrn-setup.js -------------------------------------------------------------------------------- /exec/xtrn_sec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xtrn_sec.js -------------------------------------------------------------------------------- /exec/xtrnmenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xtrnmenu.js -------------------------------------------------------------------------------- /exec/xtrnmenucfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/xtrnmenucfg.js -------------------------------------------------------------------------------- /exec/yesnobar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/exec/yesnobar.js -------------------------------------------------------------------------------- /install/FILE_ID.DIZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/FILE_ID.DIZ -------------------------------------------------------------------------------- /install/init.d/sbbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/init.d/sbbs -------------------------------------------------------------------------------- /install/install.iss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/install.iss -------------------------------------------------------------------------------- /install/rc.d/sbbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/rc.d/sbbs -------------------------------------------------------------------------------- /install/sbbs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/sbbs.json -------------------------------------------------------------------------------- /install/termcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/termcap -------------------------------------------------------------------------------- /install/terminfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/install/terminfo -------------------------------------------------------------------------------- /node1/node.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/node1/node.ini -------------------------------------------------------------------------------- /src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/.editorconfig -------------------------------------------------------------------------------- /src/.nexrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/.nexrc -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/ZuulTerm/zt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | xulrunner application.ini 3 | -------------------------------------------------------------------------------- /src/ZuulTerm/zt.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ZuulTerm/zt.cmd -------------------------------------------------------------------------------- /src/build/mkdep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/build/mkdep -------------------------------------------------------------------------------- /src/build/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/build/rules.mk -------------------------------------------------------------------------------- /src/build/sdl.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/build/sdl.props -------------------------------------------------------------------------------- /src/cioxtrn/objects.mk: -------------------------------------------------------------------------------- 1 | OBJS = \ 2 | $(MTOBJODIR)$(DIRSEP)cioxtrn$(OFILE) 3 | -------------------------------------------------------------------------------- /src/cleanall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/cleanall.sh -------------------------------------------------------------------------------- /src/comio/comio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/comio/comio.c -------------------------------------------------------------------------------- /src/comio/comio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/comio/comio.h -------------------------------------------------------------------------------- /src/conio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/Makefile -------------------------------------------------------------------------------- /src/conio/SDLMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/SDLMain.h -------------------------------------------------------------------------------- /src/conio/SDLMain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/SDLMain.m -------------------------------------------------------------------------------- /src/conio/ciolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/ciolib.c -------------------------------------------------------------------------------- /src/conio/ciolib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/ciolib.h -------------------------------------------------------------------------------- /src/conio/ciolib.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/ciolib.rc -------------------------------------------------------------------------------- /src/conio/cterm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/cterm.c -------------------------------------------------------------------------------- /src/conio/cterm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/cterm.h -------------------------------------------------------------------------------- /src/conio/cterm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/cterm.txt -------------------------------------------------------------------------------- /src/conio/genmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/genmap.c -------------------------------------------------------------------------------- /src/conio/hqx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/hqx.c -------------------------------------------------------------------------------- /src/conio/hqx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/hqx.h -------------------------------------------------------------------------------- /src/conio/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/keys.h -------------------------------------------------------------------------------- /src/conio/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/mouse.c -------------------------------------------------------------------------------- /src/conio/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/mouse.h -------------------------------------------------------------------------------- /src/conio/petscii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/petscii.c -------------------------------------------------------------------------------- /src/conio/retro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/retro.c -------------------------------------------------------------------------------- /src/conio/retro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/retro.h -------------------------------------------------------------------------------- /src/conio/scale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/scale.c -------------------------------------------------------------------------------- /src/conio/scale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/scale.h -------------------------------------------------------------------------------- /src/conio/sdl_con.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/sdl_con.c -------------------------------------------------------------------------------- /src/conio/sdl_con.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/sdl_con.h -------------------------------------------------------------------------------- /src/conio/x_cio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/x_cio.c -------------------------------------------------------------------------------- /src/conio/x_cio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/x_cio.h -------------------------------------------------------------------------------- /src/conio/xbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/xbr.c -------------------------------------------------------------------------------- /src/conio/xbr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/conio/xbr.h -------------------------------------------------------------------------------- /src/crt/file_id.diz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/file_id.diz -------------------------------------------------------------------------------- /src/crt/install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/install.bat -------------------------------------------------------------------------------- /src/crt/other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/other.txt -------------------------------------------------------------------------------- /src/crt/readme.1st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/readme.1st -------------------------------------------------------------------------------- /src/crt/remove.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/remove.bat -------------------------------------------------------------------------------- /src/crt/remove.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/crt/remove.dat -------------------------------------------------------------------------------- /src/cutest/CuTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/cutest/CuTest.c -------------------------------------------------------------------------------- /src/cutest/CuTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/cutest/CuTest.h -------------------------------------------------------------------------------- /src/doors/.gitignore: -------------------------------------------------------------------------------- 1 | */*.*.* 2 | -------------------------------------------------------------------------------- /src/doors/clans-src/data/build.hlp: -------------------------------------------------------------------------------- 1 | ^dude 2 | ^END 3 | -------------------------------------------------------------------------------- /src/doors/clans-src/devkit/mitems.txt: -------------------------------------------------------------------------------- 1 | 2 | Use this to generate items. -------------------------------------------------------------------------------- /src/doors/clans-src/docs/test.txt: -------------------------------------------------------------------------------- 1 | ha 2 | -------------------------------------------------------------------------------- /src/doors/clans-src/odoors: -------------------------------------------------------------------------------- 1 | ../../odoors -------------------------------------------------------------------------------- /src/doors/clans-src/release/news.txt: -------------------------------------------------------------------------------- 1 | [News.Txt] 2 | 3 | %P 4 | -------------------------------------------------------------------------------- /src/doors/dgnlance/data/date.lan: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/doors/dgnlance/text/bullet.lan: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/doors/gac/gac_bj/src/backups.bat: -------------------------------------------------------------------------------- 1 | pkzip backup\act_0013.zip *.* 2 | -------------------------------------------------------------------------------- /src/doors/gac/gac_bj/src/makebat.bat: -------------------------------------------------------------------------------- 1 | c:\dosapps\tc2\bin\make 2 | 3 | -------------------------------------------------------------------------------- /src/doors/ny2008/register.doc: -------------------------------------------------------------------------------- 1 | It's free do whatever you want with it! 2 | -------------------------------------------------------------------------------- /src/doors/timeport/outside.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/doors/top/bbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/doors/top/bbs.c -------------------------------------------------------------------------------- /src/doors/top/bio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/doors/top/bio.c -------------------------------------------------------------------------------- /src/doors/top/cfg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/doors/top/cfg.c -------------------------------------------------------------------------------- /src/doors/top/cmi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/doors/top/cmi.c -------------------------------------------------------------------------------- /src/doors/top/top.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/doors/top/top.h -------------------------------------------------------------------------------- /src/doors/top/toplink/tdconfig.td: -------------------------------------------------------------------------------- 1 | Turbo Debugger configuration filecw&rw -------------------------------------------------------------------------------- /src/doors/vbbs/data/apd.dat: -------------------------------------------------------------------------------- 1 | 100 -------------------------------------------------------------------------------- /src/encode/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/base64.c -------------------------------------------------------------------------------- /src/encode/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/base64.h -------------------------------------------------------------------------------- /src/encode/hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/hex.c -------------------------------------------------------------------------------- /src/encode/hex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/hex.h -------------------------------------------------------------------------------- /src/encode/lzh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/lzh.c -------------------------------------------------------------------------------- /src/encode/lzh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/lzh.h -------------------------------------------------------------------------------- /src/encode/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/utf8.c -------------------------------------------------------------------------------- /src/encode/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/utf8.h -------------------------------------------------------------------------------- /src/encode/uucode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/uucode.c -------------------------------------------------------------------------------- /src/encode/uucode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/uucode.h -------------------------------------------------------------------------------- /src/encode/yenc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/yenc.c -------------------------------------------------------------------------------- /src/encode/yenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/encode/yenc.h -------------------------------------------------------------------------------- /src/hash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/README.md -------------------------------------------------------------------------------- /src/hash/crc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/crc16.c -------------------------------------------------------------------------------- /src/hash/crc16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/crc16.h -------------------------------------------------------------------------------- /src/hash/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/crc32.c -------------------------------------------------------------------------------- /src/hash/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/crc32.h -------------------------------------------------------------------------------- /src/hash/hash.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/hash.props -------------------------------------------------------------------------------- /src/hash/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/md5.c -------------------------------------------------------------------------------- /src/hash/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/md5.h -------------------------------------------------------------------------------- /src/hash/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/objects.mk -------------------------------------------------------------------------------- /src/hash/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/sha1.c -------------------------------------------------------------------------------- /src/hash/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/sha1.h -------------------------------------------------------------------------------- /src/hash/targets.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/hash/targets.mk -------------------------------------------------------------------------------- /src/newifc/genapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/newifc/genapi.c -------------------------------------------------------------------------------- /src/newifc/label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/newifc/label.c -------------------------------------------------------------------------------- /src/newifc/sizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/newifc/sizer.c -------------------------------------------------------------------------------- /src/odoors/DOOR.CFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/DOOR.CFG -------------------------------------------------------------------------------- /src/odoors/DOS.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/DOS.mak -------------------------------------------------------------------------------- /src/odoors/ODAuto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODAuto.c -------------------------------------------------------------------------------- /src/odoors/ODCom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODCom.c -------------------------------------------------------------------------------- /src/odoors/ODCom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODCom.h -------------------------------------------------------------------------------- /src/odoors/ODCore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODCore.c -------------------------------------------------------------------------------- /src/odoors/ODCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODCore.h -------------------------------------------------------------------------------- /src/odoors/ODEdit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODEdit.c -------------------------------------------------------------------------------- /src/odoors/ODEmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODEmu.c -------------------------------------------------------------------------------- /src/odoors/ODGen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODGen.h -------------------------------------------------------------------------------- /src/odoors/ODInEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODInEx.h -------------------------------------------------------------------------------- /src/odoors/ODKrnl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODKrnl.c -------------------------------------------------------------------------------- /src/odoors/ODKrnl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODKrnl.h -------------------------------------------------------------------------------- /src/odoors/ODList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODList.c -------------------------------------------------------------------------------- /src/odoors/ODLog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODLog.c -------------------------------------------------------------------------------- /src/odoors/ODPCB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODPCB.c -------------------------------------------------------------------------------- /src/odoors/ODPlat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODPlat.c -------------------------------------------------------------------------------- /src/odoors/ODPlat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODPlat.h -------------------------------------------------------------------------------- /src/odoors/ODRA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODRA.c -------------------------------------------------------------------------------- /src/odoors/ODRes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODRes.h -------------------------------------------------------------------------------- /src/odoors/ODRes.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODRes.rc -------------------------------------------------------------------------------- /src/odoors/ODScrn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODScrn.c -------------------------------------------------------------------------------- /src/odoors/ODScrn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODScrn.h -------------------------------------------------------------------------------- /src/odoors/ODStat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODStat.c -------------------------------------------------------------------------------- /src/odoors/ODStat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODStat.h -------------------------------------------------------------------------------- /src/odoors/ODStr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODStr.c -------------------------------------------------------------------------------- /src/odoors/ODStr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODStr.h -------------------------------------------------------------------------------- /src/odoors/ODSwap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODSwap.h -------------------------------------------------------------------------------- /src/odoors/ODUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODUtil.c -------------------------------------------------------------------------------- /src/odoors/ODUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODUtil.h -------------------------------------------------------------------------------- /src/odoors/ODWCat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODWCat.c -------------------------------------------------------------------------------- /src/odoors/ODWin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ODWin.c -------------------------------------------------------------------------------- /src/odoors/README.NIX: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/odoors/ex_ski.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/odoors/ex_ski.c -------------------------------------------------------------------------------- /src/odoors/hbuild.bat: -------------------------------------------------------------------------------- 1 | make -fDOS.mak -DTARGET=h > out.txt 2 | -------------------------------------------------------------------------------- /src/odoors/lbuild.bat: -------------------------------------------------------------------------------- 1 | make -fDOS.mak -DTARGET=l > out.txt 2 | -------------------------------------------------------------------------------- /src/odoors/sbuild.bat: -------------------------------------------------------------------------------- 1 | make -fDOS.mak -DTARGET=s > out.txt 2 | -------------------------------------------------------------------------------- /src/odoors/wbuild.bat: -------------------------------------------------------------------------------- 1 | nmake -fWin32.mak > out.txt 2 | -------------------------------------------------------------------------------- /src/sbbs3/ans2asc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ans2asc.c -------------------------------------------------------------------------------- /src/sbbs3/ars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ars.c -------------------------------------------------------------------------------- /src/sbbs3/asc2ans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/asc2ans.c -------------------------------------------------------------------------------- /src/sbbs3/baja.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/baja.c -------------------------------------------------------------------------------- /src/sbbs3/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/build.bat -------------------------------------------------------------------------------- /src/sbbs3/chat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/chat.cpp -------------------------------------------------------------------------------- /src/sbbs3/chat/c.bat: -------------------------------------------------------------------------------- 1 | @xcopy chat.exe c:\sbbs\exec 2 | -------------------------------------------------------------------------------- /src/sbbs3/chksmb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/chksmb.c -------------------------------------------------------------------------------- /src/sbbs3/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/clean.bat -------------------------------------------------------------------------------- /src/sbbs3/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/client.h -------------------------------------------------------------------------------- /src/sbbs3/ctrl/.gitignore: -------------------------------------------------------------------------------- 1 | *.~* 2 | *.ddp 3 | sbbsctrl.str -------------------------------------------------------------------------------- /src/sbbs3/dat_rec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/dat_rec.c -------------------------------------------------------------------------------- /src/sbbs3/dat_rec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/dat_rec.h -------------------------------------------------------------------------------- /src/sbbs3/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/data.cpp -------------------------------------------------------------------------------- /src/sbbs3/dosxtrn/.gitignore: -------------------------------------------------------------------------------- 1 | dosxtrn.cod -------------------------------------------------------------------------------- /src/sbbs3/dosxtrn/c.bat: -------------------------------------------------------------------------------- 1 | copy dosxtrn.exe c:\sbbs\exec 2 | -------------------------------------------------------------------------------- /src/sbbs3/dosxtrn/dosxtrn.def: -------------------------------------------------------------------------------- 1 | HEAPSIZE 800 2 | -------------------------------------------------------------------------------- /src/sbbs3/echocfg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/echocfg.c -------------------------------------------------------------------------------- /src/sbbs3/email.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/email.cpp -------------------------------------------------------------------------------- /src/sbbs3/exec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/exec.cpp -------------------------------------------------------------------------------- /src/sbbs3/fastcgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/fastcgi.h -------------------------------------------------------------------------------- /src/sbbs3/fido.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/fido.cpp -------------------------------------------------------------------------------- /src/sbbs3/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/file.cpp -------------------------------------------------------------------------------- /src/sbbs3/filedat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/filedat.c -------------------------------------------------------------------------------- /src/sbbs3/filedat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/filedat.h -------------------------------------------------------------------------------- /src/sbbs3/findstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/findstr.c -------------------------------------------------------------------------------- /src/sbbs3/findstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/findstr.h -------------------------------------------------------------------------------- /src/sbbs3/fixsmb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/fixsmb.c -------------------------------------------------------------------------------- /src/sbbs3/ftpsrvr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ftpsrvr.c -------------------------------------------------------------------------------- /src/sbbs3/ftpsrvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ftpsrvr.h -------------------------------------------------------------------------------- /src/sbbs3/getctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/getctrl.c -------------------------------------------------------------------------------- /src/sbbs3/getctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/getctrl.h -------------------------------------------------------------------------------- /src/sbbs3/getmail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/getmail.c -------------------------------------------------------------------------------- /src/sbbs3/getmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/getmail.h -------------------------------------------------------------------------------- /src/sbbs3/ident.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ident.c -------------------------------------------------------------------------------- /src/sbbs3/ident.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ident.h -------------------------------------------------------------------------------- /src/sbbs3/inkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/inkey.cpp -------------------------------------------------------------------------------- /src/sbbs3/js_com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/js_com.c -------------------------------------------------------------------------------- /src/sbbs3/js_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/js_file.c -------------------------------------------------------------------------------- /src/sbbs3/js_mqtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/js_mqtt.c -------------------------------------------------------------------------------- /src/sbbs3/js_uifc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/js_uifc.c -------------------------------------------------------------------------------- /src/sbbs3/js_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/js_user.c -------------------------------------------------------------------------------- /src/sbbs3/jsdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/jsdebug.c -------------------------------------------------------------------------------- /src/sbbs3/jsdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/jsdebug.h -------------------------------------------------------------------------------- /src/sbbs3/jsdoor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/jsdoor.c -------------------------------------------------------------------------------- /src/sbbs3/jsexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/jsexec.c -------------------------------------------------------------------------------- /src/sbbs3/logfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/logfile.h -------------------------------------------------------------------------------- /src/sbbs3/login.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/login.cpp -------------------------------------------------------------------------------- /src/sbbs3/logon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/logon.cpp -------------------------------------------------------------------------------- /src/sbbs3/mail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/mail.cpp -------------------------------------------------------------------------------- /src/sbbs3/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/main.cpp -------------------------------------------------------------------------------- /src/sbbs3/mime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/mime.c -------------------------------------------------------------------------------- /src/sbbs3/mime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/mime.h -------------------------------------------------------------------------------- /src/sbbs3/mqtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/mqtt.c -------------------------------------------------------------------------------- /src/sbbs3/mqtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/mqtt.h -------------------------------------------------------------------------------- /src/sbbs3/msg_id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/msg_id.c -------------------------------------------------------------------------------- /src/sbbs3/msg_id.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/msg_id.h -------------------------------------------------------------------------------- /src/sbbs3/msgdate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/msgdate.c -------------------------------------------------------------------------------- /src/sbbs3/msgdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/msgdate.h -------------------------------------------------------------------------------- /src/sbbs3/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/node.c -------------------------------------------------------------------------------- /src/sbbs3/nopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/nopen.c -------------------------------------------------------------------------------- /src/sbbs3/nopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/nopen.h -------------------------------------------------------------------------------- /src/sbbs3/ntsvcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ntsvcs.c -------------------------------------------------------------------------------- /src/sbbs3/ntsvcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ntsvcs.h -------------------------------------------------------------------------------- /src/sbbs3/ntsvcs.mc: -------------------------------------------------------------------------------- 1 | MessageId=0x0 2 | Language=English 3 | %1 4 | . 5 | -------------------------------------------------------------------------------- /src/sbbs3/ntsvcs.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /src/sbbs3/pktdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/pktdump.c -------------------------------------------------------------------------------- /src/sbbs3/qwk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/qwk.cpp -------------------------------------------------------------------------------- /src/sbbs3/qwk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/qwk.h -------------------------------------------------------------------------------- /src/sbbs3/ringbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ringbuf.c -------------------------------------------------------------------------------- /src/sbbs3/ringbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ringbuf.h -------------------------------------------------------------------------------- /src/sbbs3/riodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/riodefs.h -------------------------------------------------------------------------------- /src/sbbs3/sauce.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sauce.c -------------------------------------------------------------------------------- /src/sbbs3/sauce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sauce.h -------------------------------------------------------------------------------- /src/sbbs3/sbbs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sbbs.h -------------------------------------------------------------------------------- /src/sbbs3/sbbs3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sbbs3.sln -------------------------------------------------------------------------------- /src/sbbs3/sbbscon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sbbscon.c -------------------------------------------------------------------------------- /src/sbbs3/scfglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/scfglib.h -------------------------------------------------------------------------------- /src/sbbs3/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/server.h -------------------------------------------------------------------------------- /src/sbbs3/sexyz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sexyz.c -------------------------------------------------------------------------------- /src/sbbs3/sexyz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sexyz.h -------------------------------------------------------------------------------- /src/sbbs3/sftp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sftp.cpp -------------------------------------------------------------------------------- /src/sbbs3/slog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/slog.c -------------------------------------------------------------------------------- /src/sbbs3/smbutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/smbutil.c -------------------------------------------------------------------------------- /src/sbbs3/ssl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ssl.c -------------------------------------------------------------------------------- /src/sbbs3/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ssl.h -------------------------------------------------------------------------------- /src/sbbs3/startup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/startup.h -------------------------------------------------------------------------------- /src/sbbs3/str.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/str.cpp -------------------------------------------------------------------------------- /src/sbbs3/sync.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/sync.ico -------------------------------------------------------------------------------- /src/sbbs3/telnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/telnet.c -------------------------------------------------------------------------------- /src/sbbs3/telnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/telnet.h -------------------------------------------------------------------------------- /src/sbbs3/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/text.h -------------------------------------------------------------------------------- /src/sbbs3/text_id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/text_id.c -------------------------------------------------------------------------------- /src/sbbs3/textgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/textgen.c -------------------------------------------------------------------------------- /src/sbbs3/trash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/trash.c -------------------------------------------------------------------------------- /src/sbbs3/trash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/trash.h -------------------------------------------------------------------------------- /src/sbbs3/unbaja.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/unbaja.c -------------------------------------------------------------------------------- /src/sbbs3/userdat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/userdat.c -------------------------------------------------------------------------------- /src/sbbs3/userdat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/userdat.h -------------------------------------------------------------------------------- /src/sbbs3/useredit/.gitignore: -------------------------------------------------------------------------------- 1 | useredit.mak -------------------------------------------------------------------------------- /src/sbbs3/ver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ver.cpp -------------------------------------------------------------------------------- /src/sbbs3/ver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/ver.h -------------------------------------------------------------------------------- /src/sbbs3/websrvr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/websrvr.c -------------------------------------------------------------------------------- /src/sbbs3/websrvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/websrvr.h -------------------------------------------------------------------------------- /src/sbbs3/xmodem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/xmodem.c -------------------------------------------------------------------------------- /src/sbbs3/xmodem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/xmodem.h -------------------------------------------------------------------------------- /src/sbbs3/xtrn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/xtrn.cpp -------------------------------------------------------------------------------- /src/sbbs3/zmodem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/zmodem.c -------------------------------------------------------------------------------- /src/sbbs3/zmodem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sbbs3/zmodem.h -------------------------------------------------------------------------------- /src/sexpots/sexpots.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /src/sftp/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/objects.mk -------------------------------------------------------------------------------- /src/sftp/sftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/sftp.h -------------------------------------------------------------------------------- /src/sftp/sftp.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/sftp.props -------------------------------------------------------------------------------- /src/sftp/sftp_pkt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/sftp_pkt.c -------------------------------------------------------------------------------- /src/sftp/sftp_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/sftp_str.c -------------------------------------------------------------------------------- /src/sftp/targets.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/sftp/targets.mk -------------------------------------------------------------------------------- /src/smblib/smbadd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/smblib/smbadd.c -------------------------------------------------------------------------------- /src/smblib/smblib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/smblib/smblib.c -------------------------------------------------------------------------------- /src/smblib/smblib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/smblib/smblib.h -------------------------------------------------------------------------------- /src/smblib/smbstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/smblib/smbstr.c -------------------------------------------------------------------------------- /src/smblib/smbtxt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/smblib/smbtxt.c -------------------------------------------------------------------------------- /src/ssh/client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/client.c -------------------------------------------------------------------------------- /src/ssh/comp/none.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/comp/none.c -------------------------------------------------------------------------------- /src/ssh/comp/none.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/comp/none.h -------------------------------------------------------------------------------- /src/ssh/deucessh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/deucessh.h -------------------------------------------------------------------------------- /src/ssh/enc/none.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/enc/none.c -------------------------------------------------------------------------------- /src/ssh/enc/none.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/enc/none.h -------------------------------------------------------------------------------- /src/ssh/mac/none.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/mac/none.c -------------------------------------------------------------------------------- /src/ssh/mac/none.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/mac/none.h -------------------------------------------------------------------------------- /src/ssh/portable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/portable.h -------------------------------------------------------------------------------- /src/ssh/ssh-arch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/ssh-arch.c -------------------------------------------------------------------------------- /src/ssh/ssh-arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/ssh-arch.h -------------------------------------------------------------------------------- /src/ssh/ssh-trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/ssh-trans.c -------------------------------------------------------------------------------- /src/ssh/ssh-trans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/ssh-trans.h -------------------------------------------------------------------------------- /src/ssh/ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/ssh/ssh.c -------------------------------------------------------------------------------- /src/syncdraw/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/README -------------------------------------------------------------------------------- /src/syncdraw/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/TODO -------------------------------------------------------------------------------- /src/syncdraw/crt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/crt.c -------------------------------------------------------------------------------- /src/syncdraw/crt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/crt.h -------------------------------------------------------------------------------- /src/syncdraw/draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/draw.c -------------------------------------------------------------------------------- /src/syncdraw/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/draw.h -------------------------------------------------------------------------------- /src/syncdraw/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/help.c -------------------------------------------------------------------------------- /src/syncdraw/help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/help.h -------------------------------------------------------------------------------- /src/syncdraw/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/key.c -------------------------------------------------------------------------------- /src/syncdraw/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/key.h -------------------------------------------------------------------------------- /src/syncdraw/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/load.c -------------------------------------------------------------------------------- /src/syncdraw/load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/load.h -------------------------------------------------------------------------------- /src/syncdraw/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/save.c -------------------------------------------------------------------------------- /src/syncdraw/save.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/save.h -------------------------------------------------------------------------------- /src/syncdraw/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncdraw/test.c -------------------------------------------------------------------------------- /src/syncterm/.nexrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/.nexrc -------------------------------------------------------------------------------- /src/syncterm/conn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/conn.c -------------------------------------------------------------------------------- /src/syncterm/conn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/conn.h -------------------------------------------------------------------------------- /src/syncterm/icons/README.md: -------------------------------------------------------------------------------- 1 | Icons Copyright zuMi - released under the GPL. 2 | -------------------------------------------------------------------------------- /src/syncterm/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/menu.c -------------------------------------------------------------------------------- /src/syncterm/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/menu.h -------------------------------------------------------------------------------- /src/syncterm/ooii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/ooii.c -------------------------------------------------------------------------------- /src/syncterm/ooii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/ooii.h -------------------------------------------------------------------------------- /src/syncterm/raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/raw.h -------------------------------------------------------------------------------- /src/syncterm/release.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | call build.bat "/p:Configuration=Release" %* -------------------------------------------------------------------------------- /src/syncterm/ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/ssh.c -------------------------------------------------------------------------------- /src/syncterm/ssh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/ssh.h -------------------------------------------------------------------------------- /src/syncterm/term.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/term.c -------------------------------------------------------------------------------- /src/syncterm/term.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/syncterm/term.h -------------------------------------------------------------------------------- /src/tith/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/.gitignore -------------------------------------------------------------------------------- /src/tith/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/README.md -------------------------------------------------------------------------------- /src/tith/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/base64.c -------------------------------------------------------------------------------- /src/tith/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/base64.h -------------------------------------------------------------------------------- /src/tith/nodelist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/nodelist.c -------------------------------------------------------------------------------- /src/tith/tith-xsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/tith-xsi.c -------------------------------------------------------------------------------- /src/tith/tith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/tith.c -------------------------------------------------------------------------------- /src/tith/tith.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tith/tith.h -------------------------------------------------------------------------------- /src/tone/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/Makefile -------------------------------------------------------------------------------- /src/tone/cvt$$a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/cvt$$a.c -------------------------------------------------------------------------------- /src/tone/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/objects.mk -------------------------------------------------------------------------------- /src/tone/targets.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/targets.mk -------------------------------------------------------------------------------- /src/tone/tone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/tone.c -------------------------------------------------------------------------------- /src/tone/tone.wpj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/tone/tone.wpj -------------------------------------------------------------------------------- /src/uifc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/Makefile -------------------------------------------------------------------------------- /src/uifc/filepick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/filepick.c -------------------------------------------------------------------------------- /src/uifc/filepick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/filepick.h -------------------------------------------------------------------------------- /src/uifc/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/objects.mk -------------------------------------------------------------------------------- /src/uifc/targets.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/targets.mk -------------------------------------------------------------------------------- /src/uifc/uifc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifc.h -------------------------------------------------------------------------------- /src/uifc/uifc.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifc.props -------------------------------------------------------------------------------- /src/uifc/uifc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifc32.c -------------------------------------------------------------------------------- /src/uifc/uifc_ini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifc_ini.c -------------------------------------------------------------------------------- /src/uifc/uifctest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifctest.c -------------------------------------------------------------------------------- /src/uifc/uifcx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uifc/uifcx.c -------------------------------------------------------------------------------- /src/uncrustify.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/uncrustify.cfg -------------------------------------------------------------------------------- /src/vdmodem/release.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | call build.bat "/p:Configuration=Release" %* -------------------------------------------------------------------------------- /src/xpdev/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/Makefile -------------------------------------------------------------------------------- /src/xpdev/SDLMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/SDLMain.h -------------------------------------------------------------------------------- /src/xpdev/SDLMain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/SDLMain.m -------------------------------------------------------------------------------- /src/xpdev/conwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/conwrap.c -------------------------------------------------------------------------------- /src/xpdev/conwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/conwrap.h -------------------------------------------------------------------------------- /src/xpdev/dirwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/dirwrap.c -------------------------------------------------------------------------------- /src/xpdev/dirwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/dirwrap.h -------------------------------------------------------------------------------- /src/xpdev/genwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/genwrap.c -------------------------------------------------------------------------------- /src/xpdev/genwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/genwrap.h -------------------------------------------------------------------------------- /src/xpdev/haproxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/haproxy.h -------------------------------------------------------------------------------- /src/xpdev/netwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/netwrap.c -------------------------------------------------------------------------------- /src/xpdev/netwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/netwrap.h -------------------------------------------------------------------------------- /src/xpdev/os_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/os_info.c -------------------------------------------------------------------------------- /src/xpdev/os_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/os_info.h -------------------------------------------------------------------------------- /src/xpdev/petdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/petdefs.h -------------------------------------------------------------------------------- /src/xpdev/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/rules.mk -------------------------------------------------------------------------------- /src/xpdev/semfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/semfile.c -------------------------------------------------------------------------------- /src/xpdev/semfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/semfile.h -------------------------------------------------------------------------------- /src/xpdev/semwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/semwrap.c -------------------------------------------------------------------------------- /src/xpdev/semwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/semwrap.h -------------------------------------------------------------------------------- /src/xpdev/stbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/stbuf.c -------------------------------------------------------------------------------- /src/xpdev/stbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/stbuf.h -------------------------------------------------------------------------------- /src/xpdev/strwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/strwrap.c -------------------------------------------------------------------------------- /src/xpdev/strwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/strwrap.h -------------------------------------------------------------------------------- /src/xpdev/unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/unicode.c -------------------------------------------------------------------------------- /src/xpdev/unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/unicode.h -------------------------------------------------------------------------------- /src/xpdev/wrapdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/wrapdll.h -------------------------------------------------------------------------------- /src/xpdev/xp_dl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xp_dl.c -------------------------------------------------------------------------------- /src/xpdev/xp_dl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xp_dl.h -------------------------------------------------------------------------------- /src/xpdev/xpbeep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpbeep.c -------------------------------------------------------------------------------- /src/xpdev/xpbeep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpbeep.h -------------------------------------------------------------------------------- /src/xpdev/xpdev.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpdev.cbp -------------------------------------------------------------------------------- /src/xpdev/xpevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpevent.c -------------------------------------------------------------------------------- /src/xpdev/xpevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpevent.h -------------------------------------------------------------------------------- /src/xpdev/xpmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpmap.c -------------------------------------------------------------------------------- /src/xpdev/xpmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpmap.h -------------------------------------------------------------------------------- /src/xpdev/xpsem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpsem.c -------------------------------------------------------------------------------- /src/xpdev/xpsem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xpsem.h -------------------------------------------------------------------------------- /src/xpdev/xptime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdev/xptime.c -------------------------------------------------------------------------------- /src/xpdoor/xpdoor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdoor/xpdoor.c -------------------------------------------------------------------------------- /src/xpdoor/xpdoor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/src/xpdoor/xpdoor.h -------------------------------------------------------------------------------- /text/.gitignore: -------------------------------------------------------------------------------- 1 | *.0??.* 2 | -------------------------------------------------------------------------------- /text/answer.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/answer.msg -------------------------------------------------------------------------------- /text/banner1.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/banner1.msg -------------------------------------------------------------------------------- /text/banner2.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/banner2.msg -------------------------------------------------------------------------------- /text/banner3.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/banner3.msg -------------------------------------------------------------------------------- /text/bullseye.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/bullseye.asc -------------------------------------------------------------------------------- /text/bullseye.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/bullseye.cfg -------------------------------------------------------------------------------- /text/email.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/email.can -------------------------------------------------------------------------------- /text/example.sif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/example.sif -------------------------------------------------------------------------------- /text/feedback.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/feedback.msg -------------------------------------------------------------------------------- /text/file.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/file.can -------------------------------------------------------------------------------- /text/host.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/host.can -------------------------------------------------------------------------------- /text/ip-silent.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/ip-silent.can -------------------------------------------------------------------------------- /text/ip.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/ip.can -------------------------------------------------------------------------------- /text/ircmotd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/ircmotd.txt -------------------------------------------------------------------------------- /text/lbshell_bg.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/lbshell_bg.bin -------------------------------------------------------------------------------- /text/menu/attr.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/attr.asc -------------------------------------------------------------------------------- /text/menu/chat.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/chat.msg -------------------------------------------------------------------------------- /text/menu/chat.rip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/chat.rip -------------------------------------------------------------------------------- /text/menu/head.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/head.msg -------------------------------------------------------------------------------- /text/menu/main.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/main.msg -------------------------------------------------------------------------------- /text/menu/main.rip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/main.rip -------------------------------------------------------------------------------- /text/menu/qwk.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/qwk.msg -------------------------------------------------------------------------------- /text/menu/qwk.rip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/qwk.rip -------------------------------------------------------------------------------- /text/menu/tail.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/tail.msg -------------------------------------------------------------------------------- /text/menu/uedit.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/uedit.asc -------------------------------------------------------------------------------- /text/menu/wfc.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/menu/wfc.asc -------------------------------------------------------------------------------- /text/name.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/name.can -------------------------------------------------------------------------------- /text/newuser.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/newuser.msg -------------------------------------------------------------------------------- /text/packet/censorship.txt: -------------------------------------------------------------------------------- 1 | fuck 2 | shit 3 | piss 4 | cunt 5 | -------------------------------------------------------------------------------- /text/password.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/password.can -------------------------------------------------------------------------------- /text/phone.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/phone.can -------------------------------------------------------------------------------- /text/sbbs.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/sbbs.msg -------------------------------------------------------------------------------- /text/sbbslist.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/sbbslist.hlp -------------------------------------------------------------------------------- /text/subject.can: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/subject.can -------------------------------------------------------------------------------- /text/synch.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/synch.ans -------------------------------------------------------------------------------- /text/system.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/system.msg -------------------------------------------------------------------------------- /text/welcome.msg: -------------------------------------------------------------------------------- 1 | @SYSOP@ welcomes you to @BBS@! -------------------------------------------------------------------------------- /text/zipmsg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/text/zipmsg.txt -------------------------------------------------------------------------------- /web/lib/ecutils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/lib/ecutils.js -------------------------------------------------------------------------------- /web/lib/forum.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/lib/forum.ssjs -------------------------------------------------------------------------------- /web/root/atom.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/root/atom.ssjs -------------------------------------------------------------------------------- /web/root/ecwebv3/pages/webctrl.ini: -------------------------------------------------------------------------------- 1 | [003-userlist.xjs] 2 | AccessRequirements=REST NOT G -------------------------------------------------------------------------------- /web/root/gallery_ex/thumbs/webctrl.ini: -------------------------------------------------------------------------------- 1 | [*.jpg] 2 | ErrorDirectory=gallery_ex/thumbs 3 | -------------------------------------------------------------------------------- /web/root/gallery_ex/webctrl.ini: -------------------------------------------------------------------------------- 1 | AccessRequirements=LEVEL 90 2 | -------------------------------------------------------------------------------- /web/root/index.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/root/index.ssjs -------------------------------------------------------------------------------- /web/root/login.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/root/login.ssjs -------------------------------------------------------------------------------- /web/root/members/webctrl.ini: -------------------------------------------------------------------------------- 1 | AccessRequirements=LEVEL 0 2 | -------------------------------------------------------------------------------- /web/root/qwk.ssjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/web/root/qwk.ssjs -------------------------------------------------------------------------------- /web/root/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /msgs/ 3 | -------------------------------------------------------------------------------- /webv4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/.gitignore -------------------------------------------------------------------------------- /webv4/components/header.xjs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webv4/lib/auth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/auth.js -------------------------------------------------------------------------------- /webv4/lib/files.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/files.js -------------------------------------------------------------------------------- /webv4/lib/forum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/forum.js -------------------------------------------------------------------------------- /webv4/lib/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/init.js -------------------------------------------------------------------------------- /webv4/lib/locale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/locale.js -------------------------------------------------------------------------------- /webv4/lib/pages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/webv4/lib/pages.js -------------------------------------------------------------------------------- /xtrn/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/.gitignore -------------------------------------------------------------------------------- /xtrn/bublbogl/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/bullshit/.babelrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./node_modules/@swag/ts4s/.babelrc.json" 3 | } -------------------------------------------------------------------------------- /xtrn/bullshit/.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | .tmp 3 | node_modules -------------------------------------------------------------------------------- /xtrn/chess/board.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/board.js -------------------------------------------------------------------------------- /xtrn/chess/chess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/chess.js -------------------------------------------------------------------------------- /xtrn/chess/exit.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/exit.bin -------------------------------------------------------------------------------- /xtrn/chess/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/game.js -------------------------------------------------------------------------------- /xtrn/chess/handler.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/chess/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/menu.js -------------------------------------------------------------------------------- /xtrn/chess/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/chess/utils.js -------------------------------------------------------------------------------- /xtrn/chickendelivery/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | autoupdate=true 4 | -------------------------------------------------------------------------------- /xtrn/dicewarz/ai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/dicewarz/ai.js -------------------------------------------------------------------------------- /xtrn/dicewarz2/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/dovebowl/create.asc: -------------------------------------------------------------------------------- 1 | Create new set 2 | -------------------------------------------------------------------------------- /xtrn/dovebowl/gamelist.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/dovebowl/leagues.asc: -------------------------------------------------------------------------------- 1 | Select your league: 2 | -------------------------------------------------------------------------------- /xtrn/dovebowl/owner.asc: -------------------------------------------------------------------------------- 1 | League Owner Menu: 2 | -------------------------------------------------------------------------------- /xtrn/dovebowl/picklist.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/dovebowl/resultslist.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/dpoker/dpoker: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ${SBBSEXEC}unixstub.sh 3 | -------------------------------------------------------------------------------- /xtrn/dpoker/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/dpoker/gpl.txt -------------------------------------------------------------------------------- /xtrn/druglord/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/fatfish/Rod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/fatfish/Rod.js -------------------------------------------------------------------------------- /xtrn/fatfish/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/gooble/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/knk/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/knk/.gitignore -------------------------------------------------------------------------------- /xtrn/knk/knk.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/knk/knk.doc -------------------------------------------------------------------------------- /xtrn/knk/knk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/knk/knk.js -------------------------------------------------------------------------------- /xtrn/lemons/defs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lemons/defs.js -------------------------------------------------------------------------------- /xtrn/lemons/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lemons/game.js -------------------------------------------------------------------------------- /xtrn/lemons/help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lemons/help.js -------------------------------------------------------------------------------- /xtrn/lemons/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lemons/menu.js -------------------------------------------------------------------------------- /xtrn/lemons/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/life/gun.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/life/gun.bin -------------------------------------------------------------------------------- /xtrn/life/life.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/life/life.js -------------------------------------------------------------------------------- /xtrn/life/line.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/life/line.bin -------------------------------------------------------------------------------- /xtrn/lord/Sysop.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord/Sysop.doc -------------------------------------------------------------------------------- /xtrn/lord/lord.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord/lord.ini -------------------------------------------------------------------------------- /xtrn/lord/lord.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord/lord.js -------------------------------------------------------------------------------- /xtrn/lord/menus/dethmenu/file_id.diz: -------------------------------------------------------------------------------- 1 | A new set of menus for LORD. 2 | 3 | -------------------------------------------------------------------------------- /xtrn/lord/menus/egyptlrd/file_id.diz: -------------------------------------------------------------------------------- 1 | Jason Peterson's "Egypt Lord" 2 | -------------------------------------------------------------------------------- /xtrn/lord/menus/ghostlrd/file_id.diz: -------------------------------------------------------------------------------- 1 | Ghostlord - Change LORD into a Ghostown! 2 | 3 | -------------------------------------------------------------------------------- /xtrn/lord2/.gitignore: -------------------------------------------------------------------------------- 1 | *.DAT 2 | UPDATE.TMP 3 | LOGNOW.TXT 4 | -------------------------------------------------------------------------------- /xtrn/lord2/boat.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/boat.ref -------------------------------------------------------------------------------- /xtrn/lord2/bone.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/bone.ref -------------------------------------------------------------------------------- /xtrn/lord2/cnw/error.log: -------------------------------------------------------------------------------- 1 | !Module (igm) set exit_code: 1 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/igm/bong.igm: -------------------------------------------------------------------------------- 1 | replacescreen: 401 1 noshow 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/l2tree.dat: -------------------------------------------------------------------------------- 1 | Goatboy sucks horses 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/scvngr.num: -------------------------------------------------------------------------------- 1 | 57 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/stime.dat: -------------------------------------------------------------------------------- 1 | 2031 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/time.dat: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/trader.dat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/lord2/cnw/update.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/lord2/help.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/help.ref -------------------------------------------------------------------------------- /xtrn/lord2/home.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/home.ref -------------------------------------------------------------------------------- /xtrn/lord2/igm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/igm.js -------------------------------------------------------------------------------- /xtrn/lord2/inn.ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/inn.ref -------------------------------------------------------------------------------- /xtrn/lord2/l2cfg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/l2cfg.js -------------------------------------------------------------------------------- /xtrn/lord2/l2lib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/l2lib.js -------------------------------------------------------------------------------- /xtrn/lord2/lord2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/lord2/lord2.js -------------------------------------------------------------------------------- /xtrn/maze/fog.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/maze/fog.bin -------------------------------------------------------------------------------- /xtrn/maze/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/maze/game.js -------------------------------------------------------------------------------- /xtrn/maze/maze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/maze/maze.js -------------------------------------------------------------------------------- /xtrn/maze/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/maze/menu.js -------------------------------------------------------------------------------- /xtrn/maze/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/mc/mc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/mc/mc.doc -------------------------------------------------------------------------------- /xtrn/mc/mc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/mc/mc.js -------------------------------------------------------------------------------- /xtrn/mc/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/mc/shared.js -------------------------------------------------------------------------------- /xtrn/mc/slots.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/mc/slots.js -------------------------------------------------------------------------------- /xtrn/oneliners/settings.ini: -------------------------------------------------------------------------------- 1 | server = localhost 2 | port = 10088 3 | -------------------------------------------------------------------------------- /xtrn/sbj/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/Makefile -------------------------------------------------------------------------------- /xtrn/sbj/sbj: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ${SBBSEXEC}unixstub.sh 3 | -------------------------------------------------------------------------------- /xtrn/sbj/sbj.bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.bpf -------------------------------------------------------------------------------- /xtrn/sbj/sbj.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.bpr -------------------------------------------------------------------------------- /xtrn/sbj/sbj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.c -------------------------------------------------------------------------------- /xtrn/sbj/sbj.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.cfg -------------------------------------------------------------------------------- /xtrn/sbj/sbj.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.doc -------------------------------------------------------------------------------- /xtrn/sbj/sbj.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.dsp -------------------------------------------------------------------------------- /xtrn/sbj/sbj.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sbj/sbj.msg -------------------------------------------------------------------------------- /xtrn/sbj/sbjclean: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ${SBBSEXEC}unixstub.sh 3 | -------------------------------------------------------------------------------- /xtrn/scb/ld_time.msg: -------------------------------------------------------------------------------- 1 | Please try again later. 2 | -------------------------------------------------------------------------------- /xtrn/scb/no_one.msg: -------------------------------------------------------------------------------- 1 | Phone numbers beginning with '1' are not allowed. 2 | -------------------------------------------------------------------------------- /xtrn/scb/no_zero.msg: -------------------------------------------------------------------------------- 1 | Phone numbers beginning with '0' are not allowed. 2 | -------------------------------------------------------------------------------- /xtrn/scb/scb.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/scb/scb.cfg -------------------------------------------------------------------------------- /xtrn/scb/scb.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/scb/scb.doc -------------------------------------------------------------------------------- /xtrn/scb/scb.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/scb/scb.msg -------------------------------------------------------------------------------- /xtrn/scb/toolong.msg: -------------------------------------------------------------------------------- 1 | Your phone number is too long to be valid. 2 | 3 | -------------------------------------------------------------------------------- /xtrn/scb/tooshort.msg: -------------------------------------------------------------------------------- 1 | Your phone number is too short to be valid. 2 | -------------------------------------------------------------------------------- /xtrn/sdk/xsdk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sdk/xsdk.c -------------------------------------------------------------------------------- /xtrn/sdk/xsdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sdk/xsdk.h -------------------------------------------------------------------------------- /xtrn/sdk/xsdk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/sdk/xsdk.txt -------------------------------------------------------------------------------- /xtrn/seabattle/handler.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xtrn/smm/mb-e.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-e.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-f.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-f.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-fp.asc: -------------------------------------------------------------------------------- 1 | You should never have a party without an FP. 2 | -------------------------------------------------------------------------------- /xtrn/smm/mb-i.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-i.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-j.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-j.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-n.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-n.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-p.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-p.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-s.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-s.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-t.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/mb-t.asc -------------------------------------------------------------------------------- /xtrn/smm/mb-tj.asc: -------------------------------------------------------------------------------- 1 | 60 % of the world's managers are TJ. 2 | -------------------------------------------------------------------------------- /xtrn/smm/purity-4.asc: -------------------------------------------------------------------------------- 1 | Section 4: Drugs. 43 Questions. 2 | 3 | -------------------------------------------------------------------------------- /xtrn/smm/purity-b.asc: -------------------------------------------------------------------------------- 1 | Section 11: Style. 76 questions. 2 | 3 | -------------------------------------------------------------------------------- /xtrn/smm/que.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/que.lst -------------------------------------------------------------------------------- /xtrn/smm/smm.can: -------------------------------------------------------------------------------- 1 | l 2 | p 3 | digital man 4 | fuck 5 | -------------------------------------------------------------------------------- /xtrn/smm/smm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/smm.cfg -------------------------------------------------------------------------------- /xtrn/smm/smm.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/smm/smm.doc -------------------------------------------------------------------------------- /xtrn/starstocks/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/startrek/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 -------------------------------------------------------------------------------- /xtrn/synchronetris/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/syncwall/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/synkroban/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/tbd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/Makefile -------------------------------------------------------------------------------- /xtrn/tbd/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/gpl.txt -------------------------------------------------------------------------------- /xtrn/tbd/reroll: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ${SBBSEXEC}unixstub.sh 3 | -------------------------------------------------------------------------------- /xtrn/tbd/reroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/reroll.c -------------------------------------------------------------------------------- /xtrn/tbd/tbd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ${SBBSEXEC}unixstub.sh 3 | -------------------------------------------------------------------------------- /xtrn/tbd/tbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.c -------------------------------------------------------------------------------- /xtrn/tbd/tbd.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.doc -------------------------------------------------------------------------------- /xtrn/tbd/tbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.h -------------------------------------------------------------------------------- /xtrn/tbd/tbd.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.ins -------------------------------------------------------------------------------- /xtrn/tbd/tbd.mnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.mnu -------------------------------------------------------------------------------- /xtrn/tbd/tbd.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd.sty -------------------------------------------------------------------------------- /xtrn/tbd/tbd2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tbd/tbd2.c -------------------------------------------------------------------------------- /xtrn/tw2/bang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/bang.js -------------------------------------------------------------------------------- /xtrn/tw2/input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/input.js -------------------------------------------------------------------------------- /xtrn/tw2/main.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/main.ans -------------------------------------------------------------------------------- /xtrn/tw2/main.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/main.asc -------------------------------------------------------------------------------- /xtrn/tw2/maint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/maint.js -------------------------------------------------------------------------------- /xtrn/tw2/port.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/port.ans -------------------------------------------------------------------------------- /xtrn/tw2/ports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/ports.js -------------------------------------------------------------------------------- /xtrn/tw2/ship.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/ship.ans -------------------------------------------------------------------------------- /xtrn/tw2/teams.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/teams.js -------------------------------------------------------------------------------- /xtrn/tw2/tw2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/tw2/tw2.js -------------------------------------------------------------------------------- /xtrn/uberblox/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 3 | -------------------------------------------------------------------------------- /xtrn/war/war.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SynchronetBBS/sbbs/HEAD/xtrn/war/war.js -------------------------------------------------------------------------------- /xtrn/wordem/server.ini: -------------------------------------------------------------------------------- 1 | host=localhost 2 | port=10088 --------------------------------------------------------------------------------