These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Wormholes

 
  • Topic is locked indefinitely.
 

Tripwire - Sig Mapping Tool

First post First post
Author
Daimian Mercer
Deep Core Mining Inc.
Caldari State
#481 - 2015-03-06 05:22:27 UTC
And.. another quick fix patch with chain map grid fixes, enjoy ;)

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Mournful Conciousness
Federal Navy Academy
Gallente Federation
#482 - 2015-03-06 12:22:14 UTC
Thank you Daimian for your continued work on tripwire. I don't have to tell you how much time it saves us not what we don't have to record this stuff on google docs!

In Embers Children, we honour you every day.

Embers Children is recruiting carefully selected pilots who like wormholes, green killboards and the sweet taste of tears. You can convo me in game or join the chat "TOHA Lounge".

Daimian Mercer
Deep Core Mining Inc.
Caldari State
#483 - 2015-03-06 13:38:53 UTC
Mournful Conciousness wrote:
Thank you Daimian for your continued work on tripwire. I don't have to tell you how much time it saves us not what we don't have to record this stuff on google docs!

In Embers Children, we honour you every day.


Cheers!

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Daimian Mercer
Deep Core Mining Inc.
Caldari State
#484 - 2015-03-06 21:14:54 UTC
There will be some server work done tonight - 06:00 EVE - no outage but you may get logged out repeatedly for about 1-2 hours.

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Daimian Mercer
Deep Core Mining Inc.
Caldari State
#485 - 2015-03-08 16:34:40 UTC
Another quick patch...

Signatures section table changes to fix some issues ppl have been having plus new icons. Slightly more compact and cross-browser compatible.

All sections gird size limits have been changed to allow further customization. Signatures section for instance can be much narrower now.

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Daimian Mercer
Deep Core Mining Inc.
Caldari State
#486 - 2015-03-08 21:49:06 UTC  |  Edited by: Daimian Mercer
Had to do some emergency server fixes today to fix the lagging and logout issues - seems to be all better new. Sorry for having to kick 400+ ppl out of Tripwire for a moment there.

During this Tripwire had its 10,000 registered account! So in honor of such a moment I am giving away a 1.3 Billion isk fit Stratios http://puu.sh/gs9Uv/55b5fe2fa0.png

Congrats to Korsarrokhan for winning!


Special thanks to Niya for helping fit this beauty

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Karentaki
Aliastra
Gallente Federation
#487 - 2015-03-13 23:54:23 UTC
I've come up with an extremely hack-ish way to solve the SSL error problem on Linux.
It involves using sslstrip as a local proxy to remove the SSL encryption from the connection before it reaches the in-game browser.

First you need to set up some iptables rules:

sudo iptables -t nat -A OUTPUT -m owner --uid-owner 13 -j ACCEPT
sudo iptables -t nat -A OUTPUT -p tcp -d 104.131.105.154 --dport 80 -j REDIRECT --to-port 10000
sudo iptables -t nat -A OUTPUT -p tcp -d 104.131.105.154 --dport 443 -j REDIRECT --to-port 10000

The first rule makes sure that sslstrip can still reach the site in question.
The other two rules redirect traffic destined for 104.131.105.154 (tripwire.eve-apps.com) to localhost port 10000 where sslstrip will listen.

Then run sslstrip as user 13 (default proxy user). -w /dev/null is so that your password doesn't get saved to a file:

sudo -u \#13 sslstrip -w /dev/null


If everything works correctly, then you should be able to access http://tripwire.eve-apps.com with the in-game browser without receiving any SSL errors. You will need to run these commands again each time you restart your computer.

Of course, as with all dubious commands you're told to run by strangers on the internet, you should make sure you know what these commands do before you run them. I take no responsibility if you break your internet or save your bank login details to a text file on your desktop.
Number One Everything
D'Anconia Commerce
#488 - 2015-03-15 01:48:57 UTC
First, a giant thank you for creating content. Truly, this is a work of art!

A question I had about the "flares" feature, allowing users to tag certain systems. After a system has been tagged, when does it reset or dissipate? There doesn't seem to be a way to "un-flare" a system, so I assume this is based off of a timer. Does it last 24 hours, 72 hours? Or was a means to reset a flare not included?
Karentaki
Aliastra
Gallente Federation
#489 - 2015-03-15 03:17:42 UTC
Number One Everything wrote:
After a system has been tagged, when does it reset or dissipate? There doesn't seem to be a way to "un-flare" a system, so I assume this is based off of a timer.

If I remember correctly you can un-flare a system by selecting the same flare again. Selecting red once will turn the system red. Selecting it again will turn the system back to normal.
It's a very unintuitive design, and it would be nice if the menu could be changed to replace the currently selected flare with a "remove flare" option.
Daimian Mercer
Deep Core Mining Inc.
Caldari State
#490 - 2015-03-17 21:20:00 UTC
@ Karentaki
Thanks for the workaround with the SSL issue! I am still trying to solve the issue but can't narrow it down. I see in the error logs about SSL handshake errors but it is a generic error that didn't prove useful. SSL Labs doesn't seem to help narrow things down either.

@ Number One
Karentaki explained it perfectly - @Karentaki your feedback is exactly right, I will change the context menu to show "Un-flare".

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Karentaki
Aliastra
Gallente Federation
#491 - 2015-03-18 01:56:03 UTC  |  Edited by: Karentaki
Thanks Daimian. I'll see if I can use wireshark or something to get some more detailed logs for you. I know how frustrating it is to try debugging a problem without useful error messages.

