1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-20 00:18:12 +08:00

6 Commits

Author SHA1 Message Date
9652f24f6c feat: Pubsub.SeenMessagesStrategy (#9543)
* feat: expire messages from the cache based on last seen time
* docs: Pubsub.SeenMessagesStrategy

Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-27 00:24:35 +01:00
51f60ea05a feat(config): Pubsub.SeenMessagesTTL (#9372)
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-11-29 00:05:44 +01:00
jwh
9eaf572b28 go-ipfs-config: feat: pubsub and ipns pubsub flags (#145)
* enable pubsub and namesys pubsub to be enable via config
* rename Ipns key, switch type to Flag
* omit the fields if empty
2021-10-27 21:50:10 +02:00
ed0f306c2c go-ipfs-config: feat: remove strict signing pubsub option.
It's still possible to disable signing. However, it's no longer possible to
enable signing _and_ disable strict signature verification.
2020-05-19 19:05:59 -07:00
7cecbb9dce go-ipfs-config: add pubsub message signing options to config 2018-10-25 10:38:23 -07:00
212b72f236 go-ipfs-config: add pubsub configuration 2018-08-12 14:16:38 +03:00