Commit Graph

567 Commits

Author SHA1 Message Date
Robert C. Martin
a0642a3fa5 Got Replies> menu working. No more folders in the tree list. 2023-05-26 13:18:12 -05:00
Robert C. Martin
7b82ac5d48 Request root and reply when loading article rather than when clicking button. 2023-05-26 09:02:38 -05:00
Robert C. Martin
cd3455d723 Don't redraw frame unless new name/contact/zap/reaction data has arrived. 2023-05-26 07:59:37 -05:00
Robert C. Martin
5ee857b1fe Fix a few random bugs. 2023-05-25 15:05:25 -05:00
Robert C. Martin
a74aa922c4 Change version to 2023-05-23T09:23 2023-05-23 10:07:59 -05:00
Robert C. Martin
b5e7a31d73 Change version to 2023-05-23T09:23 2023-05-23 09:24:17 -05:00
Robert C. Martin
d45fc203d2 fix issue in test. 2023-05-23 09:22:34 -05:00
Robert C. Martin
dfd7b6cc7a Refactored 2023-05-23 09:18:27 -05:00
Robert C. Martin
139ca2459c WC Tests all pass again after fiddling around with the live system. 2023-05-23 08:53:53 -05:00
Robert C. Martin
a0ead65e21 WC response properly decoded and handled. All that remains is some refactoring. 2023-05-23 08:19:13 -05:00
Robert C. Martin
80bd3c5606 WC response is getting received. Now I just need to check for errors, close the loop, and push. 2023-05-22 20:16:53 -05:00
Robert C. Martin
e2db3b52b9 WC Request works. WC Response is not being recieved. 2023-05-22 08:58:04 -05:00
Robert C. Martin
1652c448cc WC Zap Request properly encrypted. (as far as I can tell) 2023-05-21 15:07:44 -05:00
Robert C. Martin
9451da1ae6 Making progress with the wallet connect. Building the request event. 2023-05-20 13:15:21 -05:00
Robert C. Martin
95435ae64a First interaction (get info) with WC relay is working. 2023-05-20 09:21:02 -05:00
Robert C. Martin
655bf5eee0 lud06 zapping works. 2023-05-19 08:39:27 -05:00
Robert C. Martin
5627804bdf Add CCs to replies. 2023-05-18 15:37:30 -05:00
Robert C. Martin
b1c06c0ea6 Right click on Reply & CC> to see everyone mentioned in the event. 2023-05-18 12:18:13 -05:00
Robert C. Martin
23578f5438 Zap icon uses :popup 2023-05-18 10:39:57 -05:00
Robert C. Martin
833a57ef88 Relays popup uses :popup 2023-05-18 10:23:56 -05:00
Robert C. Martin
988e48e264 Odds and ends. 2023-05-18 09:27:35 -05:00
Robert C. Martin
cef8e7032a Better reactions popup, and auto thanks for zaps. 2023-05-15 17:17:21 -05:00
Robert C. Martin
d066e4bcbb private/zap.log records all zap receipts for zaps either sent by, or recieved by, the user. 2023-05-15 12:23:05 -05:00
Robert C. Martin
e5fb59ef39 Release "2023-05-12T13:51" 2023-05-12 13:51:46 -05:00
Robert C. Martin
96e57213d4 Migration 11 complete. Private key is password protected and encrypted in the keys file. 2023-05-12 13:36:54 -05:00
Robert C. Martin
9a49498f8e Migration 11 is ready. It password protects the private key. Data storage functions encode and decode the private key and password. 2023-05-12 12:47:13 -05:00
Robert C. Martin
eed87443dc Add tests for profile window. (blush). 2023-05-12 09:36:33 -05:00
Robert C. Martin
46b91257a4 Update component versions and cleanup project.clj. 2023-05-12 07:34:53 -05:00
Robert C. Martin
b719494ce6 xor-string and test-check 2023-05-11 16:30:32 -05:00
Robert C. Martin
0e44182485 A bunch of little fixes to make things work better. 2023-05-11 11:03:10 -05:00
Robert C. Martin
3ff23ed4d8 When processing metadata events, replace empty name with -display-name. 2023-05-11 09:42:46 -05:00
Robert C. Martin
0ded28f8d9 Made Get Info for events a scrollable frame instead of an alert. 2023-05-11 07:48:07 -05:00
Robert C. Martin
ea9d070fba Trust button in user show-info 2023-05-10 14:18:06 -05:00
Robert C. Martin
5b0716c583 NIP-19 for nostr:nevent works. None of the other NIP-19 encodings work. 2023-05-10 11:32:35 -05:00
Robert C. Martin
7bbb366aee Encode simple NIP-19 TLV for nevent. 2023-05-10 11:09:34 -05:00
Robert C. Martin
c7c79b0910 Decode nevent tlv strings according to NIP-19 2023-05-10 10:50:12 -05:00
Robert C. Martin
afd5c65dbc Don't reload article window if the contents have not changed. 2023-05-09 07:23:12 -05:00
Robert C. Martin
3f30ead8c9 Reload article window every second to resolve references as they come in from the relays. 2023-05-08 16:36:59 -05:00
Robert C. Martin
6eae2c0a8d Lots of little fixes around nostr: and Get info etc. 2023-05-08 15:11:14 -05:00
Robert C. Martin
8cd202eb07 Add try/catch around get-author-name 2023-05-07 10:36:06 -05:00
Robert C. Martin
726dff6c6d In Get Info for events, expand the sig to 64 bytes. 2023-05-06 14:34:07 -05:00
Robert C. Martin
c51d6536ff Fix silly test failure due to order of events. 2023-05-03 08:07:25 -05:00
Robert C. Martin
131c5b4a50 Version 2023-05-03T08:00 2023-05-03 08:00:28 -05:00
Robert C. Martin
3247891069 Read user profile from relays after changing it. 2023-05-02 16:35:06 -05:00
Robert C. Martin
932d0ddcf9 Relay info NIP-11. Minimal implementation. 2023-05-02 10:05:08 -05:00
Robert C. Martin
91229b18c9 Fix the log level getting set back to 1. 2023-04-30 10:48:46 -05:00
Robert C. Martin
46f5f9fdc3 Tabs menu seems to work. 2023-04-30 10:40:25 -05:00
Robert C. Martin
ffc2ce835b dev and test log level = 2. Regular is 1. 2023-04-29 11:09:57 -05:00
Robert C. Martin
d595f3180e Click on name in user window will request contact info. 2023-04-29 10:50:29 -05:00
Robert C. Martin
0868aefa4d Fix timing error in tests. 2023-04-28 18:44:13 -05:00