- Oct 04, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
; Exported from Vertrauen on Wed Oct 03 2018 01:00:17 GMT-0700 (Pacific Daylight Time)
-
rswindell authored
-
rswindell authored
-
rswindell authored
and the "imsglist" command (ditto) - better dupe detection.
-
rswindell authored
- be used to enter the inter-BBS instant message module with the 'I' command (this should make responding to inter-BBS instant messages much easier as the recipient can respond from anywhere using Ctrl-P global hotkey). - be installed using "jsexec privatemsg.js install"
-
rswindell authored
- less verbose startup (don't display every system being pinged) - store the info for the last sent message and use that or the last received message to automatically fill in the recipient of telegrams. This entire module could still use some re-write. It'd be nice if it automatically re-pinged all the systems and displayed newly discovered users or those who have apparently logged-off.
-
rswindell authored
- Fix apparent bug when there was no incoming data. - Include the sender's avatar if one is found and the sender did not send the most recent message to the recipient (don't repeat the avatar needlessly). - Store the information (name, address, etc.) for received imsg's in the recipient's property (.ini) file. This makes quickly replying easier. Note: the receiving messages for a node-number feature should probably just be removed.
-
rswindell authored
-
rswindell authored
text. Use strcasestr() for message body/header-field text searches (simplify the code) - not sure why we needed strip_ctrl(), so removed.
-
rswindell authored
always come after a no/yes prompt.
-
rswindell authored
the tags (no yes/no prompt), and use the original message's tags as the default value.
-
rswindell authored
MSG_SUMMARY is currently never populated by anything. MSG_TAGS is a new (optional) thing.
-
- Oct 03, 2018
-
-
rswindell authored
-
rswindell authored
from both ends of the input string automatically and disallow (ignore) more than one consecutive space character mid-string. The returned value is still the non-trimmed string length - perhaps that should be changed.
-
echicken authored
-
echicken authored
an ordered list. Chomp whitespace from bold/italic/underline/monospace text.
-
rswindell authored
a message header. Added "tags" and "summary" (previously missing) to the property fields parsed when adding/writing a message header. This parse code is getting particulary copy/pasta and should be converted to a table-driven loop reusing the same logic.
-
rswindell authored
message header.
-
rswindell authored
-
rswindell authored
Updated some comments in smbdefs.h too.
-
rswindell authored
-
rswindell authored
-
rswindell authored
If a message sub-board is configured to "Allow Message Tagging" (under Toggle Options in SCFG->Message Areas), then after a message is posted (via the terminal server), the user will be prompted if they want to tag the message with one or more space-separated tags. The no/yes prompt can be skipp if desired by setting the TagMessageQ line in the text.dat file to an empty string. There is currently no provision for regular users to actually see/view the message tags (yet), but the sysop or sub-op can view the tags in the message header with the 'H' sys/sub-op command.
-
rswindell authored
-
rswindell authored
-
rswindell authored
smb_nettype() now return "FidoNet" instead of "Fidonet" for NET_FIDO (for not particularly good reason).
-
- Oct 01, 2018
- Sep 30, 2018
- Sep 28, 2018
-
-
echicken authored
Should really sort out when whether and wherefore newlines get jellied into the ootput. Also something something ctrl-a.
-
echicken authored
-
echicken authored
Strip DokuWiki control macros (~~NOTOC~~ ~~NOCACHE~~) Toggle no_toc state value for possible future use.
-
echicken authored
on for Frame output.) Changed default list indent to two spaces.
-
echicken authored
-