... this is getting complicated. i had to think about what the patch would to be applied to. i finally took the cookies.c.orig from the distribution, left...
clemensF
rabat@...
Oct 1, 2001 2:08 pm
1007
... maybe just patch -R cookies-save.patch && patch cookies-save.patch... anyway i recommend you to use both expiration and save patch, as it won't hurt you, ...
Petr Baudis
pasky@...
Oct 1, 2001 2:36 pm
1008
Alot of patches around... Soon the patches will pacthe each other. Maybe it's time to release .97 ? -- qMax -- Unsubscribe: send email to...
qMax
qmax@...
Oct 1, 2001 3:38 pm
1009
... how do i get rid of cookies i don't want? clemens -- Unsubscribe: send email to links-list-request@... and put unsubscribe in the subject...
clemensF
rabat@...
Oct 1, 2001 9:03 pm
1010
... removing them from that file when all links are turned off. i thought about cookies manager, but i figured there are actually more important things to do...
Petr Baudis
pasky@...
Oct 1, 2001 9:08 pm
1011
... actually - what cookie manager, other then vi ? :) You mean something to specify hosts/domains/networks to deny/allow cookies from ? -- qMax -- ...
qMax
qmax@...
Oct 1, 2001 9:42 pm
1012
... yes, and list the cookiees and delete/add cookiees manually etc... would look like bookmark manager :-) - but i said i've no time for that... well,...
Petr Baudis
pasky@...
Oct 2, 2001 5:42 am
1013
... Is it too expensive to save cookie file every time a cookie recieved ? Then the only required is key to reload file. -- qMax -- Unsubscribe: send email to...
qMax
qmax@...
Oct 2, 2001 6:04 am
1014
... that would be neat indeed, but weeding out the "bad" cookies from commercial sites profiling my surfing habits, even using vi() would propably do fine to...
clemensF
rabat@...
Oct 2, 2001 11:27 am
1015
... i had a look at ~/.links/cookies, but i don't know where a cookie starts and ends! clemens ps: i'll sign your key if you send its f'print and if you sign...
clemensF
rabat@...
Oct 2, 2001 12:00 pm
1016
... i think w3m does it best, coming in second ye olde lynx. i'm used to lynx, it has been my browser of choice for years before table/frane-ready links ...
clemensF
rabat@...
Oct 2, 2001 12:12 pm
1017
... ..snip.. ... well, it's not very elegant, but generally it would be possible :-). it has just a few problems: 1. $EDITOR won't be called from links. see...
Petr Baudis
pasky@...
Oct 2, 2001 3:37 pm
1018
... Umm, thought about that when fixing cookies-save :-) ... At least -pre1 would be really nice.. -- Petr "Pasky" Baudis ....
Petr Baudis
pasky@...
Oct 2, 2001 4:16 pm
1019
Privacy proxies like Junkbuster let you set which domains will have read and write access to your cookies. Thus, you have centralized blocking for all your...
jqlyysylczbo8w001@...
Oct 2, 2001 4:22 pm
1020
... lynx lets you go into a mode where you're looking at the cookies, then it lets you delete specific cookies. I presume the cookie file is just html, and the...
Matt Ackeret
mattack@...
Oct 2, 2001 5:40 pm
1021
... From a user perspective I'm liking the behavior of IE6. Links could be similar (better still); a cookie comes in and a dialog asks, "want me to block this...
Jason Gurtz
jason@...
Oct 3, 2001 1:46 pm
1022
... I updated manpage a year ago. Sent in as far as I remember. Never got in though. The debian package contains the updated manpage at ...
Peter Gervai
grin@...
Oct 4, 2001 2:36 am
1023
... I had to apply at least 5 different patches to the debian links/lua, some of them are around for more than a year. Would it be possible to include patches...
Peter Gervai
grin@...
Oct 4, 2001 2:41 am
1024
... Check opera. Options to weed out misbehaving cookies, cookies for a site or a domain, or deleting cookies on exiting the browser. quite useful. -- ...
Peter Gervai
grin@...
Oct 4, 2001 2:44 am
1025
... Maybe make a different tree? I'd rather keep links-lua "pure". And I don't want to maintain another tree (even links-lua is losing a few of it's leaves...
Peter Wang
tjaden@...
Oct 4, 2001 2:51 am
1026
... Well, there's links-0.96-pb1 on my server now, didn't announce it, as i wanted to collect some useful patches and release semioficially links-0.96-pb2 then...
Petr Baudis
pasky@...
Oct 4, 2001 11:46 am
1027
Hi, Links-list has in recent weeks become relatively busy, especially compared to earlier traffic levels. To capture "discussion elements", we now have a new...
Cliff Cunnington
cliff@...
Oct 4, 2001 10:28 pm
1028
Hi Peter, Peter Wang wrote: [...] ... Although it is clear what you want -- my question is "why"? We can all discuss this and other issues over at...
Cliff Cunnington
cliff@...
Oct 4, 2001 10:28 pm
1029
Hello, I think I was able to track the HP-UX problem. The problem is related to pipes. In os_dep.c there is a function called c_pipe(): int c_pipe(int *fd) { ...
Ansamaa Jarkko
Jarkko.Ansamaa@...
Oct 5, 2001 8:03 am
1030
... Yes, that is quite possibly the best right now! ~jason -- -- Unsubscribe: send email to links-list-request@... and put unsubscribe in the...
Jason Gurtz
jason@...
Oct 5, 2001 6:57 pm
1031
... what about making links-list just a sublist of links-discuss? that means everything from links-list would appear at links-discuss as well (but not vice...
Petr Baudis
pasky@...
Oct 6, 2001 9:41 am
1032
List Your Site on bid4placement.com Today! Get qualified, targeted click-throughs from our Network of over 500 quality partner sites. List your site, bid on...
Accountinfo@...
Oct 6, 2001 11:22 am
1033
Hello, I've just done some fixes in manual page. It adds documentation for some options and hidden features. It is based on the work of Peter Gervai. Check it...
Petr Baudis
pasky@...
Oct 6, 2001 1:07 pm
1034
Hello, qMax just before a while pointed out one tiny bug in bindings handling. There was a difference between strings array in parse_act() and appropriate ...
Petr Baudis
pasky@...
Oct 6, 2001 2:48 pm
1035
... /me has also pointed that relying on names/enum order is not best idea, and mapping names with ACT_values, as it is done for parse_key, parse_keymap is in...