Commit Graph

41 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
6974286065 Fix the log autoclean job 2011-01-04 08:39:41 +00:00
0871770756 Fixed log cleanup job 2010-12-23 00:47:41 +00:00
cdce91db6f Use pk, not id! 2010-12-22 15:32:22 +00:00
21d9587645 Added task to clean-up old API access logs 2010-12-20 11:46:25 +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
7ecd6f4db5 Added some unittests to eve_proxy 2010-11-26 09:56:44 +00:00
20cbfe352a Rewowrking on the eve_proxy application, more resilient 2010-11-12 09:36:48 +00:00
db28b3902a Migrated the final cronjobs over to tasks 2010-11-10 12:15:43 +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
ab67c55d90 Modification to the cron methods to allow arguments to be passed to each call 2010-10-18 12:19:22 +01:00
ded4cd368e Speedup the cache clear job by using some sensible code options 2010-10-12 17:13:16 +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
4a3b801185 Moved to using South, and used a better repo for JSONField 2010-07-01 18:31:42 +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
1f441a29b1 Fix the cache issue 2010-06-04 11:14:01 +01:00
6ba1b4b32a Do some basic filtering on the parameters, check for ints 2010-06-04 09:11:26 +01:00
7e094f3a37 Added FlushCache cronjob, also fixed output message for ClearStaleCache 2010-06-04 09:00:51 +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
99ff9d77f8 Wrap cache retrieval function for web access method 2010-06-04 08:46:20 +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
70944b3c20 Added functions to clear old cache documents 2010-06-01 11:53: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
661b93cc56 Only require a service ID when asking for user specific info 2010-05-30 22:34:04 +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
c0d05dac8d Fixes eve_proxy to allow POST values 2010-03-10 01:32:02 +00:00
0881634127 Added import call for reverse 2010-03-09 23:12:26 +00:00
920c2a6cde Fixed eve_proxy view to remove the url path from the requested string 2010-03-09 23:07:27 +00:00
b8e5647148 Initial import 2010-02-23 10:16:25 +00:00