Commit Graph

24 Commits

Author SHA1 Message Date
2bde07cca6 Support SSL API as per devblog
CCP are switching away from HTTP to HTTPS for API access. Standard
access will be cut sometime in the future.

http://www.eveonline.com/devblog.asp?a=blog&bid=842
2011-01-26 16:48:08 +00:00
22f4789a44 Provide more error messages to the WARNING log 2011-01-04 21:24:34 +00:00
cdce91db6f Use pk, not id! 2010-12-22 15:32:22 +00:00
a41ab81712 Switch to using a document key for PK 2010-12-20 11:21:09 +00:00
047954e8fe Remove debug statements 2010-11-29 12:09:24 +00:00
3bcbdf5ee5 Fix exceptions, and remove the timeout (Python 2.5 compatability) 2010-11-29 11:57:05 +00:00
20cbfe352a Rewowrking on the eve_proxy application, more resilient 2010-11-12 09:36:48 +00:00
1e52c87a46 Rework eve_proxy to remove dependancy on eve_api and allow it to handle downtime situations better 2010-11-10 11:36:28 +00:00
b63eaaaceb Added metadata to the eve_proxy models 2010-10-25 14:13:55 +01:00
019319bbbb Move exception trapping to the actual location the exception occures. 2010-09-11 19:52:18 +01:00
ebe3b26f8a Add in detection of refused connections to the API. 2010-09-11 19:46:54 +01:00
329bec6bc8 Now checks we have a date before trying to check it 2010-08-02 12:31:14 +01:00
67e1c144d8 removed debug line 2010-06-06 10:44:27 +01:00
38e0624ccc Further tidyup to avoid some situations occuring 2010-06-04 16:55:11 +01:00
cfb5b2fffc Fixed validation of variables and also logging of access requests 2010-06-04 11:58:20 +01:00
61793f8ec7 Removed double checking of no_cache which was causing null cached objects. 2010-06-04 08:57:45 +01:00
ed00301e85 UIDs can come in as strings or longs, check for that instead 2010-06-04 08:51:32 +01:00
c7aa1b16b2 Added further checking on log additions 2010-06-04 08:40:56 +01:00
4e64fa70d4 Massive reworking of eve_proxy to use sha1 ids for url_paths and various other small fixes 2010-06-04 00:56:42 +01:00
9ab1e03138 Added further error checking, and the ability for view to provide raw errors instead of exceptions 2010-06-01 11:30:34 +01:00
f3caf2a570 Move stripping to above URL generation, otherwise we duplicate on the cache 2010-05-30 22:39:24 +01:00
31e324d0a2 Added API access tracking to EVE Proxy and presented via SSO. 2010-05-30 22:16:00 +01:00
634aa2765f Fixing unicode issues in eve_api and eve_proxy. Shouldn't blow its guts on the russian alliances 2010-04-03 02:07:13 +01:00
b8e5647148 Initial import 2010-02-23 10:16:25 +00:00