Commit graph

10 commits

Author SHA1 Message Date
dependabot[bot]
ca4a6db313
chore(deps)(deps): bump tokio from 1.48.0 to 1.50.0 (#28)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.50.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.50.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-07 01:48:41 +05:00
dependabot[bot]
069951e2df
chore(deps)(deps): bump log from 0.4.28 to 0.4.29 (#20)
Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.28...0.4.29)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-07 01:25:54 +05:00
senya xdearboy :)
58d9e7b68e
feat: asn support
Some checks failed
Build Rust Application / Linux amd64 (.deb) (push) Has been cancelled
Build Rust Application / Linux arm64 (.deb via cross) (push) Has been cancelled
Build Rust Application / Windows amd64 (push) Has been cancelled
* add asn and cidr subnet support

- parse AS numbers (AS13335 format)
- fetch prefixes from ripe stat api
- cache asn data for 24h, check results for 1h
- sample ips across subnets for checking
- show asn stats and prefix lists in ui
- link asn in results for quick lookup
- collapsible lists for long prefix/network lists
- trim whitespace from search input

* refactor: improve code structure and add enhanced error messages

* refactor: replace match with if let for single branch pattern

* fix: don't store ASN in database

* chore: bump version

---------

Co-authored-by: Lowder <me@lowderplay.dev>
2026-03-03 23:39:45 +05:00
LowderPlay
a085dad811
feat: build deb (#3) 2025-12-12 05:26:52 +05:00
Lowder
3523dd30c8
feat: add reporter, database 2025-12-10 04:50:14 +05:00
Lowder
55ca118061
refactor: move to cargo workplace 2025-11-27 00:39:54 +05:00
Lowder
1ba0810418
chore: bump version 2025-11-22 03:50:58 +05:00
Lowder
5b22150f26
fix: change ip lists 2025-11-20 00:36:09 +05:00
Lowder
17cd31173c
feat: url parsing and dist domains 2025-11-19 23:29:30 +05:00
Lowder
19ea4b30e2
initial commit 2025-11-19 21:52:35 +05:00