- Jan 26, 2016
- Jan 25, 2016
-
-
deuce authored
'NDL' line that is sent. There doesn't seem to be a spcification for what goes here though.
-
- Jan 24, 2016
-
-
deuce authored
-
deuce authored
been an extra space in there.
-
deuce authored
of the address a call to the configured node will be from.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
This, of course, will still cause problems when using the same zone in different domains (which is the whole point of 5D addressing) since sbbsecho doesn't yet support it. I don't think anyone has ever actually *used* domains yet though, so no real loss.
-
deuce authored
-
deuce authored
for each domain to avoid needing to sort through other properties.
-
deuce authored
sort addresses by "distance from destination". If this doesn't work, we'll need a source address key in the ini file.
-
deuce authored
-
deuce authored
Strip trailing slashes from the SBBSEcho outbound directory.
-
deuce authored
-
deuce authored
each section has a comma-separated list of zones in the "Zones=" key and a "DNSSuffix=" which indicates the DNS domain for pW.fX.nY.zZ.example.com lookups. If there is only one domain that covers a zone, the domain will be set to that one. If there is more than one, it will not be auto-filled.
-
- Jan 23, 2016
- Jan 22, 2016
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
gracefully.
-
deuce authored
This works around an apparent bug in binkp where it doesn't appear to initialize the BinkD compatible crypto correctly when using an empty password.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
error message being logged.
-
- 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
-
rswindell authored
Convert log_level to LogLevel to be more consistent with sbbs.ini, services.ini etc.
-
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
how Radius appears to say goodbye.
-
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 20, 2016