[Citadel Development] Citadel commit log: revision 6283

2008-05-16 Thread ajc
r6283 | ajc | 2008-05-16 09:22:44 -0400 (Fri, 16 May 2008) | 1 line Changed paths: M /trunk/citadel/citmail.c Prefix 'citmail:' to all error messages generated by citmail

[Citadel Development] Citadel commit log: revision 6284

2008-05-16 Thread ajc
r6284 | ajc | 2008-05-16 10:38:02 -0400 (Fri, 16 May 2008) | 1 line Changed paths: A /trunk/webcit/httpfetch.c First try curl and wget, fall back to mini handler if both fail

[Citadel Development] Citadel commit log: revision 6285

2008-05-16 Thread ajc
r6285 | ajc | 2008-05-16 11:00:02 -0400 (Fri, 16 May 2008) | 1 line Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/httpfetch.c some html parsing for link rel tags

[Citadel Development] Citadel commit log: revision 6286

2008-05-16 Thread ajc
r6286 | ajc | 2008-05-16 13:27:11 -0400 (Fri, 16 May 2008) | 1 line Changed paths: M /trunk/webcit/auth.c finished code to extract link rel tags

[Citadel Development] Citadel commit log: revision 6287

2008-05-16 Thread ajc
r6287 | ajc | 2008-05-16 14:33:19 -0400 (Fri, 16 May 2008) | 1 line Changed paths: M /trunk/webcit/auth.c Now we have all the data we need to compose the redirect.

[Citadel Development] Re:on_exit

2008-05-16 Thread davew
Thu May 15 2008 07:53:09 EDT from dothebart Subject: on_exit dave, since man on_exit over here states its depricated, and one should favour atexit() could you add checks to configure for that and add ifdefs? Damn, I'd not noticed that. You are correct. Documentation says to avoid

[Citadel Development] Citadel commit log: revision 6288

2008-05-16 Thread davew
r6288 | davew | 2008-05-16 15:05:30 -0400 (Fri, 16 May 2008) | 2 lines Changed paths: M /trunk/citadel/sendcommand.c Removed the on_exit from sendcommand.c Why didn't I do it properly the first time 8-)

[Citadel Development] Citadel commit log: revision 6289

2008-05-16 Thread ajc
r6289 | ajc | 2008-05-16 15:17:46 -0400 (Fri, 16 May 2008) | 1 line Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/webcit.c M /trunk/webcit/webcit.h more openid setup

[Citadel Development] (no subject)

2008-05-16 Thread fleeb
Fri May 16 2008 15:33:21 EDT from [EMAIL PROTECTED] IG, I may have fixed the message echoes/ mirrors. I had Uncensored configured with a node name of uncensored and of course it should be uncnsrd Interesting... I'll check Fleeb.Net.

[Citadel Development] (no subject)

2008-05-16 Thread IGnatius T Foobar
Wow. I think it's been longer than that, actually. I've been looking for a software problem the whole time, when it was really just a configuration problem. Gotta figure out a way to check for that condition.

[Citadel Development] (no subject)

2008-05-16 Thread fleebness
Fri May 16 22:01:55 2008 from fleebness Holy crap, I think you're right. The last message I had in this room on my system dates back to 2006. Here's the detail...Mon Jan 23 17:28:03 2006 from dothebart @uncnsrd (Uncensored) Subject: sasl client support...That's the message I last had... when

[Citadel Development] Citadel commit log: revision 6290

2008-05-16 Thread davew
r6290 | davew | 2008-05-16 18:07:46 -0400 (Fri, 16 May 2008) | 9 lines Changed paths: M /trunk/citadel/control.c M /trunk/citadel/include/ctdl_module.h M /trunk/citadel/modules/sieve/serv_sieve.c Sieve will now only

[Citadel Development] Citadel commit log: revision 6291

2008-05-16 Thread davew
r6291 | davew | 2008-05-16 19:22:22 -0400 (Fri, 16 May 2008) | 12 lines Changed paths: M /trunk/citadel/modules/network/serv_network.c Added code to report Aide messages if there appears to be something wrong with IGNet

[Citadel Development] Re:Address picker sorted backwards?

2008-05-16 Thread IGnatius T Foobar
SortByHashKey(List, 0); is the sort thing; switching it to 1 would reverse the sort order. Thanks, that did the trick.

[Citadel Development] (no subject)

2008-05-16 Thread IGnatius T Foobar
The solution would be to have each node validate the nodename that the caller thinks it has connected to. In this case my node does NETP uncensored|secret. I was thinking about something like that too. Definitely the right way to go.