1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

24 Commits

Author SHA1 Message Date
David Sangrey
3563084f67
#2031 Remove more references to EDDB 2023-07-22 20:54:32 -04:00
Athanasius
12ee3deb59
killswitches: Implement --killswitches-file CL arg
* New CL arge `--killswitches-file`.  This needs to reference a file either
  with an absolute path, or relative to the CWD of the process.
* Internally if the argument is provided it is prefixed with `"file:"` in
  order to actually be loaded.  This is because `requests` doesn't have an
  adapter for `file:` URLs.
* Also fixes a visual bug with reporting of active killswitches.  The entire
  SingleKill object was used instead of just its `reason` property.  mypy
  type checks caught this.
2022-12-16 14:02:59 +00:00
A_D
bc7985e8fb
updated docs 2021-08-23 12:50:07 +02:00
A_D
e8cd29442f
fixed missing data types 2021-08-22 21:46:02 +02:00
A_D
b86a010596
updated docs further 2021-08-22 09:03:36 +02:00
A_D
3e5efb03ec
mentioned killswitch test script 2021-08-19 20:41:40 +02:00
A_D
5a080c8e55
updated docs 2021-08-19 20:37:40 +02:00
A_D
bb882d633a
clarified docs around inara 2021-08-19 20:37:40 +02:00
A_D
6c7245ee3d
updated eddn to new killswitches 2021-08-19 20:37:39 +02:00
A_D
984d09947c
added threaded request helper 2021-08-19 20:37:38 +02:00
A_D
665548fde3
Clarified that SimpleSpec supports both version wildcards and ranges 2021-08-19 20:37:38 +02:00
A_D
710807f585
made precedence of operators a part of the API 2021-08-19 20:37:37 +02:00
A_D
581fa05143
fixed incorrect example 2021-08-19 20:37:37 +02:00
A_D
78c807a6cc
Clarified docs 2021-08-19 20:37:35 +02:00
A_D
39eaf608a2
Scratch that, lets do this in an extensible manner
Keys now exist directly on Kills entries, those keys are only additive,
if EDMC doesnt understand something it just drops the entire event etc.
2021-08-19 20:35:48 +02:00
A_D
6c56b9851a
made redact_fields into delete_fields
otherwise there are type issues
2021-08-19 20:35:48 +02:00
A_D
2583d07baf
Added additional data fields to killswitches
These fields will be used for various things moving forward. The
currently intended use is to redact fields when sending data to
inara/edsm/eddn in case Frontier accidentally includes something that is
unwanted
2021-08-19 20:35:47 +02:00
26c47f3653 fix screening in killswitches.md 2021-04-01 14:45:52 +01:00
A_D
4900361621 Set default killswitch URL to releases branch 2021-04-01 14:45:48 +01:00
A_D
6374fbbeb8 Added event disabling
You can now disable specific event handlers in plugins
2021-04-01 14:45:47 +01:00
A_D
70087a27e4 Added total journal cutoff killswitches 2021-04-01 14:45:47 +01:00
A_D
6b75179199 switched to using SimpleSpec for constraints 2021-04-01 14:45:47 +01:00
A_D
d5b62d957b Added support for comments in kill switches 2021-04-01 14:45:47 +01:00
A_D
2d127ae3d0 Added docs, fixed incorrect kill switch names 2021-04-01 14:45:47 +01:00