- Oct 04, 2018
-
-
rswindell authored
; Exported from Vertrauen on Wed Oct 03 2018 01:00:17 GMT-0700 (Pacific Daylight Time)
-
- Apr 12, 2018
-
-
rswindell authored
chars for Bill McGarrity @ tequilamockingbirdonline.net :-) Doesn't seem to break anything (except backwards compatibility with SBL v3).
-
- Jan 01, 2018
-
-
rswindell authored
compress_preview() now accepts a binary preview, not base64 encoded (so skip an entire base64-encode/decode step).
-
- Dec 30, 2017
- Dec 11, 2017
-
-
rswindell authored
should be editable now. Now tracks number verifications and updates per entry. Rremoved UDP-finger auto-verification (deprecated). Display all system operators (if > 1) in the list view. Disable Ctrl-U key handler in sbbs (used for page-up). Support Insert and Delete for add and remove BBS entry. PageUp/PageDn key support. Fix the printf() usage that could be causing the crash in v3.16. Added (optional) Live preview support (set live_preview=true in modopts.ini) New command-line options: -addr, preview, -reverse Changed the instant-message list (sbbsimsg.lst) file format exported: - removed protocol names (not used) - added BBS name (handy in sbbsimsg.js going forward)
-
- Dec 09, 2017
- Dec 08, 2017
-
-
rswindell authored
stupidity that results in all the entries being removed and protect against simultaneous edits and such.
-
- Dec 07, 2017
-
-
rswindell authored
* Implemeneted Add and Remove commands * Begun implementation of Edit command * Smplified json model a bit: - bbs.xtrns -> bbs.doors - bbs.software.bbs -> bbs.software - bbs.terminal.support[.type] -> bbs.terminal.types[] - dates are always stored as strings (rather than just sometimes)
-
- Nov 16, 2016
-
-
rswindell authored
-
- Oct 28, 2015
-
-
rswindell authored
Added sort and find functions. Added syncterm.lst generation function.
-
- Sep 27, 2015
-
-
rswindell authored
Updated the sort compare routine to handle some nested properties nicely. Created a property_value() function to return properties in formats nice to sort or display.
-
- Sep 10, 2015
-
-
rswindell authored
Don't bother JSON-parsing if the file is blank. Added some library methods.
-
- Aug 31, 2015
-
-
rswindell authored
Include sort comparison function (compare) and sort_property as part of lib. Added remove_dupes() function. When reading JSON file, support lines up to 8Kbytes in length.
-
- Aug 29, 2015
-
-
rswindell authored
v4 storage format (json).
-