- May 30, 2019
- May 29, 2019
-
-
nightfox authored
-
nightfox authored
Fixed spelling: supplimental -> supplemental. My CVS client says the server does not support rename, so I had to remove and re-add with the fixed spelling.
-
rswindell authored
never maintened or used since. So... remove from CVS.
-
rswindell authored
-
nightfox authored
Replacing the whole separate localized English dictionaries with a general English dictionary and smaller supplimental ones containing localized spellings of words used in those regions
-
nightfox authored
Updated parsing for dictionary filenames (to appear in the list for user preferences): Dictionary filenames can now include "-supplimental" after the localization (such as dictionary_en-US-supplimental.txt" if it's a smaller dictionary only with localized spellings of words. Those dictionaries will include "(Supplimental)" at the end of their name in the user preferences. Dictionary filenames without a localization after the language (such as dictionary_en.txt) will include "(General)" at the end of their name in the user preferences. Dictionaries with just the localization without "-supplimental" will just have the language name and localization as the language name in the user preferences (i.e., dictionary_en-US.txt will be "English (US)".
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
global "PlainAuthOnly=true"
-
rswindell authored
"CRAM-MD5 authentication required" instead of "MD5 required"
-
rswindell authored
and require_crypt are set to false as well.
-
- May 28, 2019
- May 27, 2019
-
-
rswindell authored
-
rswindell authored
(defaults to false). If you want to disable all CRAM-MD5 based authentication for both inbound and outbound BinkIT/BinkP connections/sessions (e.g. for trouble-shooting password mismatch issues), then set this to true.
-
rswindell authored
-
rswindell authored
"QNET-HTTP 1.3 invoked with options: ..."
-
- May 25, 2019
-
-
nightfox authored
Made a couple updates to the function that loads a dictionary file. It seems at least slightly faster now.
-
nightfox authored
-
rswindell authored
- don't advertise support for encryption (by sending an "OPT CRYPT" message) - don't complain (send "Encryption requires CRAM-MD5" M_ERR) if the remote doesn't support CRAM-MD5
-
rswindell authored
mismatch, it's an authentication scheme mismatch).
-
rswindell authored
one of the configured linked-nodes matching the remote address(es) is set for CRAM-MD5 passwords only and a plain-text password was provided by the remote. Previously, the function would log a warning: "CRAM-MD5 required (and not provided) by <addr>" but succeeed (the actual password value was not check) and it woudl flag the session as "non-secure" (sending M_OK non-secure), looking like this on the remote side: Authentication successful: non-secure and any received files would go into the configured non-secure inbound. This may explain why some sysops sometimes get unexplained files in their non-secure inbound (looking for "non-secure" in the logs should confirm). Now, you should still see (on the answering side) the log message: "CRAM-MD5 required (and not provided) ...", but it'll also send a M_ERR Passowrd mismatch error to the remote, thus ending the session.
-
rswindell authored
rechocfg.c (true). No effect for any sbbsecho.ini which already has this key with a value (and they all should).
-
rswindell authored
do so incorrectly. This is a correct fix (check the nocrypt property, not just that the linked node object is != false).
-
nightfox authored
-
nightfox authored
Replaced dictionary_english.txt with some English dictionaries for various regions with standard language tags.
-
nightfox authored
-
nightfox authored
Added support for some common standard language tags and parsing them from the dictionary filenames. Updated the version to 1.65.
-
nightfox authored
-
nightfox authored
This is a script that can sort a file. This script is meant to be run with jsexec (on the OS command prompt, not via the Synchronet terminal server). One purpose of this script is to sort dictionary files when they're created or when words are added to existing dictionary files. The command-line syntax of this script is: sexec sort_file.js <inputFilename> <outputFilename> [convertToLowercase] Where <inputFilename> is the name of the input file and <outputFilename> is the name of the output file (the sorted input). convertToLowercase is optional, and specifies whether or not to convert all entries in the file to lower-case (which is required for case-insensitive word matching via SlyEdit, for instance). The values for convertToLowercase can be true or false (really, anything besides true will be interpreted as false).
-
nightfox authored
-
nightfox authored
-