- Jul 24, 2015
- Jul 22, 2015
-
-
rswindell authored
-
rswindell authored
modifying the 'attr' field). Also, only set the "SENT" attribute flag if the told not to delete netmail. This will reduce the risk to those using SBBSecho without the -d option.
-
rswindell authored
Don't pack netmail that has the "SENT" attribute flag set. Set the "SENT" attribute flag in netmail (.msg) files so if they're not deleted they won't be repacked/sent again later.
-
- Jul 17, 2015
- Jul 15, 2015
-
-
rswindell authored
(on Linux) where the "total messages" value (stored in the SMB status header) is stale when the header is updated in another open instance of the message base. Sorry, I forgot to complete the commit earlier than I originally said I did.
-
rswindell authored
(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.
-
deuce authored
-
rswindell authored
When built withOUT the preprocessor macro WITH_SDL defined, ciolib.h doesn't include gen_defs.h (perhaps it should), so the use of FREE_AND_NULL in this file become function calls and the symbol is not found when linking. This is why jsexec was not included in recent daily dev builds of v3.16.
-
deuce authored
-
- Jul 14, 2015
- Jul 13, 2015
-
-
deuce authored
Add a great deal of comments for future-Deuce.
-
deuce authored
The old code unwrapped from the old width and rewrapped to the new width in a single pass. While this was more efficient, it was very difficult to work on and understand the code. Now, wordwrap() is a two pass process. The first pass unwraps "paragraphs" (defined as being the text between two hard CRs) and the second pass wraps to the new width. This makes it simpler to understand and debug. This fixes some odd wrapping issues when quoting messages.
-
- Jul 12, 2015
-
-
deuce authored
-
- Jul 09, 2015
- Jul 08, 2015
-
-
deuce authored
LFs on write.
-
- Jul 07, 2015
-
-
deuce authored
the mod state. This should fix num-lock on Windows. Other mod states (CTRL, SHIFT, ALT) are likely still messed up though.
-
deuce authored
any line that was ever damaged was always damaged, and it worked pretty well.
-
deuce authored
when updating the screen. This should fix the weird long-delayed update issue.
-
deuce authored
-
deuce authored
-
deuce authored
the screen. This fixes the phantom cursor issue.
-
- Jul 05, 2015
-
-
deuce authored
For regular vstatlock things, only hold the lock long enough to copy the variables that will be used. For vstat.vmem stuff, create a separate reference-counting vmem structure and a new vmem_lock so the memcpy() of the vmem won't block basic vstat accesses. This appears to fix the recently-added "blockiness" of screen updates in SyncTERM, without risking deadlocks or unlocked accesses... the major issue holding up a release.
-
- Jul 04, 2015
-
-
rswindell authored
in scenarios where the tagfile may be used (e.g. not editing extended file descriptions). This should allow SlyEdit and other extenal message editors to detect the support for the editor.tag file dynamically rather than by using the Synchronet version number. If the 7th line is blank or non-existent, then the external editor tag file is not supported. Overhauled editor_inf() to use a file stream/fprintf.
-
- Jun 22, 2015
-
-
rswindell authored
temp directory (system.temp_dir in JS), sbbs will read in this file and append it to the message body *after* the user's .sig file (if there is one). Bug-fix: don't append .sig files when editing extended file descriptions.
-
- Jun 11, 2015
-
-
deuce authored
issues.
-
- May 27, 2015
-
-
rswindell authored
-
- May 13, 2015
- May 12, 2015
-
-
deuce authored
is 'clang'
-
- May 11, 2015