Commit Graph

389 Commits

Author SHA1 Message Date
Robert C. Martin
cbb4529d95 Remove :text-event-map from article-panel 2023-01-26 10:08:55 -06:00
Robert C. Martin
93d01cbdee Remove :text-event-map from event-handlers 2023-01-26 09:38:38 -06:00
Robert C. Martin
5b2454cb26 finish removing :text-event-map from article-tree-spec 2023-01-26 09:24:09 -06:00
Robert C. Martin
09be34d0b4 db in article-tree-spec 2023-01-25 14:39:52 -06:00
Robert C. Martin
f0bc7a58df Fix incoming tags that are blank. Replace them with blank:
Fix a bunch of other junk.
Put some progress messages in for loading event files.
2023-01-25 13:55:01 -06:00
Robert C. Martin
783d05b1ff use db in contact-list 2023-01-25 11:04:36 -06:00
Robert C. Martin
1a204e75ca use db in contact-list-spec 2023-01-25 10:49:49 -06:00
Robert C. Martin
3d417324c9 Separate config/get-db and in-memory/get-db. Get all tests to use in-memory/get-db. Change tests in formatters-spec to use db. 2023-01-25 09:06:12 -06:00
Robert C. Martin
8b1c5ada77 get-db and get-mem done in events-spec 2023-01-24 13:54:12 -06:00
Robert C. Martin
9a857bf9b2 get-db and get-mem done in event-composers-spec 2023-01-24 13:29:07 -06:00
Robert C. Martin
42bbb3dec6 Removed :profiles manipulations from event-composers-spec 2023-01-24 07:01:29 -06:00
Robert C. Martin
9a806d13a6 Remove :text-event-map from event-composers-spec 2023-01-24 06:20:02 -06:00
Robert C. Martin
798524b294 Extract event-composers-spec. Add get-event for db. Fix tests to use get-event. 2023-01-23 15:15:30 -06:00
Robert C. Martin
14c7843e86 Extract event-composers-spec. Add get-event for db. Fix tests to use get-event. 2023-01-23 14:45:55 -06:00
Robert C. Martin
ce8c8339dd refactored process-contact-list 2023-01-22 15:01:09 -06:00
Robert C. Martin
a8f2ead59f refactored process-server-recommendation (kind 2) 2023-01-22 14:39:32 -06:00
Robert C. Martin
d7b0612a66 db refactoring for process-text-event complete 2023-01-22 11:04:54 -06:00
Robert C. Martin
0039e61f4a process-name-event setup for db.
process-text-event partially set up for db.
2023-01-21 13:13:15 -06:00
Robert C. Martin
05f1eee307 Extracted event-handlers from events. 2023-01-19 11:00:08 -06:00
Robert C. Martin
78c16b73f3 Extracted composers from events 2023-01-19 10:26:18 -06:00
Robert C. Martin
050639e362 Sort functions in events. (part 1) 2023-01-18 21:15:52 -06:00
Robert C. Martin
3c0ce944f4 Extract main and move most of protocol into events. 2023-01-18 21:06:11 -06:00
Robert C. Martin
cb605a909f In websocket-relay check if socket has closed before sending or closing. 2023-01-17 15:32:27 -06:00
Robert C. Martin
d3f3cb7324 Merge remote-tracking branch 'origin/main' 2023-01-17 10:24:35 -06:00
Robert C. Martin
4b9f4c4e4f Relay refactoring complete. THAT was a good one. 2023-01-17 10:23:58 -06:00
Robert C. Martin
bf8dda7ee1 Add relay to websocket-relay callback function. 2023-01-17 08:15:35 -06:00
Robert C. Martin
7587374a47 Change channel to function in websocket-relay 2023-01-17 08:08:48 -06:00
Robert C. Martin
358d90f683 Create relay interface and websocket-relay classs, with tests. 2023-01-16 16:47:10 -06:00
Robert C. Martin
ffb3a74fa1 Log messages and cleanup. 2023-01-11 11:55:46 -06:00
Robert C. Martin
a95fa2f61b
Merge pull request #33 from mpareja/patch-1
README: include non-headless openjdk-17-jdk in run instructions
2022-12-26 09:27:15 -06:00
Mario Pareja
7f8f8fd416
README: include non-headless openjdk-17-jdk in run instructions 2022-12-17 10:23:17 -05:00
Robert C. Martin
71a20a78e2 Merge remote-tracking branch 'origin/main' 2022-12-09 15:27:28 -06:00
Robert C. Martin
54fb5a9d9a Set version 202212091526 2022-12-09 15:27:06 -06:00
Robert C. Martin
fe45c95ec8 Fix bug that aborted reading files that had bad p tags. Need better solution. 2022-12-08 17:38:50 -06:00
Robert C. Martin
28563bcbcb
Merge pull request #30 from ok300/patch-1
Add "How to run" section
2022-12-02 07:48:14 -06:00
ok300
9eea408de9
Add "How to run" section 2022-12-02 14:31:55 +01:00
Robert C. Martin
7701682b6b Don't allow nils in the tags. 2022-10-28 16:04:46 -05:00
Robert C. Martin
7a0ec902fd Make nonce values strings, and fix problem reading empty tags [""]. 2022-10-28 10:15:12 -05:00
Robert C. Martin
e2ef67fcaf Fix the with-redefs issue.
Render the article window with &nbsp characters replacing strings of spaces.  This prevents the html renderer from compressing spaces.
2022-10-23 08:59:27 -05:00
Robert C. Martin
a02f3dd40e Proof of work. Defaults to 16. config/proof-of-work-default 2022-10-22 10:25:49 -05:00
Robert C. Martin
21dc488c2d
Merge pull request #28 from galuszkak/feature/date-format
fix: ISO hours are range [0..23]
2022-10-06 11:08:47 -05:00
Kamil Gałuszka
ab1eb71b39 fix: ISO hours 2022-10-06 17:31:20 +02:00
Robert C. Martin
1f83ef2ce6
Merge pull request #27 from galuszkak/feature/bcprov-jdk18on
Move to bcprov-jdk18on from Maven Central
2022-10-06 10:27:27 -05:00
Kamil Gałuszka
0d442e2545 Move to bcprov-jdk18on from Maven Central 2022-10-03 17:15:26 +02:00
Robert C. Martin
c1726cc236 preliminary author tab 2022-09-28 09:27:17 -05:00
Robert C. Martin
accd6eddbf When reading in saved events the functions load-events and events/add-event striped off all but the first relay. Fixed this. 2022-09-27 14:59:13 -05:00
Robert C. Martin
759ba14042 Widen article headers to 130. 2022-09-27 14:38:33 -05:00
Robert C. Martin
1a2db01837 Add Messages and Relay tabs at the top level. 2022-09-27 14:08:30 -05:00
Robert C. Martin
0cfe6dd5f1 * Right click on article to send DM to author. 2022-09-20 17:16:51 -05:00
Robert C. Martin
5819a6791e Add fonts to private/user-configuration 2022-09-20 11:58:30 -05:00