Marcin Rataj
|
1107ac42af
|
feat: limit pin names to 255 bytes (#10981)
adds validation to ensure pin names don't exceed 255 bytes across all
commands that accept pin names. this prevents issues with filesystem
limitations and improves compatibility.
affected commands:
- ipfs pin add --name
- ipfs add --pin-name
- ipfs pin ls --name (filter)
- ipfs pin remote add --name
- ipfs pin remote ls --name (filter)
- ipfs pin remote rm --name (filter)
|
2025-09-25 23:54:04 +02:00 |
|
Marcin Rataj
|
f6a9b347cb
|
fix(cmds): cleanup unicode identify strings (#9465)
preserve private use characters as specified
in https://github.com/libp2p/specs/pull/491
enforce 128 rune limit on untrusted peer data
|
2025-09-19 04:46:38 +02:00 |
|
Henrique Dias
|
58c29399cf
|
chore: clean migration
|
2023-11-29 12:29:59 +01:00 |
|
Henrique Dias
|
a7c6518497
|
feat: path consolidation (#10063)
|
2023-10-06 16:14:44 +02:00 |
|
Kay
|
f12b372af9
|
style: gofumpt and godot [skip changelog] (#10081)
|
2023-08-17 14:02:08 +02:00 |
|
Jorropo
|
3ab1086f71
|
chore: migrate go-libipfs to boxo
Resolves #9677, #9676, #9675, #9736
|
2023-03-28 22:05:25 -04:00 |
|
Marcin Rataj
|
82467bc936
|
refactor: rename to kubo
|
2022-07-06 18:40:37 +02:00 |
|
Lucas Molas
|
04e7e9502e
|
feat(cmds): extend block size check for dag|block put (#8751)
* feat(cmds): extend block size check for dag|block put
* feat(cmds): block size check for dag import
* style: dag-pb → UnixFS, 1MB → 1MiB
Co-authored-by: Marcin Rataj <lidel@lidel.org>
|
2022-03-11 23:23:11 +01:00 |
|