cookies dpi patch is on CVS now
Hi there, After a more in depth review, the patch for the cookies dpi was uploaded to the CVS. It has some minor modifications and it's ready for testing! Cookies now hare handled by a dpi (dillo plugin), so there's no more restriction of only one instance of Dillo having cookies enabled. Every single dillo sees cookies.dpi as the "cookies server" so there's no problem, and dillo's core gets smaller. After 'make", remember to "dpidc stop" and to 'make install' to get the cookies dpi installed. If you find some bugs, please report back here to Diego or me. Diego: I'll try to catch up with the thread about the MIME dpi. As Matthias Franz pointed out, I'm interested on it. The main point is to make it use the dpi/dpip framework instead of a custom approach. --More on this soon. I'm also working on a new dpip library, so it may be merged in the future (don't worry, that's my work and it makes things easier, not harder). Porting the cookies dpi to it should be no more than one day, and I have already every other dpi working on it on a custom tree... -- Cheers Jorge.-
El Fri, 5 Aug 2005 14:00:16 -0400 Jorge Arellano Cid <jcid@dillo.org> escribio:
Hi there,
After a more in depth review, the patch for the cookies dpi was uploaded to the CVS. It has some minor modifications and it's ready for testing!
Then other thing to mark as in cvs in the current plans page. Thanks for the modifications, specially for MSG/_MSG and english corrections :P
Cookies now hare handled by a dpi (dillo plugin), so there's no more restriction of only one instance of Dillo having cookies enabled. Every single dillo sees cookies.dpi as the "cookies server" so there's no problem, and dillo's core gets smaller.
After 'make", remember to "dpidc stop" and to 'make install' to get the cookies dpi installed.
If you find some bugs, please report back here to Diego or me.
Diego: I'll try to catch up with the thread about the MIME dpi. As Matthias Franz pointed out, I'm interested on it. The main point is to make it use the dpi/dpip framework instead of a custom approach. --More on this soon.
I think that the way to register dpis and the mime that each dpi understand is needed before that. If dillo use mailcap then it will have a lot of configuration done, but dillo need to support dpis for mime too so they work with dillo better. I am open to change mi opinion with a better solution, of course.
I'm also working on a new dpip library, so it may be merged in the future (don't worry, that's my work and it makes things easier, not harder). Porting the cookies dpi to it should be no more than one day, and I have already every other dpi working on it on a custom tree...
I await it.
-- Cheers Jorge.-
Diego Sáenz / Darkspirit
Jorge Arellano Cid wrote:
After a more in depth review, the patch for the cookies dpi was uploaded to the CVS. It has some minor modifications and it's ready for testing!
Works great for me! (Linux 2.4.31-0 i586 unknown.) Cheers, Jeremy
On Wed, Aug 10, 2005 at 08:10:23PM +0100, Jeremy Henty wrote:
Jorge Arellano Cid wrote:
After a more in depth review, the patch for the cookies dpi was uploaded to the CVS. It has some minor modifications and it's ready for testing!
Works great for me! (Linux 2.4.31-0 i586 unknown.)
Good! Note: if you want to make it less verbose, just "#define DEBUG_LEVEL 8" in src/cookies.c. -- Cheers Jorge.-
participants (3)
-
Diego Sáenz
-
Jeremy Henty
-
Jorge Arellano Cid