Commit Graph

715 Commits

Author SHA1 Message Date
Дмитрий Марков 65f90a3f0c add opensuse to readme 2022-04-13 19:50:39 +05:00
Revertron 5b5943a4aa Decoupled domain records change from domain renewal. 2022-04-13 13:02:58 +02:00
Revertron 90c5ba7e83 Merge pull request #239 from la-ninpre/master
Add support for other BSDs
2022-04-12 23:39:14 +02:00
la-ninpre e744b95a7e Add support for other BSDs
Tested basic functionality[1] on these systems:
FreeBSD
NetBSD
DragonflyBSD

[1]: by basic functionality I mean syncing the blockchain and resolving
DNS queries.

GUI doesn't work on NetBSD due to different locations of shared
libraries which could be fixed. DragonflyBSD isn't supported by
webview-sys create so GUI doen't work there too. Also DragonflyBSD
isn't supported by `thread-priority` crate, so it is disabled in the
code.
2022-04-13 00:09:11 +03:00
Revertron e29bc482a3 Merge pull request #235 from la-ninpre/master
Add OpenBSD support
2022-04-12 22:58:10 +02:00
la-ninpre 370db66ce5 Added OpenBSD support 2022-04-09 14:37:05 +03:00
Revertron dd12ddeed0 Merge pull request #233 from 13werwolf13/master
small changes
2022-04-05 14:48:54 +02:00
Дмитрий Марков 09fd432b2e small changes 2022-04-05 15:43:33 +05:00
Revertron 594dabcab8 Implemented resolution of domain records through NS-servers. Updated dependencies. 2022-04-01 13:03:32 +02:00
Revertron fe43117a03 Fixed TXT records resolve. 2022-03-10 16:28:22 +01:00
Revertron fd9da6f6fd Updated dependencies. 2022-03-10 16:11:17 +01:00
Revertron 542be0ea54 Fixed #218. 2022-02-20 15:50:53 +01:00
Revertron bfebdce19c Merge remote-tracking branch 'origin/master' 2022-02-16 22:59:18 +01:00
Revertron eec8a2d0a6 Updated dependencies. 2022-02-16 22:58:06 +01:00
Revertron 58e230a504 Updated dependencies. 2022-02-16 21:28:30 +01:00
Revertron 5cf8fb17f6 Merge pull request #217 from averyanalex/tld-change
Recheck domain availability on TLD change
2022-02-14 17:27:45 +01:00
Alex Averyanov ce235c0547 Recheck domain availability on TLD change 2022-02-14 19:22:03 +03:00
Revertron 09afbdd16b Merge pull request #213 from exepirit/master
build: reduce Docker image size
2022-01-30 14:12:32 +01:00
exepirit 5bd471e6f5 build: add Dockerfile for Alpine Linux distribution 2022-01-25 23:27:18 +07:00
exepirit b42f71901c build: use Debian slim Docker image 2022-01-25 23:26:36 +07:00
Revertron c088469390 Merge remote-tracking branch 'origin/master' 2022-01-16 23:39:48 +01:00
Revertron efa3e3f79d Small p2p optimizations. 2022-01-16 23:39:41 +01:00
Revertron 1fdebeb344 Merge pull request #206 from exepirit/master
Add armlf architecture support
2022-01-16 02:32:03 +01:00
exepirit a9f12acd55 deploy: add armlf package to release artifacts 2022-01-15 18:00:03 +07:00
exepirit eb23f88a3c build: support armlf architecture 2022-01-15 17:57:36 +07:00
Revertron 5b420af312 Merge remote-tracking branch 'origin/master' 2022-01-12 15:56:26 +01:00
Revertron b8d505da2e Sped up P2P reconnections after sleep. Ensured successfull peer resolution. Updated dependencies. 2022-01-12 15:56:16 +01:00
Revertron d5dcc14e5b Merge pull request #193 from renesat/master
Update NixOS support
2022-01-09 13:57:39 +01:00
Revertron fceaa2eaac Added docker instruction to readme. 2022-01-04 14:04:54 +01:00
Revertron 63d3593e10 Fixed default AdGuard DNS IP. 2022-01-03 22:08:59 +01:00
Revertron b2aa001dc5 Fixed build warning on linux. 2022-01-03 22:06:41 +01:00
Revertron f7799fefd6 Updated dependencies. 2022-01-03 20:16:48 +01:00
Revertron 6ce092f184 Some network refactoring, updated dependencies. 2022-01-02 15:10:33 +01:00
Revertron 0f73741433 Merge pull request #198 from rex4539/typos
Fix typo
2022-01-02 14:35:48 +01:00
Dimitris Apostolou 08f49d52da Fix typo 2022-01-02 12:05:54 +02:00
Revertron c111da6250 Fixed network message reading. 2021-12-25 22:15:35 +01:00
Revertron 797584c516 Fixed multiple clippy warnings. 2021-12-25 18:40:36 +01:00
renesat ba716d9d4c Update nixos support
Add flake.nix file and update shell.nix.
2021-12-23 23:17:55 +03:00
Revertron d776cca5b3 Updated dependencies and README. 2021-12-22 20:28:05 +01:00
Revertron 27f0df16f4 Merge pull request #188 from Revertron/dependabot/cargo/serde-1.0.131
Bump serde from 1.0.130 to 1.0.131
2021-12-13 13:52:35 +01:00
Revertron bb067cc1a2 Merge pull request #187 from Revertron/dependabot/cargo/simplelog-0.11.1
Bump simplelog from 0.11.0 to 0.11.1
2021-12-13 13:51:46 +01:00
Revertron c77def54b8 Merge pull request #186 from Revertron/dependabot/cargo/digest-0.10.0
Bump digest from 0.9.0 to 0.10.0
2021-12-13 13:51:30 +01:00
dependabot[bot] 7557bcf508 Bump serde from 1.0.130 to 1.0.131
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.130 to 1.0.131.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.130...v1.0.131)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 12:33:52 +00:00
dependabot[bot] 1d34ca2a45 Bump simplelog from 0.11.0 to 0.11.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.11.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 12:33:52 +00:00
dependabot[bot] c07ccd70ce Bump digest from 0.9.0 to 0.10.0
Bumps [digest](https://github.com/RustCrypto/traits) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.9.0...digest-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 12:33:40 +00:00
Revertron 51e4a39ac5 Merge pull request #185 from Revertron/dependabot/cargo/sha2-0.10.0
Bump sha2 from 0.9.8 to 0.10.0
2021-12-13 13:32:16 +01:00
dependabot[bot] de07552305 Bump sha2 from 0.9.8 to 0.10.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.8...sha2-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 03:06:20 +00:00
Revertron baa6060bee Merge pull request #184 from Revertron/dependabot/cargo/open-2.0.2
Bump open from 2.0.1 to 2.0.2
2021-12-06 15:23:17 +01:00
Revertron 276277f79c Merge pull request #183 from Revertron/dependabot/cargo/thread-priority-0.4.1
Bump thread-priority from 0.2.4 to 0.4.1
2021-12-06 15:22:20 +01:00
dependabot[bot] 6e48bebf51 Bump open from 2.0.1 to 2.0.2
Bumps [open](https://github.com/Byron/open-rs) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/open-v2.0.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 03:04:55 +00:00