9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Federico Benavento" <benavento@gmail.com>
To: 9fans <9fans@cse.psu.edu>
Subject: [9fans] abaco: gmail
Date: Tue, 13 Mar 2007 05:31:23 +0100	[thread overview]
Message-ID: <32d987d50703122131o50b1806anb45a3770a0e04f3f@mail.gmail.com> (raw)

hola,

new abaco on sources with a small bug fix that makes it gmail
compatible. you also need to change webfs, this is not a patch because
the seccond change looks more like a hack than a bug fix.

ah, by the way, Kris Magliene got abaco and webfs
running on p9p, /n/sources/contrib/fgb/plan9port

enjoy!

lotte% history -D /sys/src/cmd/webfs/cookies.c
Mar 13 00:55:23 ART 2007 /sys/src/cmd/webfs/cookies.c 21914 [fgb]
/sys/src/cmd/webfs/cookies.c:560 c
/n/dump/2007/0312/sys/src/cmd/webfs/cookies.c:560
< 		&& (c->expire==0 || c->expire>=now);
---
> 		&& c->expire >= now;
/sys/src/cmd/webfs/cookies.c:581,582 c
/n/dump/2007/0312/sys/src/cmd/webfs/cookies.c:581,582
< 		if(/*(issecure || !jar->c[i].secure) &&*/
iscookiematch(&jar->c[i], dom, path, now)){
< 			if(cookiedebug){
---
> 		if((issecure || !jar->c[i].secure) && iscookiematch(&jar->c[i], dom, path, now)){
> 			if(cookiedebug)
/sys/src/cmd/webfs/cookies.c:584 d
/n/dump/2007/0312/sys/src/cmd/webfs/cookies.c:583
< 			}


Note: sent with abaco :
-- 
Federico G. Benavento


                 reply	other threads:[~2007-03-13  4:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32d987d50703122131o50b1806anb45a3770a0e04f3f@mail.gmail.com \
    --to=benavento@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).