- Oct 03, 2018
-
-
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
-
- Sep 27, 2018
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Scales to terminal width and wraps cell contents. Uses DokuWiki-style ':::' row-span and empty-cell col-span, but is otherwise separate from wiki syntax, so committing as its own thing. table(data[, line_color[, heading_color[, cell_color[, width]]])
-
rswindell authored
always include the text description of the last error and the line number. The logging of the smb.file string is probably redundant since that path will likely be included in the last_error string.
-
- Sep 26, 2018
-
-
echicken authored
-
echicken authored
-
echicken authored
(Will do the same for tables when the time comes.)
-
echicken authored
-
echicken authored
Still need to deal with alignment, sizing to terminal.
-
echicken authored
-
echicken authored
Added reset method to bring state back to default if switching render targets or handling a new file. (Called automatically when setting new target.) Comments.
-
echicken authored
-