antihax

Results 19 comments of antihax

Prices come directly from ESI and unfortunately I cannot undercut the cache timers. The issue tends to be when a low price is entered and the items get sold between...

There may be some lingering data from service outages. I will have to implement something to wipe the slate clean periodically.

This is due to this bug: https://github.com/esi/esi-issues/issues/549

thanks, this is not implemented yet as some clients are not passing through they were marked seen correctly. Will see if the changes yesterday resolved that and try to implement....

This has been implemented. However, there is a 600 second cache timer on retrieving mails so if the mailbox is pulled again before this expires, the mail will be incorrectly...

Also can we include broker fees, reprocessing fees, etc? These are different for each character because of standings, and custom settings, etc.

This appears to be occurring again since around noon today and resulted in at least four of my ESI nodes getting banned since I was using this to identify entities...

> Redirects do apparently no longer work, because all status codes higher than 299 result in an error: This should be fixable. > Adding request bodies now requires passing a...

> Optional parameters are solvable with structs, as no field in the struct is required! An integer will default to 0, a boolean will default to false, both could be...

Indeed, pointers would require you to copy to a new variable before calling as a goroutine or you will race on the variable. Unfortunately the API i am mostly working...