[Citadel Development] (no subject)

2008-09-04 Thread dothebart
>Do Sep 04 2008 15:57:15 EDT von IGnatius T [EMAIL PROTECTED] > >While waiting for six months of refcount_adjustments backlog to process last >night, I took the time to write a technical article about how THE DREADED >AUTO-PURGER does its thing. > > >http://www.citadel.org/doku.php/documentat

[Citadel Development] (no subject)

2008-09-04 Thread IO ERROR
Nevermind, it was my fault. I didn't have the right path in /etc/ld.so.conf.

[Citadel Development] (no subject)

2008-09-04 Thread IO ERROR
OK, now the OpenSSL check is broken.

[Citadel Development] (no subject)

2008-09-04 Thread IGnatius T Foobar
While waiting for six months of refcount_adjustments backlog to process last night, I took the time to write a technical article about how THE DREADED AUTO-PURGER does its thing. http://www.citadel.org/doku.php/documentation:developers:deferred_processing This is a pretty good rea

[Citadel Development] Citadel commit log: revision 6568

2008-09-04 Thread dothebart
r6568 | dothebart | 2008-09-04 15:06:21 -0400 (Thu, 04 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/subst.c M /trunk/webcit/webcit.h M /trunk/webcit/webserver.c * Template debugging: load & parse template on ea

[Citadel Development] Citadel commit log: revision 6567

2008-09-04 Thread dothebart
r6567 | dothebart | 2008-09-04 13:49:41 -0400 (Thu, 04 Sep 2008) | 6 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/siteconfig.c M /trunk/webcit/subst.c M /trunk/webcit/tabs.c M /trunk/webci

[Citadel Development] (no subject)

2008-09-04 Thread IGnatius T Foobar
Yup, that's it. Aside from the year 1601, which is obviously wrong, it also does "BYMONTH=0" which chokes libical.

[Citadel Development] (no subject)

2008-09-04 Thread dothebart
this is whats doing the exception at that ical thing: #0 0xe410 in __kernel_vsyscall () #1 0xb7c20640 in raise () from /lib/i686/cmov/libc.so.6 #2 0xb7c22018 in abort () from /lib/i686/cmov/libc.so.6 #3 0xb7c195be in __assert_fail () from /lib/i686/cmov/libc.so.6 #4 0x080cbe6c in icaltim

[Citadel Development] Citadel commit log: revision 6566

2008-09-04 Thread dothebart
r6566 | dothebart | 2008-09-04 03:40:28 -0400 (Thu, 04 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * fix memleak in msgescputs; temporary StrBuf needs to be freed. -