- 28 Oct, 2015 3 commits
- 24 Oct, 2015 4 commits
-
-
rswindell authored
When parsing the SBBSecho configuration file (for the USEPACKER, AREAFIX, or ECHOLIST items), flags or packer names would be ignored if they began with the same sequence of characters which made up a previous configuration item (flag or packer name). This appears to be a *very* long standing bug going back to the origination of this program by Allen Christiansen (King Drafus). Also, long overdue brace style update. Steve Deppe's influence is diminishing. -(
-
rswindell authored
in the system's areas.bbs file, SBBSecho would terminate prematurely with an error: "No areas defined in <path/to>areas.bbs". This would prevent SBBSecho from importing inbound netmail and packing outbound netmail, for example.
-
echicken authored
-
echicken authored
-
- 22 Oct, 2015 3 commits
- 17 Oct, 2015 1 commit
-
-
rswindell authored
should not have the "include message by self" setting applied - the hub should include all messages from all authors in all cases. The symptom of the problem was that messages posted by a user with the "Real Name" value of the QWKnet account would not be included in the QWKnet account for the node. This was most obvious in networked message areas where the same user may post from multiple nodes and see a lack of message propagation.
-
- 16 Oct, 2015 1 commit
-
-
rswindell authored
-
- 14 Oct, 2015 1 commit
-
-
echicken authored
-
- 10 Oct, 2015 1 commit
-
-
nightfox authored
Version 1.04: Now support downloading file attachments (using the Ctrl-D key combo). Also, allows the sysop to save a message to the BBS machine (using the Ctrl-S key combo). Also made some user interface updates: Pausing after the user saves a message so that the user can see Synchronet's save message screen, and other minor updates. Updated DDReadPersonalEmail.js so that it's easy to switch the reader between starting in list mode or reader mode.
-
- 07 Oct, 2015 2 commits
- 06 Oct, 2015 1 commit
-
-
deuce authored
-
- 04 Oct, 2015 5 commits
- 03 Oct, 2015 1 commit
-
-
rswindell authored
If the user does not meet the configured "Access Requirements" of the external text/message editor that they have selected in their "default configuration", rather than changing their default setting to the internal message editor (a change that would become persistent as soon as the user's record was saved in the user database), use the internal editor rather than the configured external editor and don't change their configuration. This fixes the "problem" of a user having selected an editor which has "ANSI" as an access requirement, that user then logging on without ANSI support (e.g. not auto-detected) and then logging-off which would then revert their configured editor to the dreaded internal line editor, leaving the user to figure out how to re-select the external (e.g. full-screen) editor they had previous configured.
-
- 29 Sep, 2015 3 commits
- 28 Sep, 2015 11 commits
-
-
sbbs authored
tools (caused build failure on redefinition of functions).
-
deuce authored
-
deuce authored
Rename entry_buf to int_buf since it only ever holds an integer now.
-
deuce authored
value for the Win32 asprintf().
-
deuce authored
if I can reuse a va_list argument.
-
rswindell authored
of 2011: - Memory leak in log() when passed multiple string arguments. - print/write/writeln would all choke when passed multiple arguments (display the first argument repeatedly) and leak memory.
-
rswindell authored
(e.g. use "-m1g" to allocate 1 gigabyte/gibibyte memory for JS runtime).
-
rswindell authored
rename to parse_byte_count(), so we can use it more places (e.g. jsexec).
-
deuce authored
-
deuce authored
-
rswindell authored
-
- 27 Sep, 2015 3 commits
-
-
rswindell authored
Updated the verify command to sort the resulting list based on verification success date/count/ratio/etc.
-
rswindell authored
Updated the sort compare routine to handle some nested properties nicely. Created a property_value() function to return properties in formats nice to sort or display.
-
rswindell authored
-