Commit Graph

627 Commits

Author SHA1 Message Date
Robert C. Martin
7a466eb77f Relay manager: Don't display 'i' if there is no relay-info 2023-07-15 11:35:38 -05:00
Robert C. Martin
a9bdc5e5ea Adds hashtag tags (:t "tag") 2023-07-15 10:50:53 -05:00
Robert C. Martin
ee893ce285 On bootup, if the last event has a future time (corrupted) then use the default time (now-24hrs). 2023-07-15 09:36:18 -05:00
Robert C. Martin
fbb5a3d9cb Trusted tab 2023-07-14 10:49:50 -05:00
Robert C. Martin
63f7b1b1ff Fix (or rather kluge) the ManyToManyChannel bug.... 2023-07-13 13:00:15 -05:00
Robert C. Martin
901fa11180 Release 2023-07-13T12:37 2023-07-13 12:38:32 -05:00
Robert C. Martin
fb23b4f841 Write tabs file when any change is made. 2023-07-11 10:00:30 -05:00
Robert C. Martin
9307761ddd Separate data-storage interface from data-storage-imp 2023-07-11 09:12:28 -05:00
Robert C. Martin
d7cb26fd3f fix conform bug. passing relay to request-batch instead of url. 2023-07-09 10:35:05 -05:00
Robert C. Martin
9932322518 Undo works in the edit window. YAY! 2023-07-09 10:03:04 -05:00
Robert C. Martin
f0454ce1ba Clicking on previously selected article selects it again and displays it in the article window. 2023-07-07 16:14:35 -05:00
Robert C. Martin
e89b9dcd51 Multiple selection for untrust. 2023-07-06 10:18:46 -05:00
Robert C. Martin
d4b6f6b078 Refactor listbox click code 2023-07-06 08:34:57 -05:00
Robert C. Martin
55881dbb0b Refactor popup code. 2023-07-06 08:11:02 -05:00
Robert C. Martin
c1ebb93727 Get Info (show user's profile) now displays that user's trusted users, and allows right click options on them. 2023-07-05 11:05:05 -05:00
Robert C. Martin
b26aafb750 Continue the cleanup of the zap code. 2023-07-05 08:57:44 -05:00
Robert C. Martin
e191d9e5c3 fixed a silently passing bug in one of the zap tests. 2023-07-04 16:58:47 -05:00
Robert C. Martin
13445a937e Cleanup zaps a bit. 2023-07-04 15:02:42 -05:00
Robert C. Martin
f0ed4e9dfa add "X" widget to tab search. 2023-06-29 14:36:36 -05:00
Robert C. Martin
3495c27e55 auto-zap 2023-06-28 13:51:18 -05:00
Robert C. Martin
b35ae34ca1 ::incoming-event, ::events-by-relay, ::tab-search, ::pending-zaps 2023-06-27 09:03:05 -05:00
Robert C. Martin
82b9e02349 ::processed-event-ids 2023-06-27 08:14:44 -05:00
Robert C. Martin
f419eb049c improve the way avatars are rendered. 2023-06-25 13:08:00 -05:00
Robert C. Martin
d1d24f8c8e ::back-count. clojure-spec cleanup complete. 2023-06-24 08:48:04 -05:00
Robert C. Martin
c9cf43a32e ::user-window 2023-06-23 15:19:46 -05:00
Robert C. Martin
1455331544 ::tabs-window 2023-06-23 09:53:45 -05:00
Robert C. Martin
89741861aa event-type and ::article-panel :event 2023-06-23 09:23:56 -05:00
Robert C. Martin
165e7ff8f8 ::article-window-event
::refresh-main-window
::relay-manager-frame
::event-handler
2023-06-23 09:05:23 -05:00
Robert C. Martin
604de056b5 ::user-configuration 2023-06-23 08:50:17 -05:00
Robert C. Martin
652f5db82e ::back-count ::send-chan 2023-06-22 10:27:22 -05:00
Robert C. Martin
f6d02b2f50 ::event-counter 2023-06-22 10:15:23 -05:00
Robert C. Martin
bb291a5243 Orphaned-replies and event-history 2023-06-21 12:53:46 -05:00
Robert C. Martin
3ebe77679d Remove some old code that dealt with event files. 2023-06-21 11:17:01 -05:00
Robert C. Martin
8cd05626bc ::node-map 2023-06-21 10:53:00 -05:00
Robert C. Martin
7546797acc ::frame ::selected-event ::selected-tab 2023-06-21 10:41:42 -05:00
Robert C. Martin
5c2aec2828 Add the tab-type 2023-06-21 10:32:24 -05:00
Robert C. Martin
59af6d78c3 Fix strange HTML behavior in header tree where short messages caused the header line to break early. 2023-06-20 17:43:31 -05:00
Robert C. Martin
b68402f9cc Active subscription type. 2023-06-17 09:10:45 -05:00
Robert C. Martin
1d75b621af The start of the mem type model. 2023-06-16 13:00:56 -05:00
Robert C. Martin
c5b8b712ae Get rid of the hated relay atom. The relays are now in mem. 2023-06-16 09:11:17 -05:00
Robert C. Martin
8bc8a11eac clean up the test a bit. 2023-06-15 07:08:02 -05:00
Robert C. Martin
0e45afcc64 clean up the macro a bit. Can't figure out a better solution for the 'list' 2023-06-15 05:16:29 -05:00
Robert C. Martin
cad1e16cb9 Refactor tests. Use redefs-around and with to shorted each spec. 2023-06-14 15:20:33 -05:00
Robert C. Martin
80c70d1e8a Add the setup-db-mem macro for the specs, and refactor a spec or two. 2023-06-14 14:39:28 -05:00
Robert C. Martin
eae4b2b509 License and refactoring of format-segment 2023-06-14 08:20:51 -05:00
Robert C. Martin
931df90952 Translate @npub1xxxx into @name in formatters.clj 2023-06-13 06:47:23 -05:00
Robert C. Martin
1710c483be Replies. Shrink the header, and move CCs to the end. Get rid of the --- separator. (thanks @jsm) 2023-06-11 11:47:30 -05:00
Robert C. Martin
16f00f7ff1 space after > in replies. 2023-06-11 11:31:44 -05:00
Robert C. Martin
02c5512b89 Clean up the relay_manager.clj module. 2023-06-09 10:04:20 -05:00
Robert C. Martin
765c8b1c8b General code cleanup. No new features. 2023-06-08 12:57:12 -05:00