Commit Graph

18 Commits

Author SHA1 Message Date
HDVinnie
d474ee3be4 update: php8.4 support
- makes unit3d php8.4 + required
- fixes multiple implicitly to explicit nullable type
- dependency updates
- github action updates
- carbon 2 needs to move to carbon 3 in separate pr
2025-01-20 00:04:35 -05:00
Ross Patterson
ef154276ed fix(exceptions): Tracker error string typo 2024-10-20 11:43:43 -07:00
Roardom
40a68dda9b fix: type error in tracker exception
Some values passed are integers.
2024-07-11 10:33:07 +00:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
Roardom
82a368e25c update: improve peer min interval enforcement
Now that peers are only updated every 5 seconds, we need to cache their last announce timestamp in redis instead of relying on the updated_at timestamp in the database
2023-08-30 12:48:35 +00:00
Roardom
9d4789ba91 refactor: require whitespace before statements 2023-07-07 00:27:13 +00:00
HDVinnie
f4ebee885c update: lint 2023-02-03 22:23:00 -05:00
HDVinnie
472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
HDVinnie
651ea72779 update: check for invalid requests 2022-11-11 12:47:49 -05:00
HDVinnie
98521378d2 chore: phpdoc blocks 2022-01-10 17:46:43 -05:00
HDVinnie
6156664ab7 fix: announce jobs
- move exception outside job
2021-10-24 22:00:35 -04:00
HDVinnie
3407075214 refactor: better php8 usage
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie
b2a43b702b update: bittorrent client blacklist 2021-02-15 14:49:16 -05:00
HDVinnie
8ed0cf2d28 update: tracker exceptions 2020-10-01 23:24:55 -04:00
HDVinnie
99fd793d3d refactor: rename param to match type 2020-09-04 13:33:20 -04:00
HDVinnie
1042342923 refactor: preslash simple functions 2020-09-04 13:06:59 -04:00
HDVinnie
cbd4397f7a Apply fixes from StyleCI
[ci skip] [skip ci]
2020-06-30 20:06:01 +00:00
HDVinnie
6cb00b4e09 add: new tracker exception 2020-06-01 17:27:23 -04:00