- Jan 05, 2014
-
-
rswindell authored
equivalents (e.g. pause, delay).
-
rswindell authored
-
rswindell authored
1/10th second delays at specified byte interval in output file. Also added -clear (insert a clear-screen code at beginning of output file) and -pause (append pause/hit-a-key code at end of output file) options.
-
rswindell authored
-
rswindell authored
Uplinks configured as "passive nodes" were still added to the seen-by lines of messages posted locally or passing through the system.
-
- Jan 04, 2014
-
-
rswindell authored
undockable form's DefaultMonitor property to dmPrimary (rather than dmActiveForm) and save/restore the value from the registry (and export-to import-from .ini file) allowing over-ride of default monitor for undocked windows to be customized on a per-form basis (very advanced use). For sysops not using undockable forms in the control panel (the vast majority), this enhancement has no effect.
-
rswindell authored
-
rswindell authored
warning C4133: 'function' : incompatible types - from 'int *' to 'char *' with typecast.
-
rswindell authored
filewrap.c(309): warning C4307: '+' : integral constant overflow filewrap.c(310): warning C4307: '+' : integral constant overflow
-
rswindell authored
for all builds using 32-bit longs due to numeric integer overflow as reported by GCC ("warning: integer overflow in expression") and MSVC ("warning C4307: '+' : integral constant overflow") thus causing expandtofit() to always return -1 and getdelim() to always fail.
-
rswindell authored
'function' : incompatible types - from 'int *' to 'char *' with typecast.
-
- Jan 03, 2014
- Jan 02, 2014
-
-
rswindell authored
File directory storage paths that were left blank in SCFG were not correctly initialized to <data_dir>\dirs\<code>\ as the dir's internal code was not yet initialized at this point in the load_cfg() process of scrubbing the cfg data. This bug was introduced with the internal-code prefix enhancement of 2003 (almost 11 years ago now).
-
- Dec 12, 2013
-
-
deuce authored
-
- Nov 05, 2013
-
-
deuce authored
lengths. SAFECOPY() isn't anymore so don't. Thanks Access Denied for sticking with it. This one should be more workyer.
-
- Oct 30, 2013
-
-
rswindell authored
sbbsecho.cfg line lengths and addressess all "%compression none" AreaFix command issues (according to Deuce).
-
- Oct 29, 2013
-
-
deuce authored
-
deuce authored
Note that it still assumes that teach arctype uses one line only. It will only add the specified node to one line, but every time it comes across a line with the old type, it will replace it with a new line containing every node which uses the old type. This is likely not what you want, so only use a single USEPACKER line per archiver type is you're modifying this by hand. I'm looking at you access_d. Your welcome.
-
deuce authored
This does not mean you can actually *USE* lines longer than 256 characters though because the areafix stuff will still take a dump on your config if you do.
-
deuce authored
-
deuce authored
buffer size, or really do anything except fgetc() in a loop. Do that then. Also, use DLLEXPORT/DLLCALL/etc. macros.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
DAMN YOU ALAN!
-
- Oct 28, 2013
- Oct 25, 2013
- Oct 13, 2013
- Oct 11, 2013
- Oct 09, 2013
-
-
deuce authored
-
rswindell authored
requested by Joe (1:249/303), Wilfred (2:280/464) and Michiel (2:280/5555) for their little 3-node inter-zonal FTN: "Zone Blind" option (enabled in echofg->Toggle Options or by adding a line containing the string "ZONE_BLIND" to the sbbsecho.cfg file). This option causes zones to be ignored (back to the 2D addresses of the 80s) when parsing and generating SEEN-BY and PATH kludge lines in echomail messages. Incremented version to 2.23.
-
- Oct 08, 2013
-
-
deuce authored
-