- Nov 26, 2015
-
-
nightfox authored
-
nightfox authored
Will now refresh an ANSI message when closing the list of kludge lines/message headers (sysop command), etc. Also, updated to output an ANSI normal attribute on exit (for ANSI users), so that the screen's background color won't get messed up (that's in addition to outputting the Synchronet 'normal' attribute for the same reason). Also, updated to apply all of the header field labels based on the list at the following page: http://synchro.net/docs/smb.html#Header Field Types
-
- Nov 25, 2015
-
-
nightfox authored
-
nightfox authored
Improved reading of messages with ANSI content - It now can use a scrollable user interface when reading messages with ANSI content. Also added a new option in the configuration file, readerInterfaceStyleForANSIMessages, to specify whether to use the scrollable interface or the traditional interface when reading ANSI messages. It will use frame.js and scrollbar.js, if available on the BBS machine, for reading ANSI messages with a scrollable interface (but it still uses its own scrolling behavior for non-ANSI messages, as before). This is still a 'beta' version, as there are some more changes I'd like to make before making an official release.
-
rswindell authored
-
rswindell authored
files and editors have the correct sender name in all situations (not just when posting on "real name only" sub-boards). "ANONYMOUS" postings work too, but mainly Internet & FidoNet Netmail were fixed. Use removecase() for NETMAIL.MSG (in case there's a lowercase version). Use subj in place of title and to in place of dest in argument names. Some constification of argument types.
-
rswindell authored
-
rswindell authored
and the new MSG_AGE code.
-
deuce authored
The first four lines can be sent as fast as you like... after that, there must be at least two seconds (ala time()!) before you send the next or a two-second delay will be inserted for you. Try to hack this, but the inter-line delay appears to need to be three seconds because of the granularity of time(). Maybe the ircd should switch to a better time source...
-
deuce authored
This may fix up an odd 4-second inter-line delay that I noticed in the last few commits. I don't really know if that's new or not though.
-
rswindell authored
@-codes can now be center-justified by using the *new* -C suffix (like -L/R). Centered expanded values are not truncated to fit the @-code length however (that may change). SMB_AREAS and SMB_AREA_DESC @-codes now display "Email" and "Personal Email" rather than a blank/empty string when the current message base is the mail base.
-
deuce authored
Most likely the only problem was that we wern't reading the socket, so we would never notice the end. I saw the last line cut off on the last commit, so I'll test it here... This is the last line.
-
rswindell authored
-
deuce authored
s/of/if/ where needed Document mouse actions: Right-click Left-click Drag This is mostly so I can test the CVS commit script some more. This is a fairly long commit message, and it's that way on purpose. Sorry IRC guys. Shout out to echicken, mcmlxxix, and the reset of the JS Hax0rz. You're awesome Digital Man and an inspiration to use all. Synchronet is ownz the F1D0N3t N0deL157. Peace out.
-
deuce authored
-
deuce authored
happen rather than timing out and RSTing.
-
deuce authored
-
deuce authored
of ircmsg.js, and improve it thusly: 1) Delay before sending the message, not after. 2) Do not delay before sending the first message. 3) Do no increase the delay if the message was not sent. This long commit message will be a test to make sure the ircd doesn't hate us now for being too fast... being too fast is bad. Let's not do that.
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
sbbs authored
the wrong timezone (off by an hour) because we were passing an uninitialized time_t value to localtime_r(). -- oops.
-
sbbs authored
time was in effect, year-round, on Linux. Use the localtime() tm_gmtoff method of detecting the local time zone offset on Linux, don't rely on the global variables 'timezone' and 'daylight' behaving as they did in Borland C/DOS. From the Linux man page: Note that the variable daylight does not indicate that daylight saving time applies right now.
-
rswindell authored
Display local time and time zone in system info list. Display local time zone in Ctrl-T output.
-
rswindell authored
time zone.
-
rswindell authored
Daylight Savings Time (sic) into a single configuration setting now under the System menu (System->Local Time Zone), with updated help screens.
-
rswindell authored
-
- Nov 24, 2015
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
FidoNet NetMail can now be gated to an SMTP client (as before), but replies are now successfully gated back to FTN NetMail. This uses a new more RFC-compliant To/From address header field format, so older messages (previously gated to an SMTP client) cannot be successfully replied-to. Tested with Microsoft "Windows Live Mail 2012" (previously known as Outlook Express). Test reports/results with other SMTP mail clients would be welcome. Requires SBBSecho v2.30 or later. File attachments are not yet supported.
-
rswindell authored
-
- Nov 23, 2015
-
-
rswindell authored
It turns out there was actually a reason to use the macro (fewer arguments). Oops.
-
rswindell authored
apparently SCFG wasn't creating this directory and SBBS only created it if you sent FTN netmail from the terminal server.
-
rswindell authored
in SCFG.
-
rswindell authored
to confuse sysops (a holdover from the SBBSFIDO days) and would create an AREAS.BBS file not compatible with SBBSecho. The "AREAS.BBS (SBBSecho)" export group menu option remains and is the one that sysops should normally use when wanting to create an SBBSecho-compatible AREAS.BBS file.
-
rswindell authored
hasn't been used in a very, very long time (a hold-over from the SBBSFIDO days) and only serves to confuse sysops.
-
rswindell authored
FidoNet netmail in the normal mail base (data/mail.*) will now be exported to FTS-1 (*.msg) files automatically. One way in which the FTN netmail can end up in the mail base is by using the (legacy/runemaster) Web UI. You should also get the updated savemsg.ssjs if you're going to use this feature. To disable this feature use the (new) '-c' option. Normally, the exported msgs will be deleted unless the '-d' option is used in which case the messages are just marked as "sent", so they won't be exported again. This feature does not yet support file attachments. This will likely lead to the SMTP server supporting the sending of FTN netmail. Apparently we have to find a better way to encode FTN addresses within RFC2822-compliant header fields first. If you're using a BSO/FLO-style mailer, this feature works with the '-f' option so the full path of an outbound netmail may be SMB->*.MSG->PKT. Direct export to PKT is certainly possible in the future. Incremented SBBSecho version to 2.30.
-