Awiteb
ea862dac5f
chore: Add a newline after the naddr
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-27 08:29:36 +00:00
Awiteb
55a4868813
fix(utils-repo_naddr): Create a valid naddr string
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-27 08:29:13 +00:00
Awiteb
60978f43b5
chore: Add a header to nostr-address file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-27 08:02:37 +00:00
Awiteb
37cf601c01
refactor: Support more than one naddr instead of one
...
This commit supports multiple naddrs for sending issues to and searching
for repositories by extracting the embedded relays, and appending to the
address file instead of overwriting its previous contents. A header has
also been added to the `nostr-address` file to clarify its purpose.
This enhancement accommodates maintainers who distribute issue tracking
across multiple repositories, preventing confusion if the primary
maintainer steps down. Now, issues and patches will reference all
relevant repositories, not just one.
Note that repositories won't automatically include all maintainers'
addresses unless explicitly specified. Maintainers may manage a
repository under a project-specific public key rather than individual
keys. Addresses are only added to issues and patches when explicitly
provided via the command or written to the address file. This prevents
unintended inclusions and ensures clarity.
Suggested-by: DanConwayDev <DanConwayDev@protonmail.com >
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-27 07:05:13 +00:00
Awiteb
87da5035da
chore(todo): Some tasks
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 14:08:25 +00:00
Awiteb
ddea5028ee
feat: Make the relays list optional
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 12:30:40 +00:00
Awiteb
de68d61c3f
feat: Enter repository as nip5
...
For example, `4rs.nl/n34` and `_@4rs.nl/n34`
Signed-off-by: Awiteb <a@4rs.nl>
2025-05-24 11:00:37 +00:00
Awiteb
f7e837e3ab
deps: Enable nip05 feature of nostr crate
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 10:57:15 +00:00
Awiteb
02070c2868
feat: A --quote-to flag to quote the replied to content in the editor
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 06:06:32 +00:00
Awiteb
998ef8f4b1
deps: Add chrono@0.4.41 to the dependencies
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-24 06:03:17 +00:00
Awiteb
6fdf0dbcf5
feat: Read the nostr-address file in reply command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 13:38:21 +00:00
Awiteb
15c0eaa5dc
chore: Make commands module
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 13:15:37 +00:00
Awiteb
226909ef16
feat: Read the nostr-address file in issue new command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 12:38:26 +00:00
Awiteb
8ca88804dd
feat: Read the nostr-address file in repo view command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-23 12:36:48 +00:00
Awiteb
55f9b9194e
chore: Utils to work with the nostr-address file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 20:45:01 +00:00
Awiteb
a26116702d
chore: Errors to work with the nostr-address file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 20:44:41 +00:00
Awiteb
35d376ca6c
chore: Add nostr-address file
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 19:19:27 +00:00
Awiteb
57b48c7368
feat: Add --address-file flag to repo announce command
...
This flag creates a file in the current working directory and writes
the `naddr` into it. This allows n34 and other tools to recognize the
repository address automatically, eliminating the need for manual input
by the user.
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 19:17:07 +00:00
Awiteb
b29937a04e
chore(changelog): Update the body
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 15:15:49 +00:00
Awiteb
06374fe1fc
feat: add --force-id flag to bypass case validation in repo announce
...
The new flag allows users to skip the kebkab case ID check when announcing
repositories.
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 08:27:13 +00:00
Awiteb
2d5c0bf549
chore(git-cliff): Upper first after the trim
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 08:27:13 +00:00
Awiteb
0a5b4656c3
chore(taplo): Exclude target dir
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 08:27:13 +00:00
Awiteb
cad2c7faa3
chore: Update CONTRIBUTING.md
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 08:27:13 +00:00
Awiteb
19cfecb9ea
chore(readme): Add Contributions & Changes section
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-22 06:11:28 +00:00
Awiteb
89d0710ce5
chore(justfile): Add a subject to the tag message
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 23:57:16 +00:00
Awiteb
c1afa9a93d
chore: Bump the version to v0.1.0
...
Signed-off-by: Awiteb <a@4rs.nl >
v0.1.0
2025-05-21 22:41:37 +00:00
Awiteb
92165de6fd
chore: Improve the changelog
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 22:07:24 +00:00
Awiteb
c5085b3af7
chore: Update the bugs report location
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 22:07:24 +00:00
Awiteb
ecee54c9a3
chore: Update README.md
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 22:07:23 +00:00
Awiteb
55aa48c1fe
chore: Add CONTRIBUTING.md, AUTHORS and DCO files
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
0cc656b780
chore: Update the repository url
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
8bff000b33
chore: Format rustfmt.toml
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
5c201b0cec
chore(justfile): A new recipe to release n34
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
c608f2120b
chore: Add taplo to the packages
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
60ad1fe5bb
chore: Improve issue new command code
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
b3b7ce7a4b
chore(repo-announce): Ensure that the event author is not a duplicate maintainer
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
a137a3f9de
chore: Rename nostr::nips::nip22::Comment to CommentTarget
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
724e2707c6
deps: Bump nostr and nostr_sdk to 0.42.0
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:06 +00:00
Awiteb
9444fc1a8c
feat: New reply command
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:05 +00:00
Awiteb
a324ba2ff7
chore: Add comments helper functions
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:05 +00:00
Awiteb
56316d36d3
chore: Add events errors
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:05 +00:00
Awiteb
074245733e
chore(nostr): A util to get the content from a string or editor
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:05 +00:00
Awiteb
661266c67b
chore(nostr): A function to add user read relays to a vector
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:45:05 +00:00
Awiteb
a9b088d8a5
chore(NostrClient-add_relays): If the relays is empty do nothing
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-21 21:44:51 +00:00
Awiteb
1af731ef67
chore: Improve event fetchers functions
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-19 20:26:29 +00:00
Awiteb
4298ca5d2d
chore: Use Coordinate instead of Nip19Coordinate in NostrClient::fetch_repo
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-19 20:26:29 +00:00
Awiteb
70ee4a59b2
perf: Connect to relays in a separate task
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-08 14:25:09 +00:00
Awiteb
bd086538fd
deps: Add futures@0.3.31 to the dependencies
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-08 13:32:44 +00:00
Awiteb
54f1c7e0e6
feat: Add issue new command
...
Command to create a new issue on a repo
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-08 13:03:09 +00:00
Awiteb
f1378a2eb7
chore: More errors for issue subcommand
...
Signed-off-by: Awiteb <a@4rs.nl >
2025-05-08 13:02:04 +00:00