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

rig0r
0utbreak
|
Posted - 2007.06.10 12:45:00 -
[1]
Very cool, thanks for that.
A question though before I will give it a try:
login = self.opener.open('https://myeve.eve-online.com/login.asp?username=%s&password=%s&login=Login&Check=OK&r=&t=/ingameboard.asp&remember=1' % (self.eveusername, self.evepassword))
Is the password being sent in plain text here ? If so, could you change that to it doing a POST on the loginform or something ? Otherwise your username & password will end up in the myeve's webserver access log in plain text 
|

rig0r
0utbreak
|
Posted - 2007.06.10 14:14:00 -
[2]
Also unable to install it, I get a syntax error. I created a new ticket for that.
|

rig0r
0utbreak
|
Posted - 2007.06.10 15:16:00 -
[3]
Fixed now after a chat with Kyara. Works perfectly.
Thanks for your work 
|

rig0r
0utbreak
|
Posted - 2007.06.16 10:11:00 -
[4]
Been using this for a couple of days now. I just noticed EveTimer is quite memory hungry. After startup it takes up 30MB, doing a couple of refreshes, it quickly climbs to 60MB, which is even more than Firefox. Python itself only takes up 1MB.
Any idea where the excessive mem usage comes from and if there might be a leak in there ?
|

rig0r
0utbreak
|
Posted - 2007.06.16 12:36:00 -
[5]
Sweet 
|

rig0r
0utbreak
|
Posted - 2007.06.24 20:38:00 -
[6]
Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
|

rig0r
0utbreak
|
Posted - 2007.06.30 09:37:00 -
[7]
Originally by: Popoblubbern
Originally by: rig0r Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
Oh the joys of Version changes on Libraries :-)
This happens on 'older' DBus version, i was able to reproduce it on my Ubuntu installation at work. Fix will hopefully be out this weekend.
Would that be dbus itself or the dbus python bindings ?
|

rig0r
0utbreak
|
Posted - 2007.06.30 15:37:00 -
[8]
Originally by: rig0r Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
Fixed this by upgrading to Python 2.5 and recompiling a bunch of python modules.
|
|
|