- Jan 08, 2014
-
-
rswindell authored
current protected-interger value.
-
- Jan 07, 2014
-
-
rswindell authored
to work-around issue when SyncTERM (with ipv6 support) is the default Telnet URI handler.
-
rswindell authored
*before* calling _beginthread(). The active_clients is exactly perfect here either (since it's incrementing in the ctrl_thread), todo later, but shouldn't cause a crash like the above issue.
-
rswindell authored
due to race condition betwen call of _beginthread() to thread function actually being executed and the notice of a recycle semaphore condition and the freeing of dynamically allocated elements of the global scfg instance.
-
- Jan 06, 2014
-
-
rswindell authored
File.iniGetValue() method returned a garbage string if the value requested did not exist in the ini section and the default value specified was a string: cstr2 will point to cstr in this case, so we can't free(cstr) before copying cstr2 into a new JSVAL.
-
- 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