- Mar 18, 2018
-
-
deuce authored
Fixes errors on sessions that do not authenticate before disconnecting.
-
deuce authored
anyway.
-
rswindell authored
since it's not defined otherwise. Not sure if this ways intended to be included in Windows builds or not.
-
rswindell authored
be touched - fixed (and debug-log output for each semfile touched). * When using the "install" command, the "BINKP" service won't be added to the services.ini file if a "BINKIT" or a "BINKP" service already exists.
-
- Mar 17, 2018
-
-
rswindell authored
Mar 17 14:15:56 trmb synchronet: srvc 0052 BINKP !JavaScript /sbbs/exec/binkit .js line 862: TypeError: this.command is undefined
-
deuce authored
-
deuce authored
-
deuce authored
NULL
-
deuce authored
Always store the prot and user with the client_t to avoid even worse headaches. This makes the client update a bit trickier, but it seems to be good now.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Windows
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
example client. Will tie into sbbscon.c after DigitalManian approval.
-
rswindell authored
-
rswindell authored
-
- Mar 16, 2018
-
-
deuce authored
-
deuce authored
the data/users/000x.imap files when many messages have been seen.
-
deuce authored
-
deuce authored
to spam the log unless you're working on the script itself.
-
deuce authored
response.
-
deuce authored
-
deuce authored
Fixes issues with STATUS command.
-
deuce authored
have a selected base can use it.
-
deuce authored
Fixes recvline() returning an zero-length "line" on timeouts, which causes infinite loops and 100% CPU utilization with IMAPv4-TLS service (and likely any other service that uses recvline with a short timeout).
-
rswindell authored
Added "Node # SSH" to a lot of SSH-related log messages. Lowered the severity of the SSH "attempt to use channel" msg from ERROR to WARNING. Removed "last:" from temp-ban message when there is no last-used username.
-
rswindell authored
when creating a new netmail message. Not exactly an "address book", but a convenience nonetheless.
-
rswindell authored
I'm calling these "user properties", but that might change.
-
rswindell authored
literals (e.g. won't detect and escape them automatically). If you set a key value with carriage-returns and line-feeds, those will end up in the .ini file as-is, so use with caution.
-
deuce authored
-
deuce authored
1) Don't reset eob counts for sent or got. 2) Ensure M_GET is never sent in v1.0 mode. 3) Only send one M_EOB in v1.0 mode, even if we add to the list with M_GET This should cover all the bases, but FREQ may be non-conformant.
-
deuce authored
in either direction. For v1.0, a single EOB in both directions terminates the session and for v1.1, two EOBs in both directions terminates. This should greatly simplify the overly complicated senteob/sentempty/goteob/ gotempty logic and completely eliminate loops. Biggest risk with this change is issues with v1.0 servers.
-
deuce authored
-
deuce authored
-