- Dec 08, 2022
-
-
Rob Swindell authored
DD Msg Reader: Fixed typo (console.putmst -> console.putmsg) See merge request !232
-
-
- Dec 05, 2022
-
-
Rob Swindell authored
DD file lister: lfexpand() seems to do what I wrote my own function for in the last commit See merge request !231
-
Eric Oulashin authored
-
Rob Swindell authored
Needed a version of strListSplit() that doesn't treat consecutive delimiters (e.g. "\r\n\r\n") as a single delimiter: so introducing strListDivide(). Like strListSplit(), strListDivide() modifies the input string (replacing first occurrences of delimiter with NUL). Since we don't want "\r\n" to be counted as 2 lines, we need to just split/divide on '\n' and then truncate any line endings (i.e. '\r') chars off the ends of the split strings. Reported by phigan in #synchronet
-
- Dec 03, 2022
-
-
Rob Swindell authored
DD File lister: Extended file info update (# times DL'd, last DL, description fix for some cases) See merge request !229
-
-
Rob Swindell authored
Ree/games fixes See merge request !230
-
-
Rob Swindell authored
DDMsgReader v1.57: @-code expansion only when sender is a sysop (and only when reading personal email) See merge request !228
-
DDMsgReader v1.57: @-code expansion only when sender is a sysop (and only when reading personal email)
-
- Dec 02, 2022
-
-
Rob Swindell authored
SlyEdit v1.82: Added some safety checks when reading the configuration file (that section of code was refactored recently). See merge request !227
-
SlyEdit v1.82: Added some safety checks when reading the configuration file (that section of code was refactored recently).
-
- Dec 01, 2022
-
-
Rob Swindell authored
Resize fTelnet for msweeper to support level 5 See merge request !225
-
Rob Swindell authored
Display error if user can't read requested sub See merge request !223
-
- Nov 29, 2022
-
-
Rob Swindell authored
This bug was introduced in commit 9c91d32a 2 years ago and would result in votes and poll message being erroneously filtered. e.g. !Filtering QWK message from (null) due to age: 19321 days The filter criteria was either a zero-initialized msg or the previously parsed/imported msg from the QWK or REP packet. A solution for filtering vote/poll messages is needed, but this isn't it.
-
- Nov 28, 2022
-
-
Rob Swindell authored
This is the real fix for infinite-wait on send() problem that was attempted in commit f0127e9d, but caused other issues. Thanks Deuce.
-
Rob Swindell authored
-
Rob Swindell authored
This reverts commit f0127e9d. This change was "wrong-headed" per Deuce and broke JS sends on blocking sockets. Thanks for the help. This fix for inifinite-wait on send() likely led to the infinite BinkIT errors/log messages that led to commit 4dd32231. The real fix for this problem (which can block all other timed events from running), would be a Socket.poll() on the socket before send in binkp.js.
-
rickparrish authored
-
- Nov 27, 2022
-
-
Rob Swindell authored
Updated the SlyEdit documentation for version 1.81 (forgot yesterday). Also updated the default SlyEdit.cfg to use the English dictionary (for spell check). See merge request !224
-
Eric Oulashin authored
Updated the SlyEdit documentation for version 1.81 (forgot yesterday). Also updated the default SlyEdit.cfg to use the English dictionary (for spell check).
-
rickparrish authored
-
- Nov 26, 2022
-
-
Rob Swindell authored
SlyEdit: No more control characters needed in the color configuration files See merge request !222
-
Rob Swindell authored
Good Time Trivia: Hosted inter-BBS user scores (via JSON DB) is now possible. See merge request !221
-
-
Eric Oulashin authored
-
Rob Swindell authored
Update registration page for closed and newuser password systems See merge request !219
-
-
Rob Swindell authored
DD Message Reader: Fixed bug startup mode for scanning all groups for un-read messages to you where the reader was bringing up personal email instead. See merge request !220
-
Eric Oulashin authored
DD Message Reader: Fixed bug startup mode for scanning all groups for un-read messages to you where the reader was bringing up personal email instead.
-
- Nov 23, 2022
-
-
Rob Swindell authored
De-duplication wasn't working
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
A periodic (e.g. weekly) digest of high scores posted to SYNCDATA will allow BBSes to have an accurate list of global high scores without requiring the retention of several years of SYNCDATA messages. Also, made the necessary changes to allow: 'jsexec minesweeper.js export' (for testing, primarily) When posting an exception report, post from sysop if user.alias is undefined. Incremented revision to 2.15 (though there were no game-play changes).
-
- Nov 20, 2022
-
-
Rob Swindell authored
Fix issue #457 May as specify that .asc and .msg are text too, though no known reason why CRLF EOLs may be more desireable.
-
Rob Swindell authored
js_open() sets the rval for the context (e.g. to JSVAL_TRUE), so we need to set it back to JSVAL_FALSE for failure conditions. Otherwise, the methods always return true even upon (save-msg) failure.
-
- Nov 19, 2022
-
-
Rob Swindell authored
If nodeX/node.cnf has the wrong node number, the [R] flag would be cleared from the wrong node upon automatic configuration reload. This likely fixes the issue that Keyop is reporting in #synchronet
-
Rob Swindell authored
This is a new trivia door, Good Time Trivia, written in JavaScript See merge request !217
-
-