- May 06, 2005
-
-
rswindell authored
from JS_Enumerate()).
-
- May 05, 2005
- May 04, 2005
-
-
rswindell authored
was specified.
-
- May 03, 2005
- May 02, 2005
- May 01, 2005
-
-
rswindell authored
-
rswindell authored
(i.e. hostname, temp_dir, ctrl_dir, and JS operating params). Display error message box if sbbs_write_ini() returns a failure.
-
rswindell authored
(if already set to the default value) as a fatal error (i.e. the value doesn't exist). Bugfix: sbbs_set_js_settings() wasn't setting the JS yield interval. sbbs_set_js_settings() is now used to write the global JS default values too.
-
rswindell authored
-
- Apr 30, 2005
- Apr 29, 2005
- Apr 28, 2005
-
-
rswindell authored
Tracker's custom modules. This may be increased in the future to accomodate even larger (further nested) scripts.
-
- Apr 27, 2005
-
-
rswindell authored
-
- Apr 26, 2005
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Updated copyright date in comment header block (whoopee). Added missing copyright header blocks.
-
rswindell authored
-
rswindell authored
sbbsctrl.exe to be run by non-admin users and still start/stop/monitor Synchronet services.
-
- Apr 24, 2005
-
-
rswindell authored
when line 2 of the door.sys is the current DCE rate (which it should be).
-
rswindell authored
way to do it. "cur_rate" is a legacy variable (from the serial modem days) representing the current DCE rate, which can really be *any* number, including the popular rates of 14400, 28800, and 33600, all of which are not "legal" FOSSIL baud rates. But since a FOSSIL driver should only be concerned with the DTE rate, this should be irrelevant.
-
deuce authored
5 is the DTE rate (http://goldfndr.home.mindspring.com/dropfile/doorsys.htm) The FOSSIL spec only supports specified baud rates as follows: 010 = 300 baud 011 = 600 '' 100 = 1200 '' 101 = 2400 '' 110 = 4800 '' 111 = 9600 '' 000 = 19200 '' (Replaces old 110 baud mask) 001 = 38400 '' (Replaces old 150 baud mask) All doors using the DMlib door kit (MyCroft doors, Star Fight, an a number of others) will die on an error as folows: Rob Mcgee at 5:47 10/06/2004 on the local keyboard Error -25: Illegal baud rate Do not set to an "Illegal baud rate". Not sure if this was set this way for a rason or not, but it should at least be an option.
-
- Apr 21, 2005
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Display thread stack limit (if not unlimited).
-
rswindell authored
-
rswindell authored
Created sbbs_read_js_settings() and sbbs_set_js_settings() to read and write all settings to/from .ini files in a modular fashion. This is a precursor to implementing support for JavaScriptThreadStack (limit) support for all JS-enabled servers and services (working around the ircd bug).
-
rswindell authored
(for JS engine thread stack limit).
-
- Apr 19, 2005
-
-
rswindell authored
Added comments regarding ZF3 value in ZRQINIT header.
-
- Apr 18, 2005
- Apr 16, 2005