82 Commits

Author SHA1 Message Date
vishalxl
8af610fd46 version to 0.0.6 2022-08-25 00:04:39 +05:30
vishalxl
002d418841 printed name of channel at top 2022-08-24 23:58:21 +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
5a6ec58a6a printed messages in rooms. avoided #e for parent of chat message and used e tag like nip 10. fixed so that unknown event can be replied to 2022-08-24 05:34:11 +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
3a41bea83b changed readme, version etc 2022-08-23 17:01:31 +05:30
vishalxl
ec52366ec3 added a newline 2022-08-23 16:54:16 +05:30
vishalxl
3f80520c0c added --translate flag, so translation is only done when its enabled. called expand/translate for new events too 2022-08-23 16:47:24 +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
dc1afeabba added google translate call to translate some non-latin-alphabet languages to english. also fixed error in display of newest tree 2022-08-23 04:36:31 +05:30
vishalxl
b40a6fe000 made a string size check to avoid an error for id string non 2022-08-22 12:58:26 +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
5fecdada18 sorted threads according to the newest post/reply in them. loaded file events even for --request argument case. 2022-08-22 02:19:17 +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
c2fb18f4bd ignored duplicate events at relay itself by adding a set of id's in relays. Improved get multiple user events by breaking down request for multiple authors into smaller requests 2022-08-19 23:01:22 +05:30
vishalxl
8bf61d346d formatting changes, and improved mentions logic when displaying 2022-08-19 21:22:16 +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
vishalxl
dc7ddaffb1 added pubkey and maxdepth arguments. Fixed so that re-shifting of thread to left shows where the reshifting part ends 2022-08-19 00:04:41 +05:30
vishalxl
52b52cfe05 fixed some minor issue with left margin calculation 2022-08-18 18:58:14 +05:30
vishalxl
f7b78aa171 added options align and width, which control display. now text can be left or center aligned. default is center. fixed issue with dashes when re-aligning tree 2022-08-18 18:34:37 +05:30
vishalxl
3c9110b539 printed the events whose parents are not known, so that they are printed with a dummy event as parent 2022-08-18 16:49:30 +05:30
vishalxl
32192ddf94 no functional change. formatting 2022-08-18 05:42:22 +05:30
vishalxl
42111a7569 improved logic that new event are not printed twice 2022-08-17 23:13:48 +05:30
vishalxl
ee35160fec added notification in color cyan for the event by adding a flag and using it in EventData 2022-08-17 22:34:20 +05:30
vishalxl
dd5b80e2ab printed notifications: threads with new replies are printed from their topmost comment 2022-08-17 05:51:48 +05:30
vishalxl
605fce8f63 separated tree into separate file. changed logic so that when doing a reply, the latest comment with matching id-prefix is replied to. this allows for short id-prefixes to be used 2022-08-16 16:08:33 +05:30
vishalxl
bcf023e156 separated files into two - events and tree 2022-08-16 04:53:42 +05:30
vishalxl
56ce55d261 added bitcoin_bot to blocked bots. left shifted the thread if it becomes to deep for better ui 2022-08-15 17:58:33 +05:30
vishalxl
43722efa70 added usage string and other minor improvements 2022-08-13 21:40:39 +05:30
vishalxl
9738244d44 removed fetch events option. can reply to posts, and create new post from cmd 2022-08-13 20:31:00 +05:30
vishalxl
b457016a3f added menu support. and posting of message using throwaway hard-coded pubkey. git bash is not giving input readline, but works on win cmd 2022-08-13 18:50:07 +05:30
vishalxl
a3221ab0e4 removed unused code in Tree::fromEvents() constructor. no functional change. 2022-08-12 18:09:39 +05:30
vishalxl
9b215038b5 increased delay to get more messages. improved mention formatting a bit 2022-08-12 17:49:45 +05:30