Commit Graph

573 Commits

Author SHA1 Message Date
Robert C. Martin
ae713a7b8c Hitting return in a relay after making no discernable change to the url does nothing and keeps the relay unchanged. 2023-02-25 07:54:58 -06:00
Robert C. Martin
db74938add Bob Broke the Build Again. Fix tests. 2023-02-24 15:37:34 -06:00
Robert C. Martin
f453281e2e Relay manager can now rename, add, and delete relays. 2023-02-24 15:32:22 -06:00
Robert C. Martin
32c989231a Add the <new relay> field to the top of the relay manager.
Validate any url changes.
Add a new url to the relays list.
2023-02-24 12:47:18 -06:00
Robert C. Martin
c6115758bd Be stricter with the relays to add.
Clear retries when restarting a relay from the relay manager.
Properly delete tabs from the :tabs-list
2023-02-24 10:35:09 -06:00
Robert C. Martin
e8e93cb866 Properly sorted the list of relays. 2023-02-24 07:37:15 -06:00
Robert C. Martin
a8db802e43 Manage relays menu is working, sort of. 2023-02-23 16:24:22 -06:00
Robert C. Martin
0e3e8292e6 menubar and menus. They don't do anything. 2023-02-23 13:05:01 -06:00
Robert C. Martin
da7988b738 Abbreviate ids in article panel and decrease width of main window. 2023-02-23 12:44:12 -06:00
Robert C. Martin
9132b11a2c Restart a relay that closes without reporting. 2023-02-23 12:23:01 -06:00
Robert C. Martin
7689e8c8e9 Add config/relay-pattern and abbreviate relay names in the relay-label of the article-panel. 2023-02-23 08:36:32 -06:00
Robert C. Martin
2556f8a112 Actually add the contact list. 2023-02-23 08:14:00 -06:00
Robert C. Martin
6a629f6837 Add my contact list to migration 9 so that new users will at least see something. Relays are all :read-web-of-trust to prevent initial flooding. 2023-02-22 15:13:58 -06:00
Robert C. Martin
460b77d575 Change version. 2023-02-21T15:39 2023-02-21 15:39:51 -06:00
Robert C. Martin
a9674d2383 Fixed bug in search. Seems to be working now. 2023-02-21 15:27:42 -06:00
Robert C. Martin
2286aab967 Search is working. More could be added I suppose. Added treating petnames and usernames as ids. 2023-02-21 14:24:07 -06:00
Robert C. Martin
280ed9b187 Search is working. More could be added I suppose. Added treating petnames as ids. 2023-02-21 14:16:13 -06:00
Robert C. Martin
aee5ca8af3 Search is working. More could be added I suppose. 2023-02-21 14:03:03 -06:00
Robert C. Martin
867394eb5d The beginnings of the search bar. 2023-02-20 14:23:55 -06:00
Robert C. Martin
52e3e6630e Fixed a lot of swing/db related issues. Ick! 2023-02-20 10:47:49 -06:00
Robert C. Martin
be31403f0b Send recommended relays. kind:2 2023-02-19 13:31:01 -06:00
Robert C. Martin
e3e87653db Tabs are working -- again. And a lot better too. 2023-02-19 09:46:26 -06:00
Robert C. Martin
222b3ec133 Print number of events added when creating new tab. 2023-02-19 07:37:31 -06:00
Robert C. Martin
dabe85a768 Relaunch is no more. Tabs are much better. 2023-02-17 16:44:04 -06:00
Robert C. Martin
dc8b5d09ba Add author to tab is working. 2023-02-17 14:15:25 -06:00
Robert C. Martin
0751f1de0d Can add author's articles to a tab. About to add new tab to article tree. 2023-02-17 10:29:15 -06:00
Robert C. Martin
3a272fdda8 add header to websocket so that relay.snort.social will connect. 2023-02-17 08:16:59 -06:00
Robert C. Martin
9d31c8f11c Delete some commented out code. 2023-02-16 15:18:19 -06:00
Robert C. Martin
c215fe192c Add nip05 to kind:0 profile. Open up some websocket timings. Retry connection timeouts. 2023-02-16 13:50:12 -06:00
Robert C. Martin
efd3c0f90e Click on @<event-id> in article window, selects that article. 2023-02-16 13:00:30 -06:00
Robert C. Martin
1b7e76470c add idreference for @<hex-string> references to articles. 2023-02-16 11:44:19 -06:00
Robert C. Martin
207a226f3a ms-linkifying @references. 2023-02-16 11:27:55 -06:00
Robert C. Martin
ffb1d9ddc9 Strip http:// from hyperlink text when displaying an article. This is in preparation for using hyperlinks in articles for many different things like event-id references. 2023-02-16 10:18:30 -06:00
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
b03f9016af Fix incomming DMs. 2023-02-15 12:48:57 -06:00
Robert C. Martin
2eeb55ec39 Some little tweaks. 2023-02-15 07:55:30 -06:00
Robert C. Martin
afe50564be Load read messages first. Fiddle with timing. 2023-02-14 10:17:13 -06:00
Robert C. Martin
74c28bf0da Reaction mark changed to two digit count. 2023-02-14 08:22:30 -06:00
Robert C. Martin
02ec1ae707 CLicking on an id in the article panel will load the article from the DB into the article tree. 2023-02-13 14:56:19 -06:00
Robert C. Martin
d9b32be803 Fix a few little things and slow down database load based on websocket backlog. 2023-02-13 13:20:52 -06:00
Robert C. Martin
6bb92fbe1d Clean up a bit, and add creation time to profiles. 2023-02-12 09:35:45 -06:00
Robert C. Martin
d4f5d47da5 Reset relay retry if last retry was over an hour ago. 2023-02-11 09:07:49 -06:00
Robert C. Martin
844577fd65 Backoff retry of closed websocket relays. Seems to work. 2023-02-10 15:51:52 -06:00
Robert C. Martin
55af920b52 Extracted connect-to-relay 2023-02-10 14:24:49 -06:00
Robert C. Martin
fe4cde702b Change version. "2023-02-10T09:12" 2023-02-10 09:13:40 -06:00
Robert C. Martin
bf2eb4408e Add :read-web-of-trust to relays. 2023-02-10 09:00:30 -06:00
Robert C. Martin
2fda904b84 Line up the article tree header with the reaction icon. Don't request contacts during test runs. Request contacts after subscribing. Trim headers in tests. 2023-02-10 08:19:31 -06:00
Robert C. Martin
6c26de78f5 Implemented :read-trusted relays. 2023-02-09 16:27:39 -06:00
Robert C. Martin
00985af77b Reaction UI is working. 2023-02-09 10:16:35 -06:00
Robert C. Martin
768668b9e6 Strip tags other than e and p from subject event when composing a reaction (kind 7) 2023-02-09 08:31:28 -06:00