- Dec 27, 2012
-
-
nightfox authored
Updated SlyEdit to add author initials before quote lines. This is now the default behavior, but if desired, this can be disabled with the following line in SlyEdit.cfg: useQuoteLineInitials=false When disabled, SlyEdit will simply prefix quote lines with " > ", as was done in IceEdit, DCT Edit, and other message editors of the early-mid 1990s. Also, fixed a bug related to refreshing the text on the screen when a drop-down menu disappears. This bug fix is only relevant for DCT mode.
-
- Dec 25, 2012
-
-
echicken authored
Updated instructions to reflect the new default behavior (accessing a locally hosted JSON DB) with recommendation to connect to the shared DB.
-
- Dec 24, 2012
-
-
rswindell authored
throw an exception).
-
rswindell authored
hard-coded to author's BBS).
-
rswindell authored
exception).
-
rswindell authored
-
rswindell authored
-
rswindell authored
successfully opened.
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
just in case someone shares files which have that line, it can still be executed on Windows systems (with jsexec).
-
- Dec 23, 2012
-
-
rswindell authored
-
rswindell authored
Change the RootDirectory to a relative path (which doesn't work yet) - we can't have absolute paths in CVS.
-
rswindell authored
and read the correct sbbs.ini file for the current system/host/platform.
-
rswindell authored
-
rswindell authored
doesn't have stdbool.h. Somehow the nightly build didn't detect this failure.
-
art authored
- Fixed numbering warble. :|
-
- Dec 22, 2012
-
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
Committed on the Free edition of March Hare Software CVSNT Client. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
-
nightfox authored
-
nightfox authored
Adding SlyEdit: This is a full-screen message editor for Synchronet that mimics the look & feel of IceEdit and DCTEdit.
-
nightfox authored
-
- Dec 20, 2012
-
-
deuce authored
-
deuce authored
since we're including it in a .so.
-
deuce authored
the configure script supports aside from armv7). Also, paw through the gcc -v output to discover if it was configured to use the VPD and hard float or not. This makes Spidermonkey build on Raspberry Pi with the hard float Raspian image.
-
art authored
- Code cleanup. - Reformatted using Visual Studio.
-
- Dec 19, 2012
-
-
rswindell authored
- new default security level values - new default msg editor (Deuce's fseditor.js) - new default games (js games by Matt/1979 and Art and Deuce) - new default internal codes (use internal code prefixes) - sezyz is default protocol driver for all platforms (removed gKermit and sz/rz)
-
rswindell authored
-
mcmlxxix authored
-
rswindell authored
realloced variables for tracking QWKnet nodes discovered while importing msgs, but multiple terminal server nodes/events calling this function concurrently could clearly corrupt these variables and cause realloc errors and crashes. Now using members of sbbs_t for node/event instance specific QWKnet node tracking for the route.dat updates (a rarely used feature nowadays).
-
rswindell authored
code is generated from the sysop-supplied name, don't truncate at the first space character (concatenate words instead) - making much nicer internal codes by default (e.g. "FAT FISH" becomes "FATFISH" instead of "FAT").
-
rswindell authored
-