import this
e362207583
[DOCs/operators]: Fix - disable ufw to clean machine conf state ( #6620 )
2026-03-26 12:27:57 +01:00
import this
68caecff35
[DOCs]: Release notes v2026.6 stilton ( #6606 )
...
* operators updates
* add headers
* Update changelog.mdx
* bump up node version
* udpate time
* edit typos
---------
Co-authored-by: Merve <111695676+merve64@users.noreply.github.com >
2026-03-26 11:02:10 +01:00
import this
2fae4414d2
NTM Update: single port managment tool ( #6607 )
...
* update ntm
* update docs
* add table for ports
* cherry on the cake
* polish ntm
* quic cherry - add 4443
2026-03-26 10:18:32 +01:00
mfahampshire
9904f6b17c
Make mobile friendly ( #6605 )
...
- Add overflow:hidden on grid
- Shrink `pre` font on mobile
- Stack grid on narrow pages
2026-03-24 21:56:15 +00:00
mfahampshire
5e0eeeddd6
hotfix ( #6603 )
2026-03-24 15:32:30 +00:00
mfahampshire
b6df383584
Max/docs theme rework ( #6593 )
...
* Rawer landing page
- Angular, clean docs styling inspired by Oxide
- zero all border-radius globally (kill rounded corners)
- sharp code blocks with subtle border
- callouts: left-border accent instead of rounded pill
- clean table grid lines, sharp search box and MUI buttons
- tighter heading letter-spacing (-0.02em)
- flat left-border sidebar active item instead of background blob
* Add JetBrains Mono for headings/sidebar, push Oxide styling further
- import JetBrains Mono via Google Fonts
- apply mono font to headings, sidebar, nav bar, search, table headers
- darken background (#181C1E), muted body text, h2 bottom border
- subtle background tint on active sidebar item
- inline code: background-only (no border), monospace table headers
- fix active sidebar item font size (scope separator label rule)
* Rework docs landing page: hero, ASCII cards, SDKs, get started
- add hero section with subtitle covering all doc areas
- replace PNG vector illustrations with ASCII art in primary green
- add SDKs section with Rust and TypeScript links
- add get started section: What is the Mixnet, Send a message, Run a node
- add footer links to GitHub and Matrix
- fix nav dropdown font (button + ul selectors)
- add landing card hover style
* Self-host JetBrains Mono, refine landing page
- replace Google Fonts import with local @font-face (woff2)
- add font files + OFL license to public/fonts/
- remove redundant "Nym Docs" hero heading (already in nav)
- drop quick-links pills section
- fix SDK box borders (negative margin collapse)
- rewrite footer as simple link row (GitHub, Matrix, nym.com)
* Light mode styling, dark-mode diagram invert, click-to-expand images
- add full light mode CSS: pale grey bg, darker green links, mono fonts
- invert diagram images in dark mode with mix-blend-mode: lighten
- add click-to-expand overlay for content images
- revert mermaid diagrams back to original PNGs
* Fix Lychee config for fonts
* Make light mode green darker
* Animate landing page ASCII art, remove architecture diagram
- Network: animated packet traversal through gw_e → M1/M2/M3 → gw_ex
with diagonal cross-connections showing mixing paths
- Developers: typewriter effect with blinking cursor
- Operators: looping progress bar with continuously incrementing packet count
- APIs: staged line-by-line response reveal
- Remove architecture overview PNG from network/architecture.mdx
* Small copy change to SDK headers
* Fix links
2026-03-24 15:08:07 +00:00
mfahampshire
c5488337da
Max/mixfetch docs tweak ( #6523 )
...
* update mixfetch concurrency info
* Update MixFetch version + update note
* Update python3 install method on docs runners
2026-03-18 14:23:51 +00:00
mfahampshire
b231eb4f04
Max/asyncread asyncwrite nym client ( #6318 )
...
* Remove AsyncRead/Write traits from native client - moving them to
stream/
* Substream model first push
* Update / add examples
* Update lockfile
* Clippy
* clippy examples
* remove codecs
* Remove unused bincode setup
* Revert a lot of changes when SDK client itself implemented
AsyncRead/Write
* Remove unnecessary mut
* Use local PollSender in MixnetStream instead of client_input.input_sender
Now that client-core's input_sender is back to mpsc::Sender (reverted
PollSender migration), MixnetStream creates its own PollSender wrapper
for the AsyncWrite impl's poll_ready/start_send calls.
* Remove now-unnecessary parameter
* Clippy
* Cleanup more stragglers from previous setup (Async traits on
MixnetClient)
* Rename files (remove module inception)
* - Shrink StreamId from 16 bytes to u64, add version byte to wire format
- Introduce MixStreamHeader/MixStreamFrame structs for decode
- Replace StreamMap type alias with struct using tokio::sync::Mutex
- Add StreamMap helper methods, eliminate lock().expect() panics
- Rename stream.rs -> mixnet_stream.rs to avoid module inception
- Document irrevocable stream mode, add LP integration TODO
* - Remove dummy channel
- Add err variant for reciever alredy taken
- Remove panics
* add timeout to stream
* clippy
2026-03-13 09:40:45 +00:00
mfahampshire
fdd2c8fac2
update nymvpn cli docs ( #6559 )
...
* update nymvpn cli docs
* update nymvpn cli docs again
2026-03-12 16:32:39 +00:00
import this
8001fa7f40
[HOTFIX/DOCs]: Get Vercel deployment to work ( #6557 )
...
* try rebuild
* update package.json
2026-03-12 13:53:04 +00:00
import this
3524089ad8
[DOCs/operators]: Release notes for v2026.5 raclette ( #6556 )
...
* update changelog
* bump up versions
* bump up stats
* update stats
* rephrase probe info
2026-03-12 13:05:25 +00:00
mfahampshire
ec7ee49282
Version bump ( #6553 )
...
* Version bump
* update docs dep
2026-03-12 10:40:07 +00:00
mfahampshire
b579f987b1
Max/mixfetch concurrentcy tweak ( #6539 )
...
* Remove debug connect logging
* Add random suffix to addressmapping for concurrent outgoing requests to
same endpoint
* Comment + renaming + pulling apart of mapping key & URL.
* Add certs file + remove hardcoding + add certs script
* Add cleanbuild helper script
* Update DEVELOPERS.md
* Add cleanbuild script info to DEVELOPERS.md
* Remove notice about blocking on concurrent same endpoint reqs
2026-03-11 18:42:07 +00:00
import this
d32b680351
Server Ansible maintenance & documentation ( #6514 )
...
* Create ansible playbook for trimming and rotationg logs
* add docs for triming and log rotation
* update ansible docs
* add info on logic
* cleanup the cleanup guide
* update scraped stats
* ready for review
* address review
2026-03-10 13:28:39 +00:00
mfahampshire
a2c489dc5b
Max/sitemap generation fix ( #6515 )
...
* Tweak README ordering
* Linting
* Add sitemap generation + NEXT env var to CI
* Update domain for sitemap generation
* Inc. sitemap -0
* test remove lockfile
* fix borked name in package
* add redoc
* add framer
* Add pnpm-lock file
* Add sitemap to remote + ci workflow
* remove extra sitemap
* remove static files from remote for vercel
* add sitemap gen to next build step for vercel
2026-03-04 16:01:51 +00:00
Merve
a450b6f984
[DOCs/operators]: Typo corrections ( #6502 )
...
* docs typos fixed
* Fix typos
---------
Co-authored-by: Quinn <e@E-MacBook-Air.local >
2026-03-02 12:16:53 +00:00
Merve
76f999fc88
{DOCs/operators]: Platform release docs and changelog + docs cleanup ( #6482 )
...
* changelog-updates
* Update changelog.mdx
* Update changelog.mdx
* Edits per reviewer request
* fixes
* fixes
* typo fixed
* removed outdated info
* Update docs based on reviewer feedback
* Update changelog.mdx
---------
Co-authored-by: merve <e@E-MacBook-Air.local >
2026-02-27 10:10:16 +00:00
dependabot[bot]
45022b1671
build(deps): bump ajv from 6.12.6 to 6.14.0 in /documentation/docs ( #6477 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0 )
---
updated-dependencies:
- dependency-name: ajv
dependency-version: 6.14.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 13:44:29 +00:00
mfahampshire
133a855e01
Max/ci seo tweaks ( #6488 )
...
* Tweak README ordering
* Linting
* Add sitemap generation + NEXT env var to CI
* Fix lockfile
* Regenerate with newer pnpm
2026-02-25 11:07:35 +00:00
mfahampshire
98149dde87
Max/docs theme tweaks ( #6480 )
...
* Simplified landing page card layout, centered text, switched to raw
layout on index page for theming flexibility.
* Tweak theme
2026-02-25 10:05:20 +00:00
bnemeroff
5e733a5ebf
SEO: Add frontmatter, structured data, and sitemap config ( #6453 )
...
* SEO: Add frontmatter, structured data, and sitemap config
* Fix: restore deleted prebuild output file
---------
Co-authored-by: Benjamin Nemeroff <ben@Benjamins-MacBook-Air.local >
Co-authored-by: mfahampshire <maxhampshire@pm.me >
2026-02-25 09:48:15 +00:00
mfahampshire
77a34fe3bf
Update MixFetch docs playground + components ( #6479 )
2026-02-24 09:29:15 +00:00
import this
8529a3c351
[DOCs/operators]: Cleanup ( #6474 )
2026-02-20 14:43:05 +00:00
import this
453e1cbe70
[DOCs/operators]: Documentation for SOCKS5 probe score ( #6473 )
...
* bump up stats and run prebuild
* fix typos
* add socks5 probe calculation
* fix conflicts
* fix wording
2026-02-20 14:19:25 +00:00
import this
94a3599b4d
[DOCs]: Fix missing diagnostic tool in developers menu ( #6470 )
...
* bump up stats and run prebuild
* fix typos
2026-02-19 15:08:04 +00:00
import this
a6bc54461a
[DOCs]: Diagnostic tool ( #6467 )
...
* create diagnostic-tool page
* add to menu
* add to list of tools
* syntax fix
* syntax fix
* syntax fix
* syntax fix
* rm old
2026-02-18 16:57:55 +00:00
benedetta davico
d93d25ebae
Merge pull request #6387 from nymtech/dependabot/npm_and_yarn/documentation/docs/next-16.1.5
...
build(deps): bump next from 15.5.9 to 16.1.5 in /documentation/docs
2026-02-11 17:04:39 +01:00
mfahampshire
5fc2936d3f
Max/quick patch docs ( #6447 )
...
* patch missing file + remove gitignore config
* patch missing file + remove gitignore config
2026-02-11 11:52:55 +00:00
benedetta davico
3d59a72ee8
Merge pull request #6444 from nymtech/changelog-v2026.3
...
Update changelog for v2026.3-parmigiano
2026-02-11 12:02:10 +01:00
dependabot[bot]
220c64100d
build(deps): bump next from 15.5.9 to 16.1.5 in /documentation/docs
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.9 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v16.1.5 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.1.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-10 16:08:44 +00:00
dependabot[bot]
c3520b575f
build(deps): bump h3 from 1.15.4 to 1.15.5 in /documentation/docs ( #6332 )
...
Bumps [h3](https://github.com/h3js/h3 ) from 1.15.4 to 1.15.5.
- [Release notes](https://github.com/h3js/h3/releases )
- [Changelog](https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md )
- [Commits](https://github.com/h3js/h3/compare/v1.15.4...v1.15.5 )
---
updated-dependencies:
- dependency-name: h3
dependency-version: 1.15.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 16:06:48 +00:00
dependabot[bot]
ff93657609
build(deps): bump lodash from 4.17.21 to 4.17.23 in /documentation/docs ( #6353 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 15:55:29 +00:00
Merve
470282612b
Update changelog.mdx
2026-02-10 16:34:31 +03:00
Merve
bb24b5e91d
Update changelog.mdx
2026-02-10 16:23:52 +03:00
Merve
4222a7b684
Update changelog.mdx
2026-02-10 15:50:01 +03:00
merve
73bc746cd6
Update changelog for v2026.3-parmigiano
2026-02-10 15:31:06 +03:00
mfahampshire
32402d64e8
remove doubled and bring up to date ( #6443 )
...
* remove doubled and bring up to date
* update readme
* update build
2026-02-10 12:00:02 +00:00
mfahampshire
613d496133
Add Lychee linkchecker for inter-doc links ( #6438 )
...
* Add Lychee linkchecker for inter-doc links
* Fix path to linkcheckr CI
* Try fix path again
* Update lychee config
* Fix broken links
* Add Lychee usage info to readme
2026-02-10 10:59:17 +00:00
import this
982786b678
[NTM]: NIP-7 port update & [DOCs/operators]: Release notes for v2026.2 oscypek ( #6384 )
...
* add operators notes
* add dev notes
* bump up version
* open NIP-7 ports
* bump up stats
* fix incorrect dash
2026-01-29 13:21:28 +00:00
Merve
dbf571cb0a
docs typos fixed ( #6368 )
2026-01-26 09:58:30 +00:00
import this
877d4d68c9
Feature: NTM open SMTP + add rate limit fn & [DOCs/operators]: Release updates niolo ( #6317 )
...
* initialise smtp rate limit
* simplify
* remove duplicate hooks
* fix ordering
* ntm finalized
* add changelog for niolo
* bump up version
* correct nym buy info
* update stats
* fix typo
* fix typo
* ready to merge
* PR finished
2026-01-15 10:09:59 +00:00
p17o
29de743bd2
[DOCs/operators]: Update OVHCloud ( #6070 )
...
Co-authored-by: import this <97586125+serinko@users.noreply.github.com >
2026-01-12 12:29:14 +00:00
import this
122397f460
[feature/operators]: Improve Ansible UX, Nginx indempotency and error handling ( #6310 )
...
* make wireguard enabled flag bulletproof
* correct firewall setting
* add nginx handler
* make systemd template case sensitive
* twek nginx and ssl template
* finalize nginx and certbot configs
* add nginx purge command
* fix typo
* add removing vm guide
2026-01-07 13:45:56 +00:00
dependabot[bot]
198a245b2c
build(deps): bump js-yaml from 3.14.1 to 3.14.2 in /documentation/docs ( #6290 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:14:26 +00:00
benedetta davico
9665aab112
Merge pull request #6280 from nymtech/serinko/nip-4_nip-6/protocol_upgrade
...
Feature: Add ports for SMTP, Whatsup and Session
2025-12-16 08:28:26 -08:00
benedetta davico
49e3abddf2
typo
2025-12-16 13:01:28 +01:00
benedetta davico
ade194f2b2
remove 465 until jan
2025-12-16 09:40:47 +01:00
dependabot[bot]
a00295a361
build(deps): bump next from 15.5.7 to 15.5.9 in /documentation/docs ( #6285 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.7 to 15.5.9.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.7...v15.5.9 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 09:59:44 +00:00
serinko
5258b55a61
finish PR for review
2025-12-11 17:24:12 +01:00
serinko
ae66c73faa
fix typo
2025-12-11 12:47:17 +01:00