EDIT:
Also, on the topic of linux issues, there's currently no way to paste sigs into the ingame browser. The only way to paste is with a right-click menu, and the paste option only appears when you right-click on a text entry field. Could you add a small textbox in the corner or something where we can paste sigs in and have them auto-added?
Nexus12
State War Academy
Caldari State
#492 - 2015-03-21 14:39:33 UTC
Hi Daimian.

I imagine you would have been asked for this before but can't see it straight away.
Feature request:

Could we get a function to add a name to every system in order to reflect our own in game bookmarking convention and have it displayed to all corp mates?

Great tool mate!

Cheers.

Nexus.
Nexus12
State War Academy
Caldari State
#493 - 2015-03-22 09:31:43 UTC
Nexus12 wrote:
Hi Daimian.

I imagine you would have been asked for this before but can't see it straight away.
Feature request:

Could we get a function to add a name to every system in order to reflect our own in game bookmarking convention and have it displayed to all corp mates?

Great tool mate!

Cheers.

Nexus.


I just re read my post and what I failed to include was to keep the J number and to add an additional name.
I realise you can rename the system.

Cheers.

Nexus.
Daimian Mercer
Deep Core Mining Inc.
Caldari State
#494 - 2015-03-22 13:46:11 UTC
That makes sense now :)

I am actually working on a completely new dialog window for adding/editing signatures right now. I will make sure to put that in the new design.

A new feature worth noting is you will be able to edit both sides at the same time and a new auto-complete plugin... WIP screenshot: http://puu.sh/gETqe/d6a083d2af.jpg

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Harkin Issier
Center for Advanced Studies
Gallente Federation
#495 - 2015-03-22 18:00:58 UTC
I have a couple of suggestions.


  • Sort options for the signature list.
  • >Re-order columns and sort left-to-right (like EVE overview)
    >Filter by site type (just show data or just show ore)
  • Display Signature ID on the WH bubble in the mapper, with the option to show the signature on the other side if known (why isn't this a thing already?)
  • A MUCH better tutorial for masks.
  • Signature list should display the class of the WH in the "Leads To" section if the WH type or destination system are known.
  • Recently closed signatures should be logged so I know which bookmarks to delete.


A "Signature Parser" would be pretty nice as well. I like to save my sigs as bookmarks but I have to manually chop out the "Cosmic Signature" text and the distance/signal numbers. It would be great if we could export signature information through a customized setting.

Example: HSJ-185 Cosmic Signature Combat Site Perimeter Hangar 100.00% 8.87 AU could be broken down into:
HSJ = %id
HSJ-185 = %fid (full ID)
Cosmic Signature = %sgroup (Scan Group)
Combat Site = %tgroup (Type Group)
Perimeter Hangar = %name
100.00 = %sigstrength
8.87AU = %dist

So in my "Bookmark String settings" I could set "%id:%tgroup:%name:Testname McCharacter" and it would output "HSJ:CombatSite:Perimeter Hangar:Testname McCharacter" when I ctrl+c'd.
Nexus12
State War Academy
Caldari State
#496 - 2015-03-23 06:33:42 UTC
Daimian Mercer wrote:
That makes sense now :)

I am actually working on a completely new dialog window for adding/editing signatures right now. I will make sure to put that in the new design.

A new feature worth noting is you will be able to edit both sides at the same time and a new auto-complete plugin... WIP screenshot: http://puu.sh/gETqe/d6a083d2af.jpg


Excellent!

We (corp) have been using tripwire for a while and recently re tried siggy and vippy again running them in parallel. In my honest opinion, you have created the best tool for our needs.....and it looks awesome too!

Looking forward to your update.

Donation incoming.

Cheers.

Nexus.
Nexus12
State War Academy
Caldari State
#497 - 2015-03-23 10:04:11 UTC
Hi Damien.

Further from the above.

Have you any auto naming conventions/formats in mind already?

We (Sockrobbers) have a navigational BM system that works well, so if someone calls for help and gives their system location, people coming to assist don't even have to open the map to be able to get there.

Would you consider giving us a customised auto naming system to reflect our current one and have it enabled exclusively for our corp/alliance?

Cheers.

Nexus.
Daimian Mercer
Deep Core Mining Inc.
Caldari State
#498 - 2015-03-24 13:05:23 UTC
@ Harkin Issier
Thanks for the feedback - I will use this as I work through the current major update :)

@ Nexus12
Thanks!! Very appreciated - I don't get many cash donations. :)
I was just going over the automatic naming code Sunday... even after 5 re-factors and 1,000 lines of code the current system still has some bugs. I am not sure if I want to keep it or maybe just try a completely different direction with it. (perhaps move it client side with an option to manually override it)

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Daimian Mercer
Deep Core Mining Inc.
Caldari State
#499 - 2015-03-24 13:06:51 UTC  |  Edited by: Daimian Mercer
For those of you who were experiences strange issues with Tripwire over the weekend, I believe the issue is now solved. Seems CloudFlare changed their Javascript Minify algorithm that was breaking my code, I have disabled that feature for now. Please let me know if you encounter more issues from this point on.

Also some may have been experiences internet traffic issues that are out of my hands. Servers are located in NYC.

Creator of Tripwire mapping tool - EVE-O thread

Twitter | daimian.mercer@gmail.com

Zekora Rally
U2EZ
#500 - 2015-03-24 14:08:56 UTC
Wanted to drop by and say thank you for all the work you've done so far. I noticed you added the mass copy paste signature add feature; loving it!