- Sep 28, 2018
- 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
-
- 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
- Sep 23, 2018
-
-
echicken authored
- heading underline and attribute (same for all heading levels for now) - link/image attribute - list indentation character (\t) - bold attribute (\1h) Customizable for HTML: - optionally add CSS class names for all applicable tags (except <b>,<i>) Fixed some nested <ul><ol> stuff, still looks crappy in Bootstrap 3, meh
-
echicken authored
-
echicken authored
Ugly work in progress Renders to console, frame, or HTML Crappy tables on console/frame but whatever Not entirely compatible with other markdowns, but we're special.
-
echicken authored
push/pop as needed).
-
- Sep 11, 2018
-
-
rswindell authored
!JavaScript avatars.js line 340: TypeError: avatar is null Added a couple of comments and some helpful log/console output.
-
- Sep 08, 2018
-
-
rswindell authored
confusing with 3 bool settings (in the sbbsecho.ini) to represent 4 valid security requirement levels, so I attempted to simply the menu options to make it easy for sysops. BinkpAllowPlainText now defaults to true since the supported encryption method isn't even an official FidoNet standard, yet. I also added/updated some online help (F1) help text. Added an "Exiting" popup (like SCFG) when exiting.
-
rswindell authored
String.slice(0, -8) is not the same thing as String.slice(-8).
-
rswindell authored
9/7 13:58:21 evnt BINKPOLL Locking ../fido/out.26a/00c80001.bsy 9/7 13:58:21 evnt BINKPOLL Error 2 creating ../fido/out.26a/00c80001.bsy The directory ../fido/out.26a did not exist. lock_flow() now uses mkpath() to create all the directories it needs to create the .bsy file.
-
- Sep 07, 2018
-
-
rswindell authored
(e.g. latest reports are problems with outbound connections to mbcico/1.0.6.8 with CRAM-MD5 authentication failures) - so added a new per-link configuration key: "BinkpPlainAuthOnly" (default values is false). Set this value to true to use *only* plain-text password authentication for both inbound and outbound connections with this node. This should help debug password issues, at minimum, and might work-around CRAM-MD5 incompatibilities with some mailers, if that is in fact the issue. EchoCfg will need a way to set this option, but for now, just set it by hand in the sbbsecho.ini (for each [node] section where you need it). If you set BinkpPlainAuthOnly to true, do *not* set BinkpAllowPlainAuth or BinkpAllowPlainText to false - that would be bad.
-
rswindell authored
Not sure why this file started with a "3.1" rev. Weird.
-
rswindell authored
-
- Sep 06, 2018
- Sep 05, 2018
-
-
rswindell authored
an error message (uifc dialog box) rather than just silently refuse to display the upload file picker dialog. Bug reported by electrosys.
-
rswindell authored
NULL. When history is NULL, treat TAB the same as before (in weird ways). The TAB-completion algo is very simple: just find the first (case insensitive) match in the history list and if there is one, use it as the current string content.
-