9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] abaco: gmail
@ 2007-03-13  4:31 Federico Benavento
  0 siblings, 0 replies; only message in thread
From: Federico Benavento @ 2007-03-13  4:31 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-13  4:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13  4:31 [9fans] abaco: gmail Federico Benavento

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).