- Nov 02, 2015
-
-
deuce authored
longer than 127 bytes.
-
deuce authored
the script until the entire POST data is read, so is sub-optimal, but it works.
-
deuce authored
Now tested on FreeBSD (should work for any *nix). CGI and FastCGI still needs testing on Win32.
-
deuce authored
-
deuce authored
Add support for FastCGI with an eye to making PHP significantly faster. In the webctl.ini file, add something like the following: [*.php] FastCGI=localhost:9000 To pass all PHP requests under that directory through to a PHP fastCGI server. You can start the PHP FastCGI server with a command something like this: php-cgi -q -b localhost:9000 This change has also refactored normal CGI support, especially the Win32 support. Since this patch is currently untested, it's best to assume that it breaks both *nix and Win32 CGI support and doesn't work for FastCGI either at this point.
-
deuce authored
(read email)
-
- Nov 01, 2015
-
-
nightfox authored
- Improved displaying of messages with ANSI codes. The reader will fall back to a non-scrolling user interface for displaying messages with ANSI codes, since there doesn't seem to be an easy way for the reader to handle ANSI with the scrolling interface (i.e., with ANSI cursor movements, etc.). - Bug fix related to interpreting colors from other BBS software (WWIV, PCBoard, Wildcat, Celerity, Renegade) - Work in progress: More kludge lines displayed (with the 'K' key), and all message header lines are now displayed (with the 'H' key) (this is a sysop feature)
-
nightfox authored
-
- Oct 31, 2015
-
-
rswindell authored
1. If the PATH kludge line only contains 1 address, don't use it for circular path detection. 2. If the last address of the PATH kludge line is the system's address, don't add the system's address to the PATH.
-
rswindell authored
to be more globally friendly.
-
rswindell authored
If the following filenames don't exist, don't try to display them (i.e. don't report/log an error if the file doesn't exist): text/sbbs.msg text/system.msg text/newuser.msg text/feedback.msg Removed hard-coded clear-screen and pause sequences before/after each of these files are displayed (instead, moved the clear-screens to @-codes in the stock files). This gives the sysop more control over what is displayed to the user during the new-user registration process. NOTE: You may want to review your new-user process and modify your copies/ versions of the above mentioned filenames to make sure they display to the user as you wish.
-
- Oct 30, 2015
- Oct 29, 2015
- Oct 28, 2015
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added sort and find functions. Added syncterm.lst generation function.
-
rswindell authored
-
deuce authored
-
rswindell authored
Instead, wait 0-seconds (by default) for a keypress after successful transfers and 60-seconds (by default) for a keypress after unsuccessful transfers. These durations can be changed via the TransferSuccessKeypressTimeout and TransferFailureKeypressTimeout values in the syncterm.ini file. ToDo: abort the wait more immediately upon key input ToDo: display the count down timer ToDo: add menu options in SyncTERM to edit these timeout values
-
deuce authored
-
deuce authored
-
deuce authored
directory. This is the beginnings of the ability to write a door in JS for all BBSes, not just Synchronet (door kit pending). This requires moving js_CreateCommonObjects() into main.cpp, which requires constifying the name parameter to js_CreateClientObject() due to C++ being more paranoid about using a string literal as a char * parameter (warning fix).
-
rswindell authored
-
deuce authored
path only if needed.
-
deuce authored
-
- Oct 24, 2015
-
-
rswindell authored
When parsing the SBBSecho configuration file (for the USEPACKER, AREAFIX, or ECHOLIST items), flags or packer names would be ignored if they began with the same sequence of characters which made up a previous configuration item (flag or packer name). This appears to be a *very* long standing bug going back to the origination of this program by Allen Christiansen (King Drafus). Also, long overdue brace style update. Steve Deppe's influence is diminishing. -(
-
rswindell authored
in the system's areas.bbs file, SBBSecho would terminate prematurely with an error: "No areas defined in <path/to>areas.bbs". This would prevent SBBSecho from importing inbound netmail and packing outbound netmail, for example.
-
echicken authored
-
echicken authored
-
- Oct 22, 2015
- Oct 17, 2015
-
-
rswindell authored
should not have the "include message by self" setting applied - the hub should include all messages from all authors in all cases. The symptom of the problem was that messages posted by a user with the "Real Name" value of the QWKnet account would not be included in the QWKnet account for the node. This was most obvious in networked message areas where the same user may post from multiple nodes and see a lack of message propagation.
-
- Oct 16, 2015
-
-
rswindell authored
-
- Oct 14, 2015
-
-
echicken authored
-
- Oct 10, 2015
-
-
nightfox authored
Version 1.04: Now support downloading file attachments (using the Ctrl-D key combo). Also, allows the sysop to save a message to the BBS machine (using the Ctrl-S key combo). Also made some user interface updates: Pausing after the user saves a message so that the user can see Synchronet's save message screen, and other minor updates. Updated DDReadPersonalEmail.js so that it's easy to switch the reader between starting in list mode or reader mode.
-
- Oct 07, 2015