- Apr 11, 2016
- Apr 06, 2016
-
-
deuce authored
Previously, restored a window one line high.
-
- Mar 09, 2016
-
-
rswindell authored
cryptlib.key). Log timed event return values as an error (when non-zero).
-
- Feb 26, 2016
-
-
rswindell authored
ldquo/rdquo (double-quotes), and ndash/mdash (dash).
-
- Feb 03, 2016
-
-
deuce authored
-
- Jan 29, 2016
- Jan 27, 2016
-
-
rswindell authored
common prefix.
-
- Jan 26, 2016
-
-
sbbs authored
directory (missing a path separator). This is a regression added in rev 1.264 (Sept 8 2015). Also, if rename() of packet fails, don't continue tossing into that packet. Increment version to 2.33 (the expected last reivion of the v2 series).
-
- Jan 21, 2016
-
-
rswindell authored
buffer, when supplied). Now, when a value buffer (non-NULL pointer) is supplied, we return a pointer to that buffer instead of the value in the string list (which is not trimmed). This was introduced in rev 1.120 (July 2011) as part of an optimization (optional value buffers). iniReadString() was not affected.
-
rswindell authored
-
deuce authored
-
deuce authored
the constructor things. This allows TLS-enabled services to work correctly, and removes an ugly hack from the web server. There's still an odd issue with the NNTP service when using TLS though.
-
deuce authored
-
deuce authored
correctly.
-
rswindell authored
2016-01-20 06:06:39 ERROR line 1836 renaming c:\fd\outbound\20060640.pk_ to c:\fd\outbound\20060640.pkt I think this is because the file 200606040.pkt already existed when the .pk_ temp file was created and thus the rename will fail (can't rename over an existing file) and then the packet is sent to the wrong link. When generating a packet name, keep incrementing until both the .pkt and .pk_ variants do not already exist. This should fix this scenario.
-
- Jan 19, 2016
-
-
rswindell authored
iniReadNamedLongInt() iniGetNamedLongInt() iniSetNamedLongInt() iniSetNamedHexInt()
-
- Jan 18, 2016
- Jan 13, 2016
- Jan 11, 2016
- Jan 10, 2016
-
-
deuce authored
Currently, the (previously undocumented) top, left, width, dflt, and bar parameters to uifc.list() are moved into this object and can no longer be passed in the function call. This is still only half-baked, so it will need a few weeks at least in CVS before it congeals enough to be stable.
-
deuce authored
lock across things with timeouts in them, but since if another thread has the file locked we shouldn't be fillding with it anyway, this should be fine. Fixes weird (and relatively rare) timing issues with node.dab accesses on a many core host.
-
deuce authored
seen this in a regular build, so I'm not sure if this is a "real bug" or not.
-
- Jan 07, 2016
-
-
deuce authored
in the default user config, a scansubs(SCAN_ALL) will still not do a new file scan.
-
- Jan 06, 2016
- Jan 03, 2016
- Jan 02, 2016
-
-
rswindell authored
(based on FTS-5005 description) - both detection (won't pack/bundle outgoing mail for a node that is "busy" with a mailer session) and exclusive-creation (to inform the mailer not to allow a session for this node while outgoing mail is being processed). - Uses strListFind() from updated xpdev. Debug-level log message for all file deletions. Some log message update (more detail in some, removal of others). Bug-fix: outbound FREQ netmail messages would not be deleted after being converted to BSO *.req files. It appears no one has yet tested this feature? Cleaned-up sbbsecho.h: use of C99-types, defined SBBSECHO_ARCTYPE_NONE magic number macro. Incremented version to 2.32.
-
rswindell authored
value comparison (rather than pointer comparison), either case sensitive or insensitive.
-
rswindell authored
This solves the problem of a JS-external program (e.g. SyncWX) being aborted at a pause prompt with Ctrl-C or Q and that abort status propagating back to the external program's menu. If there is a module which needs to propagate the console-abort status up to the parent(s), then this could introduce a problem. We'll see.
-
- Jan 01, 2016
-
-
rswindell authored
signedness
-