- Mar 22, 2018
-
-
deuce authored
This shouldn't cause any functional changes since it's the outbound dirs that matter, and they already can't have duplicates.
-
deuce authored
-
rswindell authored
just don't "run outbound" for those nodes.
-
rswindell authored
-
rswindell authored
Locking c:\binkd\outbound\00da02bc.bsy Error 2 creating c:\binkd\outbound\00da02bc.bsy Failed to set date in the future fdate (-1) != future (1687417603) Also, added some debug dump of "outbound_roots" which appears to contain duplicates, at least when the ftn_domains.ini file is not in use: Outbound roots: ["c:\\binkd\\outbound","c:\\binkd\\outbound"]
-
rswindell authored
I got distracted by trying to wiki-syntax and then markdown and finally uust used asc/ctrl-a format. Sorry took so long.
-
- Mar 21, 2018
-
-
deuce authored
-
deuce authored
-
deuce authored
Missing synonym since 1.74 (over 8 years ago)
-
deuce authored
-
deuce authored
-
deuce authored
decided that CTRL-N should be page-down. This should fix page down in quote mode which has been broken since 1.83 three months ago (with a mention in the log that the commit broke fseditor.js)
-
deuce authored
-
deuce authored
This patch fixes the user object process by ordering specific parts in a way that fixes the following problems: Post-delayed realname and handle caused realname and handle not to be set to the user object. Moved copy_user_template_to_user to after bbs.login just before the bbs.user_sync() solved that. Choosing not to use the randomly generated password would fail on every situation. Reordering user.security.password to be underneath user.number solved this problem.
-
rswindell authored
Also clear the screen and display "Returning to <bbs name>" when exiting.
-
rswindell authored
in the legacy section of msgbase-exported entries.
-
rswindell authored
only disconnected.
-
- Mar 20, 2018
-
-
rswindell authored
reach the configured "max size", newly added log lines would not use the configured color/font for the msg's log-level (they'd all use the default color/font).
-
rswindell authored
-
rswindell authored
(interval) and display them on a single line with an " [x#]" suffix which identifies the number of times the message was repeated during that interval. Also created a common log_msg() function and eliminated a lot of copy/pasta in the various *_log_msg() functions.
-
rswindell authored
collate more (repeated/duplicate) log messages into a single line of the visible log.
-
rswindell authored
-
nightfox authored
Version 1.17 beta 57: Made a fix for voting input - It wasn't accepting Q to quit out of voting (a blank input worked though).
-
nightfox authored
Version 0.35 beta: Made a fix for non-lightbar voting input - It wasn't accepting Q to quit out of voting (a blank input worked though).
-
deuce authored
-
deuce authored
to work around Radius hang. Also, in v2 mode, when we're close()ing, try to send two M_EOB to help work around weird/broken remotes.
-
- Mar 19, 2018
-
-
ree authored
-
deuce authored
-
deuce authored
-
deuce authored
the script.
-
deuce authored
to zero.
-
rswindell authored
-
deuce authored
now.
-
deuce authored
for in file transfer related times.
-
deuce authored
-
deuce authored
-
deuce authored
Radius/4.010/21.01.2005,13:56(Final-Release)/Win32 will not send an M_EOB until it receives two from the remote.
-
deuce authored
-
deuce authored
mail_close_socket() also destroy the session, and take pointers to set the socket to INVALID_SOCKET, and the session to -1.
-
deuce authored
a single byte into a special buffer. Note that peek() and nread will never return/indicate more than a single byte, so scripts which rely on these may be inefficient with TLS (websocket stuff appears to use nread heavily).
-