633 Commits

Author SHA1 Message Date
Vishal
00125a3b6b fix: fetched follows info.
added user to 2->1 menu option too.
v0.3.5-beta
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
d610a6f90b
Troubleshooting+ 2023-01-05 09:40:20 +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
aef6986709
mentioned tor proxy v0.3.4-beta 2023-01-01 15:30:10 +05:30
Vishal
1375817e94
troubleshooting section 2023-01-01 15:14:58 +05:30
Vishal
fdb3306f36
Update README.md 2023-01-01 14:52:10 +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
3649d0716a
Update README.md 2022-12-30 12:53:21 +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
d55c5b8896 Merge branch 'main' of https://github.com/vishalxl/nostr_console v0.3.3-beta 2022-12-30 08:49:48 +05:30
Vishal
e5027dd9db 0.3.3-beta
removed recent hello world spam code
2022-12-30 08:49:44 +05:30
Vishal
bbdfed8932
Update README.md 2022-12-30 08:18:58 +05:30
Vishal
ff5cf0b942
mentioned prebuilt docker 2022-12-30 08:17:11 +05:30
Vishal
01590b6670 Added support for diaplay_name and website in kind 0 2022-12-29 21:22:23 +05:30
Vishal
9dbd97b44b
Merge pull request #57 from AaronDewes/main
New actions ( build arm64 for linux, with amd64 for three, and docker images)
2022-12-29 21:19:40 +05:30
Aaron Dewes
857840885a Rewrite actions 2022-12-29 15:07:05 +00:00
Vishal
c0c4caa1e8 spam prevention and removed arm64 2022-12-29 16:29:38 +05:30
Vishal
255f664021 specific spam prevention 2022-12-29 16:26:43 +05:30
Vishal
576e544930
Update README.md 2022-12-29 15:36:52 +05:30
Vishal
5bc9693f94 edited runs on and added array there 2022-12-29 12:35:23 +05:30
Vishal
9b01b0831d mentioned arch for os in right place 2022-12-29 12:31:19 +05:30
Vishal
a387c8516b mentioned arch for os checkout 2022-12-29 12:29:17 +05:30
Vishal
f3a5ca2ecc mentioned channel 2022-12-29 12:15:47 +05:30
Vishal
1271aa6e0e yml edit for arm64 build 2022-12-29 12:12:09 +05:30
Vishal
a32a3878bb fix for yml for arm64 2022-12-29 12:11:23 +05:30
Vishal
b4c808ce12 fixed sdk for arm64 2022-12-29 12:06:38 +05:30
Vishal
4e02a6ac2e
Update README.md 2022-12-29 11:28:32 +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
v0.3.2-beta
2022-12-29 02:20:58 +05:30
Vishal
9085c8a64a two new scripts making use of stdin input 2022-12-29 02:16:20 +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
7147d3f5f3 updated todos 2022-12-28 16:06:35 +05:30
Vishal
2cec5d16a2 Merge branch 'main' of https://github.com/vishalxl/nostr_console 2022-12-28 15:07:07 +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
8b14d4c1e4
Update README.md 2022-12-28 14:56:55 +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
Vishal
b19f7cd533
Update README.md 2022-12-28 14:16:56 +05:30