- Oct 04, 2018
-
-
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.
-
- Oct 03, 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]]])
-
- 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
-
- Sep 25, 2018
-
-
echicken authored
Some things broken for now (lists, HTML blockquote need some work). Tables will need a bunch of work. Need to add monospace text for HTML. Code blocks & text conversions still a to-do. HTML sub/sup/del will need to be removed on the console side. Footnote support needs to be added. Wiki-specific stuff ... eh.
-
rswindell authored
line 115: SyntaxError: missing ) after condition Also added CVS Id keyword. The version (2.0?) really should probably be addressed too.
-
- Sep 24, 2018