Skip to content

Updated Signatures #916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CalMatar opened this issue Feb 11, 2020 · 14 comments · Fixed by #924
Closed

Updated Signatures #916

CalMatar opened this issue Feb 11, 2020 · 14 comments · Fixed by #924
Assignees
Milestone

Comments

@CalMatar
Copy link

With the last update to Wormholes that CCP did there are many new signatures now in C5 and C6 wormholes that were not there previously. Currently I have a V753 in my C5 WH that I have never seen before. It is a Capital Class WH going to a C6 from a C5. It is one that has been on the Anoik.is list so should have been included on the list of wandering WHs for a C5 but it is not available for selection at all so I can not account for this wormhole in my scanner results. I do not know what other changes I am going to come across but since this one is first I am posting this one and I am sure more will come.
New Sig
Sig Lis

@Robert-Hucks
Copy link

Same with a X877 spawning in a C4 also missing from the list of types

@Caffe1neAdd1ct
Copy link
Contributor

Need to check if this is part of the eve db loaded separately or part of the pathfinder core data collected from the ESI.

I'm guessing the static data loaded into the second db inside the types table needs updating from the latest SDE:

SELECT name FROM pf_uni.type WHERE name LIKE 'Wormhole %';

Wormhole M555
Wormhole B041
Wormhole U319
Wormhole B449
Wormhole N944
Wormhole S199
Wormhole A641
Wormhole R051
Wormhole V283
Wormhole H121

@CalMatar
Copy link
Author

What needs to be done is the hard coded values in the signatures table drop down availability table in Pathfinder updated to add all of the information in the Anoik.is table so that all of it is available in the particular wormhole. It is database data update if I am not mistaken but I could be wrong.

@Caffe1neAdd1ct
Copy link
Contributor

@CalMatar thanks i've just run a grep over the entire code base and found the hard coded points:

./export/csv/wormhole.csv:62;V283;2.5
./js/app/ui/dialog/jump_info.js: ['H', 'Z971', 'R943', 'X702', 'O128', 'M555', 'B041', 'A641', 'R051', 'V283', 'T458', ''],
./js/app/conf/signature_type.js: 9: 'V283 - 0.0',

I'll have a look at updating them from a new SDE 👍

@CalMatar
Copy link
Author

Are you one of the developers?

@Caffe1neAdd1ct
Copy link
Contributor

Nope, but about to start raising pull requests to help get some of the issues fixed. I'm hosting a pathfinder for our corp so have a vested interest :)

@CalMatar
Copy link
Author

CalMatar commented Feb 17, 2020

I am kind of envious. I have had a hard time getting Pathfinder to install and run. Every time I have tried to install it I have run into problems. If I used the instructions that Mark provided I have issues with the H5BP setup when using his (modified for my setup) pathfinder.conf file when it comes to the
(# Include the basic SSL h5bp config set
include h5bp/directive-only/ssl.conf;)
lines of code. Pardon the parentheses as they change the formatting without the first one so I finished the set. I have asked Mark about this but have never received an answer about if I could just remove it since there is no folder in h5bp for this and I am not creating one.
I have also tried the docker install and it never finishes or finishes with an error.

@Caffe1neAdd1ct
Copy link
Contributor

@CalMatar can you raise a new issue with all the details for this? I managed to install pathfinder with reasonable ease for a live server, installing the development environment is a little harder which i'm having a look at now and attempting to lower the bar to entry :)

@CalMatar
Copy link
Author

I have. I have a ticket in and one person suggested the docker installation with a link and I could not get that to work, kept failing. Mark answered with part of the problem but never answered with the original problem and that was months ago. I have even sent him emails but have gotten no reply so I am at a loss as to what to do.
Did you use the h5bp setup?

@Caffe1neAdd1ct
Copy link
Contributor

I used a custom CentOS 8 + Apache + PHP 7.2 FPM + MariaDB 10 setup limited to a linux user called pathfinder with most of the htaccess settings pulled into the virtualhost, can you link me to the h5bp setup docs/guide?

@CalMatar
Copy link
Author

I am using an Ubuntu Server with Nginx PHP 7.3 (or higher can't remember) and MariaDB (latest). I also have a limited user called pathfinder but the setup is not on VM. The h5bp setup is referenced in the main Pathfinder setup page on the Nginx page of the setup instructions.

@dnolen
Copy link

dnolen commented Mar 2, 2020

Any update on this one? Would love to see this get resolved as there are multiple connection types we cannot map in highclass space.
@exodus4d

@exodus4d
Copy link
Owner

exodus4d commented Mar 16, 2020

I´m waiting for feedback for my two comments in #924 , then I´ll merge this one.

What I got out of your comments:

  • CCP changed the list of potential wandering WHs for (non shattered?!) systems.
  • This change effects (at least?!) C4, C5, and C6 systems.
  • For those systems, there is no longer a clear distinction between WHs that only appear as "static" holes and "wandering" holes: Example from Missing c4 to c6 wormhole U574 #926 (comment)
    System C4 J213429:
    • statics: C247→c3, H900→c5
    • wandering (from Anoikis): S047→hs, N290→ls, K329→ns (is nolonger valid!)
    • new wandering reported: U574→c6

    ↑↑↑ Could not happen before the change because U574 is already a static WH for at least one other C4 (e.g. J112110)!

If we just add all the hole from anoik.is/wormholes (see #924) we would have 2x options U574 for those systems with static U574:

wh_changes

I think it would be best to remove duplicates from "wandering" section if they are already in "static" section.

@CalMatar
Copy link
Author

CalMatar commented Mar 16, 2020

Correct. If the WH is already a STATIC then it does not need to be duplicated in the WANDERING.
There is still a distinction between the STATIC and WANDERING as the STATIC is still the STATIC but now there are more WANDERING than there used to be and they are pulling them from the same table so you can have more possible connections either from "your" hole or to "your" hole so you will have connections you have never seen. I have had a C5 to C5 connection recently that I have never had before with the opening end on my side so it is _FUN.

exodus4d added a commit that referenced this issue Mar 16, 2020
- Fixed visible paginate buttons in local overlay
@exodus4d exodus4d self-assigned this Mar 16, 2020
@exodus4d exodus4d linked a pull request Mar 16, 2020 that will close this issue
@exodus4d exodus4d added this to the v2.0.0 milestone Mar 16, 2020
@exodus4d exodus4d mentioned this issue Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants