- Nov 16, 2017
-
-
rswindell authored
(using -i). These aren't quite as good as the IDs we can generate when we have access to the BBS configuration (scfg_t), but it's decently unique and identifiable.
-
rswindell authored
It requires a recent build of sbbs v3.17 with the new file_cdate() global method (JS). It doesn't do the right thing for non-GMT date/times currently. And it doesn't work if you run maintenance/pack with smbutil since it writes to new files and removes the old and renames which resets the file's creation date/time stamp. So... either we'll be reading the <code>.ini file or changing smbutil behavior.
-
rswindell authored
<code>.ini and add a single key to the global/root section: Created = 0x<time_t> which can be used (e.g. by nntpservice.js) to determine the date/time the message base was created. This makes the <code>.ini files an official part of the SMB format. Wheee.
-
rswindell authored
-
rswindell authored
-
rswindell authored
union xp_sockaddr addr = {0};
-
rswindell authored
mode, a freeing of header or data storage at the end of the file will now result in the file (the allocation file *and* the data/hdr file) being truncated - saving potentially many megabytes of disk space for non-maintained msg bases (e.g. the mail base). Previously, self-packing and fast-alloc msg-bases would never shrink without running smbutil m, but that's now no longer true. Something similar could be done for hyper-alloc msgbases, but I'm not sure that's really needed since the email base can never be hyper-allocated and this change was really for the email msgbase where allocation files are a must due to the multiple-recipients/headers per msg data feature.
-
rswindell authored
files don't correlate correctly with the data (sdt) or hdr (shd) files. Report errors if either the data or hdr file are not a logical length (e.g. not evenly divisble by the block length). Report the oldest message (in days) in the msgbase, from import date/time. ToDo: report messages posted/imported (or written) in the future ToDo: keep the stats in an array for sensible clearing and reporting
-
rswindell authored
(if both are zero, that implies infinite hash storage - why not). Display message attr value in the 'r'ead mode. Added 'D'elete message (toggle Delete attribute) in 'r'ead mode.
-
rswindell authored
index (the sub/dir constructor wasn't setting the initial subnum/dirnum property).
-
rswindell authored
- Must set the dirnum property so the initial sort doesn't re-order the imported dirs (changing them from the list file order) - Make sure all the required strings have some text even if the import file is in the wrong format or corrupt * Include the Directory Index in the Advanced Options menu, for debugging * Allow the Directory settings menu to expand beyond 60 chars wide * Display the implied/auto-generated Transfer File Path
-
rswindell authored
-
- Nov 15, 2017
-
-
rswindell authored
-
rswindell authored
server log) using the new magic sbbs_t::lputs(). No more SSH errors if an SSH client's IP is blocked in ip.can (trying to send the block msg). New SSHConnectTimeout cfg value (in sbbs.ini [BBS]), defaults to 10 seconds. Previously, fails SSH connections could block the bbs_thread for 30 seconds (the Cryptlib default network connection timeout). Overhauled a lot of the SSH-related log output to make it less chatty and more meaningful. getmail() is now more flexibility with regards to filtering by attribute flags (not just SPAM). Allow SPAM header attribute to be toggled with sysop 'C' command.
-
rswindell authored
-
rswindell authored
for the Log Level controls calls SaveIniSettings).
-
rswindell authored
will set the "KILLREAD" attribute flag on any SPAM-tagged email messages so that after they are read (or downloaded via POP), they will be auto-deleted by smbutil maintenance. Defaults to off.
-
rswindell authored
truncating numeric value to 8-bits (0-255). Added support for hexadecimal notation (prefix with 0x) while I was at it.
-
rswindell authored
Fixed warning: converting to non-pointer type ‘CRYPT_SESSION {aka int}’ from NULL. Fix the race-condition crash Deuce reported: <Deuce> #0 0x0000000802478d51 in pthread_mutex_destroy () from /lib/libthr.so.3 <Deuce> #1 0x0000000800d4e4fa in RingBufFree () <Deuce> #2 0x0000000800d27148 in passthru_input_thread () The output RingBuf can't be destroyed while the passthru_input_thread is still running.
-
- Nov 14, 2017
-
-
rswindell authored
2009 (r1.459): the file was never actually opened/read/logged. <sigh>
-
rswindell authored
added back in 2009 (mailsrvr.c, r1.459).
-
rswindell authored
Active connections (sessions) would be interrupted if another SSH connetion came in and failed (e.g. IP was blocked or failed negotiation).
-
rswindell authored
visibility modes and the user has more SPAM than HAM.
-
rswindell authored
SBBSecho when sendnig netmail (e.g. notifications).
-
- Nov 13, 2017
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Server via the new 'V' command from the Reading Mail prompt allows you to toggle between all mail (including SPAM, the default), SPAM only, or HAM only. Also added a new '/' (search text) command from the reading mail prompts.
-
rswindell authored
-
rswindell authored
* AreaFix updates: - No longer accepts AreaFix requests to "SBBSecho", since we send mail from that name, accepting mail to the same name can create a bot-loop - Each linked node has a configurable "name" now, where to send notifications (not always "sysop") - AreaFix support for a node can be toggled without clearing their AreaMgr password - Area listings now include the echo descriptions (when available) - Fix: the badecho is not included in area lists returned via netmail - Improved log output around AreaFix requests/operations - %echostats [echo] command now supported to request most recents stats for an area - Notifications can now be toggled by AreaFix sysops using %NOTIFY On/Off - Notification mail to the local Area Manager (sysop) now have the correct date time/zone in the message header (not copied from the AreaFix request) * Added support for auto-responding to PING NetMail requests * When exporting EchoMail, if the date/time written or imported exceeds the configured maximum age for EchoMail, don't export it (rescan exempted) * The -g (generate notification messages) works with a passed address now * Better grunged packet detection (e.g. NULL-terminated header fields must be NULL-terminated) * Avoid bot-loop by refusing to send netmail from "SBBSecho" to "SBBSecho" If you setup an echolist to forward areafix requests to your hub a loop could occur :-(
-
rswindell authored
Server via the new 'V' command from the Reading Mail prompt allows you to toggle between all mail (including SPAM, the default), SPAM only, or HAM only. Also added a new '/' (search text) command from the reading mail prompts. Mail imported before the mailsrvr added support (recently) for the MSG_SPAM attribute flag will not be counted/filtered as SPAM. SBBSecho will have a commit (next) to support the new loadmail() usage, it will not compile until then.
-
rswindell authored
The orig address in the packed msg header is (and still is) the proper local system address (this may be correct behavior, still checking), but no INTL control line (FSC-0004) was added, so the packed message header ends up defining the originating system address. So, now we include an INTL control line in packed netmail messages which reflects the actual origin address of the message. Thanks to Nigel Reed for helping to identify and test this problem over the past week or so.
-
- Nov 12, 2017
- Nov 11, 2017