| Author |
Thread Statistics | Show CCP posts - 3 post(s) |

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5576
|
Posted - 2015.09.30 14:45:01 -
[1] - Quote
The justification for removing the IGB is:
It's ancient. It's insecure. Updating it would be an ongoing task, which would eat at least one developer. Most people aren't playing on Potatoes, which lets people use their system browser, developed by specialists, letting CCP get on with their core competency, which is developing Eve.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5580
|
Posted - 2015.09.30 17:37:07 -
[2] - Quote
Captain Thunk wrote:Yeah as I understand it, most things heavily using the IGB right now are the tools that rely on it being open when changing systems. These tools will lose a lot of functionality once the IGB is taken out back and double tapped in the head.
These aren't shown in the metrics you've given.
Location data isn't being ignored. Options are bring considered.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5580
|
Posted - 2015.10.01 11:15:43 -
[3] - Quote
Max Kolonko wrote:Its chromium, but heavily modified (igb js callbacks, custom headers and other) thats the main problem
And it's integrated into a 3d engine. Which is not exactly the simplest job in the world.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5580
|
Posted - 2015.10.01 11:20:53 -
[4] - Quote
Jarno Midumulf wrote:CCP FoxFour wrote:As others have mentioned we are looking at ways of providing the information found in the headers. :) and where is that going to be then? CREST? Currently i am working on a tracking tool, so when i jump from system to system it will tell me the info i need to know about that System (sometimes even before i finish the jump since the headers will sometimes update fast). When you move this to CREST we will have to do a lot off calls to the server to keep track off where the player is. This means a lot off calls to a server what is not necessary to do.. (so more stress on the server to). And since it will have a cache timer... it wont be accurate any more... And then we have the removal off the JavaScript functions... I can see this work whit CREST.. we just send the correct information to it and it will pop up a window in the players screen. but whit that you probably gone have to have a API key.. otherwise you will a lot off random screens pop up everywhere.. and whit that you also have the problem.. you gone need the API key.. before you didn't need that.. only to be trusted.
There are other options possible.
Without committing CCP to anything (as I like my legs unbroken), possibillities include a long poll based system or something Websocket based, so you get a notification when the client changes system.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5583
|
Posted - 2015.10.01 15:30:05 -
[5] - Quote
Jarno Midumulf wrote:Steve Ronuken wrote:Jarno Midumulf wrote:stuff.. read above There are other options possible. Without committing CCP to anything (as I like my legs unbroken), possibillities include a long poll based system or something Websocket based, so you get a notification when the client changes system. Hmm.. Didn't think about that yet... could work to indeed. but then again the multiple clients on one system..
Doesn't matter. the web socket or long poll would be talking to CCP's servers. nothing to do with the client.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5583
|
Posted - 2015.10.01 15:54:13 -
[6] - Quote
Jarno Midumulf wrote:Steve Ronuken wrote:Jarno Midumulf wrote:Steve Ronuken wrote:Jarno Midumulf wrote:stuff.. read above There are other options possible. Without committing CCP to anything (as I like my legs unbroken), possibillities include a long poll based system or something Websocket based, so you get a notification when the client changes system. Hmm.. Didn't think about that yet... could work to indeed. but then again the multiple clients on one system.. Doesn't matter. the web socket or long poll would be talking to CCP's servers. nothing to do with the client. then you would need the api off the player.. if not you can track any one you want... or you can make a application that can spam any one you want whit lets say fitting windows.. imagine that in a combat situation.. and whit the igb you don't need the api to get the location off the player you just read out the header
Welcome to CREST.
The player logs onto an application, with the SSO, with a specific scope requested.
The application gets those scope details, along with a key to get at them. (Access token). That token can be used to form the connection to CCP's servers, to have notifications sent over the established connection.
Yes, if a scope allowed for something to be done in your client, a malicious application could do something like spam windows. But a malicious site can do that already.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|

Steve Ronuken
Fuzzwork Enterprises Vote Steve Ronuken for CSM
5611
|
Posted - 2015.10.06 11:18:19 -
[7] - Quote
dexington wrote:Steve Ronuken wrote: The player logs onto an application, with the SSO, with a specific scope requested.
The application gets those scope details, along with a key to get at them. (Access token). That token can be used to form the connection to CCP's servers, to have notifications sent over the established connection.
Does the token expire when the players logs out using SSO?, or do you give the application access to the current header information until you actively revoke them? For all the flaws the IGB has, at least it easy to understand when you are submitting the headers and when you are not, at least from the browser open or closed perspective.
If you log in with the full process, then yes, they get a refresh token which allows them to track you until you revoke it.
If you log on with the implicit process, then it's just a single access token, which expires in 20 minutes.
What I'm planning on writing is a client which you'll run locally, which will be able to upload to a number of sites, for a number of characters. And will be easy to turn on and off.
Woo! CSM X!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
|
| |
|