458 Commits

Author SHA1 Message Date
vishalxl
522533d444 improved processAnyIncomingEvents in social UI menu. moved events file to scripts/ 2024-09-29 22:59:26 +05:30
vishalxl
cf3ef9fe63 changed relays. added udpate and 300 ms delay in menu 2,1. improved scripts. 2024-09-29 17:05:05 +05:30
Vishal
f61a6bbd41 Handled case where some kind 40 don't have json, only text; otherwise it was crashing on starting 2024-06-09 15:29:27 +05:30
Vishal
9f507cc539 fix for issue #64 : showed 10 bytes for followers id when showing profile 2024-04-21 19:06:15 +05:30
Vishal
9142fb3c24 improved profile for users whose contact list wasn't found 2024-04-21 10:41:37 +05:30
Vishal
151a00c22a added flag userRelevant to improve event printing at end. now every event that's printed for user gets saved at end 2024-04-21 09:38:43 +05:30
Vishal
f22851ed45 dart pub updates 2024-04-20 15:48:08 +05:30
Vishal
a60478d183 fixed expand mentions for notes' evaluatedcontent 2024-04-20 11:10:08 +05:30
Vishal
95a8320497 caught exceptions with nsec processing in expandmentions; updated readme and help 2024-04-07 12:41:30 +05:30
Vishal
bda7464595 Added support for nsec/npub in command line invocation as pubkey and pivate keys. expanded nostr: type mentions for user and notes 2024-04-06 21:23:17 +05:30
Vishal
b9ac5538b3 added analysis_options.yaml and ran lint and applied changes 2024-03-31 17:14:01 +05:30
Vishal
626a2f66c5 updated pubspec file with latest packages 2024-03-31 16:12:58 +05:30
Vishal
2362b26599 removed debug prints 2024-03-18 08:00:39 +05:30
Vishal
7a3a2247c4 changed relays. saved group events too at end. changed relay variable 2024-03-17 22:25:17 +05:30
Vishal
cc048e388d fixed room order in private chat 2024-03-10 16:47:51 +05:30
Vishal
9d60d1e778 Changed public menu. changed sort order in channels so that latest channels are displayed at bottom nearer to menu 2024-03-09 10:47:02 +05:30
Vishal
87b018face await ready state of socket to fix exception issue #77 2023-04-23 18:36:53 +05:30
Vishal
3e9b72708a removed nostr.ch relay
because builds from github on windows and linux/wsl both are giving 'was not upgraded to websocket'  exception for this relay

(local builds, and local dart run, is not showing this error on windows)
2023-02-13 02:07:46 +05:30
Brian Lee
58b5ffe6f0 Public relay name change 2023-02-08 12:44:03 -08:00
Vishal
602962c232 removed damus relay and made version 0.3.6 2023-01-29 12:34:02 +05:30
Vishal
225a263e04 avoided using relay set 2 totally, re added damus relay 2023-01-29 04:00:00 +05:30
Vishal
57dd6a2908 reduced relays, and avoided using set2 initially
to avoid the handshake exception bug
2023-01-29 03:49:20 +05:30
Vishal
15712c015c replaced damus relay with snort relay 2023-01-29 03:25:00 +05:30
Vishal
b198e77732 added 3+ new relays
such as nos.lol

and removed some such as drss.io
2023-01-29 02:59:58 +05:30
Vishal
b5a5e93beb added some relays in test config file
no functional change in nostr_console_test.dart

changed text of 'missing' events.
2023-01-29 02:16:45 +05:30
Vishal
00125a3b6b fix: fetched follows info.
added user to 2->1 menu option too.
2023-01-17 14:01:36 +05:30
Vishal
04fb89f369 added 3 new relays and removed older ones 2023-01-17 14:00:28 +05:30
Vishal
439d3944e9 version 0.3.5 2023-01-17 11:08:55 +05:30
Vishal
8a771a80e3 Merge branch 'main' of https://github.com/vishalxl/nostr_console 2023-01-17 11:00:46 +05:30
Vishal
a1c54c08a7 fixed case where wrong events were higlighted
and improved or changed option 2->1 so that now it prints popular accounts too apart from follows. 2->6 prints only follows.
2023-01-17 11:00:21 +05:30
Vishal
c50607119e
Fix code so channel create without about shd not crash 2023-01-04 10:54:14 +05:30
Vishal
6dd8a2ab9b
Difficulty limit to 32 2023-01-03 23:39:15 +05:30
Vishal
2e259cb3ac changed version to 0.3.4; improved notifications tree print a bit 2022-12-31 14:31:36 +05:30
Vishal
1dc1317075 added tick marks to long name follows
which wasn't being shown due to wrong logic - fixed that.
2022-12-31 03:32:44 +05:30
Vishal
9a5b0b48ba fixed code so that wrong notifications don't get printed
it was printing every thread where any follow was involved; and was highlighting them too.

now only follows posts/likes are highlighted and shown as notifications. reduces the flood of notifications.
2022-12-31 03:00:39 +05:30
Vishal
2d603c2aec removed "lightning:" prefix from lud16 qr
now it gets scanned by bluewallet
2022-12-30 20:08:02 +05:30
Vishal
23d61ce422 fix min len issue with lud16 so now it gets printed 2022-12-30 18:31:55 +05:30
Vishal
d8b0be5878 fix to not overwrite a contact list in some cases
when contact list is empty user asked if they want to proceed
2022-12-30 13:29:43 +05:30
Vishal
27c33d9137 fix issue where dm sent to user were not saved
saved them now to file.
2022-12-30 09:43:43 +05:30
Vishal
43f2fab1b4 no functional change 2022-12-30 09:25:23 +05:30
Vishal
e5027dd9db 0.3.3-beta
removed recent hello world spam code
2022-12-30 08:49:44 +05:30
Vishal
01590b6670 Added support for diaplay_name and website in kind 0 2022-12-29 21:22:23 +05:30
Vishal
255f664021 specific spam prevention 2022-12-29 16:26:43 +05:30
Vishal
7a168c8514 notification color fix for git bash; color for likes was not being closed at end . version tag a. 2022-12-29 10:24:26 +05:30
Vishal
dd9e9a3c02 changed display filters and saving logic
displyed global feed.

and in incoming notifications, only showed notifications for follows.

In writing events, only writing follow's events. and the ones they interact with.

now all follows have a tick; no tick for defaults
2022-12-29 02:20:58 +05:30
Vishal
2edf5bb361 added some unused code for isRelevant logic in writing to file 2022-12-28 21:18:49 +05:30
Vishal
97ed8ac742 fixed issue where names were printed only 4 chars long in direct room overview
set channel msgs printed to 18 , old default.
2022-12-28 21:06:02 +05:30
Vishal
009ca0a074 channel msgs =40 2022-12-28 20:28:55 +05:30
Vishal
1bf4698ee4 when expanding mentions in case p or e is not found then ..
they are mentioned as the id ( p prefixed with @ and e prefixed with #)
2022-12-28 15:06:53 +05:30
Vishal
5071c1f1e6 fix where notifications likes were messing up length
.. and getting shifted to left. By counting the newly inserted color string into the calculations.
2022-12-28 14:55:59 +05:30