Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku SelfSearch - P2P search engine — 13 wersji

SelfSearch - P2P search engine Autor: Hommelwater

Nie ma jeszcze ocen
0 gwiazdek/5
5
0
4
0
3
0
2
0
1
0
Historia wersji dodatku SelfSearch - P2P search engine — 13 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 1.2.2

    Data wydania: 14 sie 2026 — 104,25 KB
    Działa z: firefox 109.0a1 i nowsze
    • removed dead code
    • added privacy notifications for adding peers

    Licencja kodu źródłowego: FUTO License

    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 1.2.1

    Data wydania: 14 sie 2026 — 104,24 KB
    Działa z: firefox 109.0a1 i nowsze

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.2.0

    Data wydania: 14 sie 2026 — 104,83 KB
    Działa z: firefox 109.0a1 i nowsze
    SelfSearch 1.2.0 - Release Notes

    SelfSearch has been rewritten. It is now a serverless peer-to-peer extension: the server is gone and the entire search engine runs inside the browser, with no backend, no accounts, and no cloud.

    What changed
    • Fully local engine. Click the icon to index a page; titles, keywords, and descriptions are extracted locally from the page's own text. No cloud, no API keys, no host permissions.
    • No server to install. Load the extension, index pages, search. No setup script, no domain, no login.

    Search across a trusted network (opt-in)
    • Nostr identity. Your keypair is your address (npub); the secret key stays in your extension storage.
    • Friends and invites. Add friends by npub, or send a friend invite that both sides accept automatically.
    • WebRTC mesh. Peers connect directly over WebRTC; relays are used only for connection signaling and friend invitations.
    • Bloom-filter routing. Queries fan out over a hop-limited web of trust (default 2 hops), so you can find content in your friends' networks.
    • Streaming results. Answers appear as they arrive, attributed to the author, not whoever relayed them.

    Trust and integrity
    • Signed docs. Every doc served to peers carries a per-doc author signature. Caches verify before storing; unsigned or tampered docs are dropped, and forged answers are never shown.
    • Signed tombstones. Deleting a page publishes a signed delete that propagates through the mesh, so cached copies of deleted pages disappear.
    • Self-healing repair. A manifest of your docs detects loss or corruption and restores authentic copies from peers.
    • Last-write-wins. Doc caches and profile sync never let an older copy roll back a newer one.

    Redundancy
    • docCache. Peers' docs are cached on-demand from query answers and proactively backfilled from direct friends, so content survives a peer going offline and stays searchable.
    • Peers feed. See who your peers are and what they have recently indexed.

    Multi-device sync
    • Enter the same nsec on another device to make it the same identity; devices sharing a key link automatically and replicate your index (last-write-wins), so all your devices converge.
    • Profile updates (name/avatar/bio) sync across your devices too.

    Quality of life
    • Omnibox search (ss <query>), Alt+Shift+S, or the search page hub with Search / Peers / Profile tabs.
    • Privacy and bandwidth. Share text metadata only, the application no longer takes screenshots and does text keyword extraction instead. Relays only carry signaling and invites.

    What didn't change
    • Text-only metadata;
    • A clear privacy policy (see PRIVACY.txt).

    Development
    • The project is dependency-free: pure ES modules with relative imports. Tests run with Node's built-in runner - node test/run.mjs (30 tests). No npm, no build step, nothing to install.
      (see github for more info)

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.8

    Data wydania: 29 kwi 2026 — 39,55 KB
    Działa z: firefox 109.0a1 i nowsze
    • Bug fix: update tokens properly when visiting search pages.
    • Bug fix: deleting a server now lets the user re-add it.

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.7

    Data wydania: 24 kwi 2026 — 39,44 KB
    Działa z: firefox 109.0a1 i nowsze
    • Fixed a permission issue.

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.6

    Data wydania: 23 kwi 2026 — 39,43 KB
    Działa z: firefox 109.0a1 i nowsze
    • Fixed a bug that stopped users from indexing pages!

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.5

    Data wydania: 23 kwi 2026 — 39,37 KB
    Działa z: firefox 109.0a1 i nowsze
    • Removed host_permission requirement and tabs permission, added scripting permission
    • Force HTTPS on the servers for improved privacy and security
    • Popup to add a server now only shows up when the user opens the add-on on a SelfSearch server

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.4

    Data wydania: 23 kwi 2026 — 39,39 KB
    Działa z: firefox 109.0 i nowsze

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.3

    Data wydania: 22 kwi 2026 — 38,12 KB
    Działa z: firefox 109.0 i nowsze
    • Added icon
    • Changed text to remove old reference to Bombus (now swapped with SelfSearch)

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.2

    Data wydania: 21 kwi 2026 — 13,79 KB
    Działa z: firefox 109.0 i nowsze
    • Updated plugin to match new server endpoint
    • You can now optionally let the server store the screenshot

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.1

    Data wydania: 15 kwi 2026 — 13,4 KB
    Działa z: firefox 58.0 i nowsze
    • Improved image handling, allowing for larger images and faster indexing.

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.1.0

    Data wydania: 15 kwi 2026 — 13,33 KB
    Działa z: firefox 58.0 i nowsze
    • Improved UI:
      • Added a popup when visiting search servers to add the server to the add-on's server list
      • Improved add-on styling
    • Standalone server, the project is now separated from Bombus and called SelfSearch (https://github.com/HommelWater/SelfSearch)

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
  • Wersja 1.0.0

    Data wydania: 10 kwi 2026 — 10,97 KB
    Działa z: firefox 58.0 i nowsze

    Licencja kodu źródłowego: FUTO License

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Pobieranie

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.