Commit graph

  • cce924434a
    Merge c025550426 into 4107cfade9 dependabot[bot] 2024-03-16 13:32:55 +0000
  • c025550426
    Bump follow-redirects from 1.15.2 to 1.15.6 dependabot/npm_and_yarn/follow-redirects-1.15.6 dependabot[bot] 2024-03-16 13:32:53 +0000
  • 8ff09d312d
    Merge 31e8370841 into 4107cfade9 Delta 2024-01-22 18:56:21 +0100
  • 4107cfade9
    Merge pull request #14 from zdimension/patch-1 master v2.1.1 nezu 2024-01-22 12:03:54 +0100
  • 88ff9e95e5
    fix: Deluge returns 'Online' sometimes instead of 'Connected' Tom Niget 2024-01-22 01:21:22 +0100
  • 22fefa4195
    Bump follow-redirects from 1.15.2 to 1.15.4 dependabot[bot] 2024-01-10 21:03:00 +0000
  • 5a9d0fde15
    Bump axios from 1.4.0 to 1.6.0 dependabot[bot] 2023-11-11 13:50:21 +0000
  • 31e8370841 Fix bug, need break in switch Delta 2023-09-16 17:31:39 -0400
  • 1ecf246d58 Add new config to README and update examples Delta 2023-09-16 17:11:17 -0400
  • ae1c39fc7c Add defaults to new config options Delta 2023-09-16 17:09:27 -0400
  • ca46cc858b Add some final comments Delta 2023-09-16 17:05:55 -0400
  • 8aad8cc54e Implement switch for torrent client choice Delta 2023-09-16 17:04:12 -0400
  • ed5e6fdda3 Add config variables for choosing torrent client and optional username Delta 2023-09-16 17:01:18 -0400
  • a916d6cabd Add implements ITorrentClient to clients Delta 2023-09-16 17:00:53 -0400
  • 101c22196c Add generic interface for Torrent Clients Delta 2023-09-16 16:59:41 -0400
  • 03cea8ee06 No session check function in QBitTorrent api wrapper Delta 2023-09-16 16:30:45 -0400
  • 44476d61d3 Create qbittorrent client class Delta 2023-09-16 16:04:24 -0400
  • cdbd0e72e3 fix dockerfile v3 dumbasPL 2023-08-01 00:26:16 +0200
  • 31e5ff5bda add tracing dumbasPL 2023-07-31 23:16:56 +0200
  • 5a547a3ec2
    update minimum nodejs version in README to 18 nezu 2023-07-17 08:54:22 +0200
  • ab7ce625ff add initial docker files dumbasPL 2023-07-16 14:27:53 +0200
  • 8b9c75560a initial implementation dumbasPL 2023-07-16 14:27:34 +0200
  • c7413bef49 client now return a boolean dumbasPL 2023-07-16 14:14:55 +0200
  • bd52f53d7d add serde_path_to_error dumbasPL 2023-07-16 14:11:18 +0200
  • d3ea64a349 add simple cache getter dumbasPL 2023-07-15 20:47:10 +0200
  • bdce885a4d split WindscribeEpfInfo and WindscribeEpfStatus dumbasPL 2023-07-15 20:46:06 +0200
  • 115cdc486f fix windscribe expiration date calculation dumbasPL 2023-07-15 16:20:00 +0200
  • 965dd4dd63 bump nodejs version to 18 in Dockerfile v2.1.0 dumbasPL 2023-07-14 22:57:56 +0200
  • 78b88882cc update node versions in CI dumbasPL 2023-07-14 22:55:36 +0200
  • e5fd3f960b
    Merge pull request #9 from dumbasPL/dependabot/npm_and_yarn/tough-cookie-4.1.3 nezu 2023-07-14 22:53:36 +0200
  • 5846cd418b
    Bump tough-cookie from 4.1.2 to 4.1.3 dependabot[bot] 2023-07-14 20:53:04 +0000
  • 6d0c994323 update dependencies dumbasPL 2023-07-14 22:52:08 +0200
  • ebf0d1e271
    Merge pull request #8 from dumbasPL/dependabot/npm_and_yarn/semver-5.7.2 nezu 2023-07-14 22:37:33 +0200
  • 78760099c8
    Bump semver from 5.7.1 to 5.7.2 dependabot[bot] 2023-07-14 20:36:47 +0000
  • 42ed30cbd8
    Merge pull request #6 from dumbasPL/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 nezu 2023-07-14 22:35:48 +0200
  • 25c3c6007e and PortClient and scheduler dumbasPL 2023-07-13 02:17:36 +0200
  • 7b25998bfb make check_interval optional on clients dumbasPL 2023-07-13 02:11:48 +0200
  • 964c5f3d77 add config dumbasPL 2023-07-12 01:39:09 +0200
  • 6b14c21cc1 add exec client dumbasPL 2023-07-11 23:17:49 +0200
  • 68a44bfec4 add LICENSE, update cargo information dumbasPL 2023-07-10 01:07:54 +0200
  • fad946fbd5 add windscribe client example dumbasPL 2023-07-10 00:46:45 +0200
  • 00ed69e8e8 make cache async dumbasPL 2023-07-09 23:46:30 +0200
  • 7ef290edba add interior mutability to transmision cleint, add exmaple dumbasPL 2023-07-09 23:45:45 +0200
  • b281647e78 fix auto login in qbittorretn, add example for it dumbasPL 2023-07-09 18:53:47 +0200
  • 976b5b14d9 rename deluge example to deluge-client dumbasPL 2023-07-09 18:24:09 +0200
  • 1b196b19ee finish deluge client, add deluge example cli dumbasPL 2023-07-09 18:22:30 +0200
  • 2b804ef274 add windscribe client dumbasPL 2023-07-09 04:03:00 +0200
  • 68058b6770 make reqwest clients private dumbasPL 2023-07-08 19:23:29 +0200
  • 5316602460 add qBittorrent client dumbasPL 2023-07-06 21:24:28 +0200
  • a34bbd1814 add transmision client dumbasPL 2023-07-06 02:00:49 +0200
  • f99ba0d396 add deluge client dumbasPL 2023-07-06 00:15:46 +0200
  • d386e936d4
    Bump http-cache-semantics from 4.1.0 to 4.1.1 dependabot[bot] 2023-02-04 04:29:38 +0000
  • 98b66d409c
    Merge pull request #5 from dumbasPL/dependabot/npm_and_yarn/minimatch-3.1.2 nezu 2022-11-12 17:27:05 +0100
  • 2fb2fa391a
    Bump minimatch from 3.0.4 to 3.1.2 dependabot[bot] 2022-11-12 14:22:27 +0000
  • 1d7348ec9c
    Update README.md v2.0.0 nezu 2022-09-10 02:01:58 +0200
  • 50febacf59
    Merge pull request #4 from dumbasPL/rework nezu 2022-09-10 01:51:52 +0200
  • 4078009ff8 add major version docker tag nezu 2022-09-10 01:50:30 +0200
  • 8305d3192f Update package.json nezu 2022-09-10 01:45:18 +0200
  • da340cf6bc Update README.md nezu 2022-09-10 01:44:09 +0200
  • 4053783735 Update .dockerignore nezu 2022-09-08 23:57:58 +0200
  • 5a394811ef remove multi platform ci build nezu 2022-09-08 23:54:06 +0200
  • 80ad78ac87 rewrite everything nezu 2022-09-08 01:47:17 +0200
  • 7fb033b8ea update dependencies nezu 2022-08-19 22:36:30 +0200
  • 5cd0144aff
    Merge pull request #3 from dumbasPL/dependabot/npm_and_yarn/minimist-1.2.6 v1.1.3 nezu 2022-04-01 08:29:33 +0200
  • 80925aba13
    Bump minimist from 1.2.5 to 1.2.6 dependabot[bot] 2022-03-31 23:15:26 +0000
  • dba8141c7a
    Merge pull request #2 from dumbasPL/dependabot/npm_and_yarn/follow-redirects-1.14.8 v1.1.2 nezu 2022-02-15 08:58:01 +0100
  • 559d6fc9e7
    Bump follow-redirects from 1.14.7 to 1.14.8 dependabot[bot] 2022-02-15 04:12:07 +0000
  • c9daefcdb0
    Create LICENSE nezu 2022-01-16 16:29:52 +0100
  • c55ccc995f
    Merge pull request #1 from dumbasPL/dependabot/npm_and_yarn/follow-redirects-1.14.7 v1.1.1 nezu 2022-01-16 16:25:27 +0100
  • 03af645cd5
    Bump follow-redirects from 1.14.6 to 1.14.7 dependabot[bot] 2022-01-16 02:29:16 +0000
  • cd59ac0a40
    add github link so it shows up on docker hub nezu 2022-01-02 16:23:40 +0100
  • ef3bea94e3
    fix typo nezu 2022-01-02 16:22:17 +0100
  • 25740c2c99 Merge branch 'master' of https://github.com/dumbasPL/deluge-windscribe-ephemeral-port v1.1.0 nezu 2021-12-26 04:57:29 +0100
  • edd8f95c48 verify deluge connection before attempting to connect to windscribe nezu 2021-12-26 04:57:28 +0100
  • 3ea1f8747a
    Update docker-publish.yml v1.0.0 nezu 2021-12-26 04:32:43 +0100
  • 980fbb71ac
    Update docker-publish.yml v0.1.1 nezu 2021-12-26 04:09:04 +0100
  • ddd66db11a Merge branch 'master' of https://github.com/dumbasPL/deluge-windscribe-ephemeral-port nezu 2021-12-26 03:55:54 +0100
  • 496756f226 Create README.md nezu 2021-12-26 03:55:52 +0100
  • b9f1915279
    Update docker-publish.yml v0.1.0 nezu 2021-12-26 03:10:52 +0100
  • 394675f115
    Create docker-publish.yml nezu 2021-12-26 03:09:46 +0100
  • 353f48b4a1
    Create docker-build.yml nezu 2021-12-26 02:38:01 +0100
  • 6d99a1d564 initial release nezu 2021-12-26 02:32:40 +0100
  • a5c30d00ce set downlevelIteration to true nezu 2021-12-26 02:31:37 +0100
  • 75360d1792 add dependencies nezu 2021-12-26 02:31:18 +0100
  • 5ae70047e5 update to node 16 nezu 2021-12-26 02:31:03 +0100
  • a5f0592577 Add base nezu 2021-12-25 20:53:13 +0100