Commit Graph

19 Commits

Author SHA1 Message Date
Robert C. Martin
a1622c3498 DM should not show ->name if you are the recipient. 2023-02-15 16:12:56 -06:00
Robert C. Martin
c194af0733 Got rid of annoying log4j errors with the help of chatgpt. 2023-01-31 09:47:35 -06:00
Robert C. Martin
0bbfe7737c Begin adding xtdb. All tests work in-memory. 2023-01-31 09:34:58 -06:00
Kamil Gałuszka
0d442e2545 Move to bcprov-jdk18on from Maven Central 2022-10-03 17:15:26 +02:00
Robert C. Martin
3fba530ec2 Just some comments reminding us to deploy the Bouncy Castle jar using lein deploy local bcprov 1.7.1 jars/bcprov-jdk18on-171.jar 2022-09-19 12:47:49 -05:00
Robert C. Martin
761dfb169e Can now send and receive DMs, and the uberjar contains the bouncy-castle stuff because I used lein deploy to create a module from the jar. 2022-09-18 20:07:00 -05:00
Robert C. Martin
34822547e7 Start staging things for the DM update. Add bouncycastle and some functions for shared keys and encryption. 2022-09-16 12:31:14 -05:00
Robert C. Martin
1c91c23d18 Don't crash when events contain bad e tags. 2022-07-21 13:41:45 -05:00
Robert C. Martin
4cbcab18ef Change subscription time to two days ago. Just to keep the load time down. 2022-05-23 15:38:46 -05:00
Robert C. Martin
c9c31633b3 Massing cleanup and deletion. Much better. 2022-04-30 13:24:45 -05:00
Robert C. Martin
855a2461ac SeeSaw replaces Swing 2022-04-27 16:04:06 -05:00
Robert C. Martin
6472e7ca9b Add the BIT340_Schnorr code from https://code.samourai.io/samouraidev/BIP340_Schnorr
Works.  The first message from more-speech was sent to the nostr network using the signature created by this code.
2022-04-14 16:06:09 -05:00
Robert C. Martin
efe273e32b Better sorting technique, using sorted-set. I expect that will do insertions rather than continual sorting of a large collection. Also reversed the sense of the sort, so latest articles are on top. 2022-04-08 12:28:30 -05:00
Robert C. Martin
12262b0f79 Use java.net.http.Websocket instead of 'aleph'. Works great! 2022-04-07 12:28:34 -05:00
Robert C. Martin
a56eb819bb Bringing in the nostr protocol. 2022-04-05 10:12:16 -05:00
Robert C. Martin
9689442d5e Preliminary work to get update working down the hiearachy. 2022-01-27 09:32:17 -06:00
Robert C. Martin
507fd0bdb9 Move graphics into cursor. Continue isolation of quil. 2022-01-22 07:50:19 -06:00
Robert C. Martin
ef590cd338 Add author window, abbreviations, file based events. 2022-01-20 10:46:05 -06:00
Robert C. Martin
c304719f94 First Commit. Basic formatting 2022-01-18 13:04:57 -06:00