- 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.
-
mcmlxxix authored
-
mcmlxxix authored
-
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.
-
deuce authored
-
deuce authored
-
deuce authored
Don't permit users to delete sections of the help file (heh).
-
rswindell authored
-
rswindell authored
-
- Jan 06, 2014
-
-
deuce authored
Fixes bug reported by DesotoFireflite on Jan. 1st. Thanks for the bug report!
-
rswindell authored
-
rswindell authored
the data dir, etc.).
-
art authored
- Use the now-recommended server.ini file for default JSON server settings. - try/catch block, back off to disabled JSON on server connection problems. - Use Romulus BBS as author's recommended global server. - Updated documentation to reflect server.ini usage.
-
rswindell authored
-
rswindell authored
has all these TCP/IP services enabled and available for the users.
-
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.
-
rswindell authored
-
rswindell authored
This outputs a garbage server name currently, when there is no server.ini in the xtrn/dicewarz2 directory.
-
echicken authored
Added text to tell people to navigate using the Tab key. Apply Herp-Ease to the affected area twice daily until symptoms subside.
-
mcmlxxix authored
lets just pretend i never wrote this, eh?
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
- Jan 05, 2014
-
-
rswindell authored
Don't error-out if server.ini file is not present. Use correct method for determining .ini filenames (use of file_cfgname()).
-
rswindell authored
Added CVS $Id$ keyword.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
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.
-