There is now an IRC channel for Eddie on irc.freenode.net. Connect and join #eddie-tool if you want some help with configuration, chat about Eddie development,...
The EDDIE Tool source has now been migrated to a Subversion repository. The repository allows public access - so anyone can checkout the code - as well as...
Based heavily on the pop3 timing module, but it does IMAP instead. -- Dougal Scott AAPT dwagon@......
Dougal Scott
dwagon@...
Jan 9, 2006 4:42 am
179
Thanks Dougal. I have created task #59 to cover this addition. https://secure.thoh.net/trac/eddie-tool/ticket/59 btw, did you consider using imaplib? ...
... Yeah, but I wanted to keep it consistent with the POP module and to break it down into the fine detail rather than the higher level that the imaplib...
Dougal Scott
dwagon@...
Jan 9, 2006 10:54 pm
181
As normal, as soon as I send something in, I notice the bugs. If there are auth issues then the timing variable doesn't get set -- Dougal Scott...
Dougal Scott
dwagon@...
Jan 10, 2006 6:07 am
182
Has anyone added the capability to the radius module to add more attribute pairs? Because we have a fairly complex radius setup to exercise and measure all the...
Dougal Scott
dwagon@...
Jan 24, 2006 8:08 am
183
New code to let eddie look at the prtdiags of v210s and v240s. Unfortunately the code isn't the cleanest. The format of the prtdiag output can change depending...
Dougal Scott
dwagon@...
Jan 24, 2006 10:55 pm
184
A little patch that I find incredibly useful to debug some problems with checks. It puts how long the check took to execute in the logfile - with a bit of...
Dougal Scott
dwagon@...
Feb 27, 2006 1:05 am
185
I don't think anybody has touched the radius directive for ages. I don't have any radius servers handy anymore to test/develop any new stuff myself. Am happy...
I've rewritten huge slabs of the lib/common/Directives/smtp.py to do a full smtp transaction - as opposed to the previous one which just waited for the '220...
Dougal Scott
dwagon@...
Feb 27, 2006 11:13 pm
187
Created ticket 63 for this patch submission. https://secure.thoh.net/trac/eddie-tool/ticket/63 You mentioned the patch was new and could be buggy when you...
... Yep, I've added the new attachment to that ticket...
Dougal Scott
dwagon@...
Mar 2, 2006 5:09 am
193
In config.py, in the config class, it looks like getDirective() is both bogus and unsed. Remove it? -Mark Taylor Software Enginner Arbor Networks...
Mark Taylor
mark@...
Mar 29, 2006 6:34 pm
194
Hi Mark, Yes it looks like it was superseded by a method in the Directive class. From what I can see from a quick glance it looks like it can be removed. ...
I hope this makes sense... For the *printState()*, if there is a *KeyError*, the console output for the directive will be "<directive not ready>". This...
Mark Taylor
mark@...
Apr 24, 2006 10:15 pm
196
Hi Mark, My opinion on this is that you should go ahead and make the change so that console messages can be output even before a directive has been executed....
Has anyone had any success with getting Eddie to work on a 64bit windows version? The current implementation relies on win32all which I can't see a 64 bit...
dwagon@...
Sep 11, 2007 7:16 am
198
Good question. I've never tried it on 64bit windows. A quick scan of the net reveals quite a few mentions of pywin32 not supporting 64-bit. And I don't see a...
This list may be interested in a project I've been working on recently, PSI - Python System Information. It is a Python package (C extension) to provide...
I haven't tried it on 32 bit windows yet, but we have a fairly important need to get it working on 64 bit windows, and I was hoping that it wasn't going to be...
Dougal Scott
dwagon@...
Sep 11, 2007 11:54 pm
201
You might want to ask Mark Hammond about 64bit support for pywin32. I know he hinted that he needed donations to get a 64bit box at one stage, I think this was...
Eddie 0.36 has been released! This version has been a long time coming, but has been well tested over that time. This version features many enhancements and...
The Eddie svn trunk has seen a re-arrangement to bring Eddie into the 21st century. In other words, Eddie is now an installable Python package. It currently...