M0J0144 / ohmu

EVE Online fitting tool
0 stars 0 forks source link

Impelement routes from python #56

Closed d0liver closed 8 years ago

d0liver commented 8 years ago

Add routes from python to make writing database queries easier since generating database queries and parsing/generating json objects from within C is typically a lot of work without much reward. This way we can add new database query routes easily.

d0liver commented 8 years ago

Bad python routes can cause the server to segfault.

d0liver commented 8 years ago

Routes should no longer be causing segfault after moving to events with rampage.