Search the web
Sign In
New User? Sign Up
eddie-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 176 - 205 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
176
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,...
Chris Miles
psychofx_com
Offline Send Email
Dec 8, 2005
11:10 pm
177
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...
Chris Miles
psychofx_com
Offline Send Email
Dec 10, 2005
3:05 pm
178
Based heavily on the pop3 timing module, but it does IMAP instead. -- Dougal Scott AAPT dwagon@......
Dougal Scott
dwagon@...
Send Email
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? ...
Chris Miles
psychofx_com
Offline Send Email
Jan 9, 2006
9:53 pm
180
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:08 pm
186
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@...
Send Email
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...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:15 pm
188
Tracked in ticket 64. https://secure.thoh.net/trac/eddie-tool/ticket/64 Cheers CM -- Chris Miles http://chrismiles.info/...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:17 pm
189
... I guess that is the next module for me to work on then. -- Dougal Scott AAPT dwagon@......
Dougal Scott
dwagon@...
Send Email
Feb 27, 2006
11:18 pm
190
Rippa! Added to ticket 65 with milestone for the next release. https://secure.thoh.net/trac/eddie-tool/ticket/65 Cheers CM -- Chris Miles ...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:45 pm
191 Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:45 pm
192
... Yep, I've added the new attachment to that ticket...
Dougal Scott
dwagon@...
Send Email
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@...
Send Email
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. ...
Chris Miles
psychofx_com
Offline Send Email
Mar 30, 2006
4:55 pm
195
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@...
Send Email
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....
Chris Miles
psychofx_com
Offline Send Email
Apr 27, 2006
8:04 pm
197
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@...
Send Email
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...
Chris Miles
psychofx_com
Offline Send Email
Sep 11, 2007
12:35 pm
199
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...
Chris Miles
psychofx_com
Offline Send Email
Sep 11, 2007
12:48 pm
200
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@...
Send Email
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...
Chris Miles
psychofx_com
Offline Send Email
Sep 12, 2007
7:52 am
202
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...
Chris Miles
psychofx_com
Offline Send Email
Dec 7, 2007
2:09 am
203
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...
Chris Miles
psychofx_com
Offline Send Email
Dec 10, 2007
1:22 am
204
Hi, this adds the missing colouring to the "regfile" directive. Peter...
Peter Poeml
ppoeml
Offline Send Email
Jan 24, 2008
11:34 am
205
Hi Peter, Thanks for that. I've applied the patch to svn trunk. Cheers, Chris...
Chris Miles
psychofx_com
Offline Send Email
Jan 24, 2008
11:59 am
Messages 176 - 205 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help