John, I'll have a go at setting up a new list at Sourceforge.net. Cliff ... _______________________________________________ links-list mailing list ...
Cliff Cunnington
cliff@...
Sep 1, 2001 8:11 am
874
Hello, because there are sites, which strictly relies on correct value of HTTP_REFERER (that means page which referred you there), i decided to extend the...
pasky@...
Sep 1, 2001 6:32 pm
875
Hi all, A new Links-list has been setup at Sourceforge.net. However due to security issues at Sourceforge, I am unable to do a "mass subscription" using the...
Cliff Cunnington
cliff@...
Sep 1, 2001 8:15 pm
876
Hello, I wrote two simple patches for cookies. First one adds support for cookies expiration, the second one adds support for saving of cookies (it needs the...
Petr Baudis
pasky@...
Sep 3, 2001 5:26 am
877
... You may also need to remove dependencies of Makefile, sorry, i forgot... -- Petr "Pasky" Baudis ....
Petr Baudis
pasky@...
Sep 3, 2001 9:51 am
878
... I fixed cookies-save patch, so now the config file delimiter is ' ', instead of \1 - it looks better and i overlooked statement that there cannot be a ...
Petr Baudis
pasky@...
Sep 3, 2001 9:58 am
879
Hello, I got problems on some sites which used action including ?query_string. This i found in the ChangeLog: === RELEASE 0.96pre6 === Tue Jun 12 23:08:11 MET...
Petr Baudis
pasky@...
Sep 3, 2001 10:01 am
880
Hi, Since announcing a Sourceforge-hosted links-list, we have been offered a better list server; this one provided by Gerard Beekmans at LinuxFromSource.org. ...
Cliff Cunnington
cliff@...
Sep 4, 2001 10:01 am
881
From: Cliff Cunnington [mailto:cliff@...] Sent: Tuesday, September 04, 2001 11:59 AM Since announcing a Sourceforge-hosted links-list, we have been ...
Mediavilla David
DMediavilla@...
Sep 4, 2001 10:17 am
882
... Typo! The host is LinuxFromScratch.org, not LinuxFromSource.org. ... Have a look at: http://archive.linuxfromscratch.org/mail-archives/lfsbook/ for a...
Cliff Cunnington
cliff@...
Sep 4, 2001 8:01 pm
883
Dear all, Links-list has now moved to it's new list server at LinuxFromScratch.org. Everyone who was on the Appwatch list and the short-lived Sourceforge list ...
Cliff Cunnington
cliff@...
Sep 4, 2001 11:16 pm
884
Group reply please (I already sent this to <links-list@...>.) Folks: Thanks for links! It rocks! When I do this command, I get an error message: MAIN...
zooko@...
Sep 5, 2001 11:01 am
885
... Too late it seems :) ... It's not there, it's bug in end_dump() function in main.c, which doesn't handle relative redirects correctly. Patch can be found...
Petr Baudis
pasky@...
Sep 5, 2001 8:01 pm
886
Group reply please. When using links with bugzilla (http://bugzilla.mozilla.org/ and our local installation of bugzilla), it seems I have to log in for every ...
Len
lenbok@...
Sep 6, 2001 5:46 am
887
If you are noticing that the new list is sending you several copies of each message, it may be because you were subscribed to the old list with several...
f4j900zx001@...
Sep 6, 2001 8:06 am
888
... Yes, and I don't see what's better in Listar... With Mailman (used by SourceForge) you can do such things with a browser. -- 0@pervalidus.{net,...
Frédéric L. W. ...
lists@...
Sep 6, 2001 8:09 am
889
... Yes, sorry about that, but the old subscriber list had no flags to mark people on vacation. It was just a long list with email addresses. -- Gerard...
Gerard Beekmans
gerard@...
Sep 6, 2001 12:32 pm
890
... As the server admin of linuxfromscratch.org I made the choice to use listar because it makes my life easier in certain ways (I won't get into that). Also...
Gerard Beekmans
gerard@...
Sep 6, 2001 12:36 pm
891
... I've wrote and announced such patches in this list about a mounth ago. Some people d/loaded them from my ftp and probably applied. I hope next links...
Max
qmax@...
Sep 7, 2001 3:17 pm
892
... Patch attached, this should work. This however should be applied after my cookie save/load/expiration patch available at ...
Max
qmax@...
Sep 7, 2001 3:45 pm
893
... Oops, there are more lines from my previous patch. Here is 'clean' space-bug fixing patch. diff -ru links-0.96-0/cookies.c links-0.96/cookies.c ... +++...
Max
qmax@...
Sep 7, 2001 7:05 pm
894
I wrote really nasty hack for possibility of opening of external editor on selected textarea, by just pressing of ^T (and F4 in future :) - it may work, but...
Petr Baudis
pasky@...
Sep 7, 2001 10:05 pm
895
... Great! :) Maybe my file format is more simple and straightforward, but it's be possible your parse_date() is better... i just used the standart one...
Petr Baudis
pasky@...
Sep 7, 2001 10:10 pm
896
... I don't know, but I thought it might be vaguely useful to point out that lynx has had (within the last year or two?) the ability to go into an external...
Matt Ackeret
mattack@...
Sep 7, 2001 10:29 pm
897
... I dont know if cookie date format is specified somewhere. In particilar - whether it MUST be in GMT or in any valid timezone. Both function does not handle...
Max
qmax@...
Sep 7, 2001 11:19 pm
898
... and found a big typobug in cookies.c:cookie_expired() patch: + return ( c->expires > time(NULL) ); instead of + return ( c->expires < time(NULL) ); ...
Max
qmax@...
Sep 7, 2001 11:22 pm
899
Please excuse me all, who downloaded my cookies patch from ftp.civo.aca.nsc.ru/users/qmax/patches It was diffed on completely wrong sources and should scarcely...
Max
qmax@...
Sep 8, 2001 12:30 am
900
... Hmm... where is README ? And are those "brm!"s on stderr significant for editing ? :) And btw, it would be good to add the action name in ...
Max
qmax@...
Sep 8, 2001 12:43 am
901
... I followed http://home.netscape.com/newsref/std/cookie_spec.html, when i was writing this patch. ... It MUST be in GMT. ... eek..? :) i don't understand......
Petr Baudis
pasky@...
Sep 8, 2001 5:57 am
902
... At the same URL ? ... Oops.. sorry, was very tired yesterday, forgot to remove ;) Thanks, now it should be fixed. ... Done... Please re-get the patch ;) --...