43 Commits

Author SHA1 Message Date
Vishal
d955ee7efe ran dart analyze and fixed issues 2022-08-30 14:58:27 +05:30
Vishal
f64a3d670e formatting changes 2022-08-30 14:15:22 +05:30
Vishal
1e493147e8 improved notification logic, added some pow code but unused now, added large intro print 2022-08-30 03:07:32 +05:30
Vishal
a4e687d806 added another treeSelector so that only events with likes etc are printed. minor refactoring. 2022-08-29 19:08:00 +05:30
Vishal
01b5b82228 used unique names for subscription strings, used set of events rather than list, and called multiple relays for third call in main 2022-08-28 05:33:01 +05:30
Vishal
b87cb0346b fixed issue where client tag was being sent with kind 3 event whereas it only has p tags 2022-08-28 02:30:09 +05:30
Vishal
0318202401 Removed extra print statement 2022-08-28 00:20:05 +05:30
Vishal
6c2a23c689 fixed so that event is not sent if replyTo id is not valid. reordered menu. added about/picture. 2022-08-27 23:55:01 +05:30
Vishal
5784811ce0 fixed tag with new contact list, mentioned client 2022-08-27 19:10:57 +05:30
Vishal
2796930cb2 fixed tag logic for client tag; other minor changes including basic test for French 2022-08-27 16:26:45 +05:30
Vishal
a09c046787 Added color option and made file as default of name all_nostr_events.txt which can be disabled with --disable-file 2022-08-27 13:28:36 +05:30
vishalxl
5a86a0e663 improved processReaction so double reactions aren't printed, only 1 as needed for each reaction 2022-08-27 03:25:47 +05:30
vishalxl
bb16c30f63 Nip 10 followed where top event id is added as first e tag, and the replied to event is added as second event tag. fixed issue when events when inserted into tree were getting lost if they did not have a parent existing. created dummy for them. 2022-08-26 21:24:37 +05:30
vishalxl
a9fd81e7c1 added better notifications to different searches 2022-08-26 12:56:20 +05:30
vishalxl
6515958cd8 fixed json decode issue. added more profile info including distance. added search by client 2022-08-26 12:41:30 +05:30
vishalxl
418c3e6b7a improved channel list printing 2022-08-26 03:57:50 +05:30
vishalxl
58d605470f improved logic in case terminal width is less than 120 etc 2022-08-26 00:40:48 +05:30
vishalxl
94699597ae added color to name displayed on top of menu 2022-08-26 00:22:01 +05:30
vishalxl
6057e16005 invoked more relays. NIP not followed yet tho. Printed info for application through menu 2022-08-26 00:05:07 +05:30
vishalxl
8264e9acb0 user can now add a contact, kind 3 event is broadcast in that case 2022-08-25 18:33:29 +05:30
vishalxl
6f6caea6cd sorted the events displayed in channel by time; minor menu word improvements 2022-08-24 23:33:45 +05:30
vishalxl
10bc0d187b channel menu and comments; contact update halfway done; created settings.dart file with all settings 2022-08-24 22:07:03 +05:30
vishalxl
dff3ff70b0 added support for kind 40/42 messages, and displayed if any chat room are there. Messages not displayed yet 2022-08-24 03:36:08 +05:30
vishalxl
6d97b4e29f added user profile option, rather than just comments by user. This shows likes and comments, and shows users contact list too 2022-08-23 15:33:11 +05:30
vishalxl
951bb2cc65 only searched comments smaller than 1000, otherwise it was taking too much time. corrected selector logic in printNotifications 2022-08-23 09:04:16 +05:30
vishalxl
100ed2dd99 removed test debug flag 2022-08-22 12:34:19 +05:30
vishalxl
0f892301fb added word search, for a single word 2022-08-22 09:13:17 +05:30
vishalxl
ed791c61be added option to print a particular users all tweet only in other menu 2022-08-22 09:05:23 +05:30
vishalxl
ba1edf7dbf escaped " so it can be written in comment 2022-08-22 04:44:29 +05:30
vishalxl
0da2278ea3 implemented nip 10 by adding a global contact list, and using it to get the e relay tag info, and adding a p tag to all replies 2022-08-22 04:06:18 +05:30
vishalxl
3ea94444af fixed issue that didnt print anything due to a restricve kind 1 test 2022-08-21 11:47:25 +05:30
vishalxl
57ef23d232 no functional change 2022-08-21 00:23:53 +05:30
vishalxl
d4cc9fbcae added support for reading and writing events from/to a file with command line argument. Display and other improvements: printed user logged in for information. 2022-08-21 00:11:50 +05:30
vishalxl
0d09e43717 fixed err msg in menu 2022-08-20 03:32:18 +05:30
vishalxl
912a35e21a colorified the notification for likes 2022-08-20 03:12:32 +05:30
vishalxl
2c37201185 added method to write events in file. not used. 2022-08-20 00:53:33 +05:30
vishalxl
87b4ce846c fixed comparator which improves the display a lot 2022-08-19 20:20:29 +05:30
vishalxl
a656ad7fe8 likes are displayed, and can be sent 2022-08-19 19:47:00 +05:30
vishalxl
8348be44da renamed some variables, and caught int parsint exception 2022-08-19 14:45:21 +05:30
vishalxl
80eb7d8bfd caught exception on terminal size when run under git bash. 2022-08-19 12:39:30 +05:30
vishalxl
a08280446a improved menu display 2022-08-19 12:17:55 +05:30
vishalxl
6ee59e0e9a printed number of trees displayed. added option to change number of days dispayed 2022-08-19 11:51:46 +05:30
vishalxl
cb0baaa4f2 blocked social relay that was not returning events. separated console_ui.dart into separate file. printed total messages in menu 2022-08-19 05:19:47 +05:30