[Citadel Development] Re: Citadel commit log: revision 8567

2010-05-14 Thread IGnatius T Foobar
If you have a Blogger account, it can be used as an OpenID provider too.

[Citadel Development] Re: Citadel commit log: revision 8567

2010-05-14 Thread dothebart
Mi Mai 12 2010 08:28:34 EDT von IGnatius T Foobar @ Uncensored Betreff: Re: Citadel commit log: revision 8567 If you have a Blogger account, it can be used as an OpenID provider too. hm, nope... Do you?

[Citadel Development] compiling with clang

2010-05-14 Thread dothebart
since now easily available in debian squeeze, i've tried it out: clang -g -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes -D_REENTRANT -pthread -I ./include/ -I. -I ./include/ -DHAVE_CONFIG_H -c modules/vcard/serv_vcard.c -o modules/vcard/serv_vcard.omodules/vcard/serv_vcard.c:1128:33:

[Citadel Development] Citadel commit log: revision 8568

2010-05-14 Thread ajc
r8568 | ajc | 2010-05-14 11:24:26 -0400 (Fri, 14 May 2010) | 1 line Changed paths: M /trunk/citadel/modules/xmpp/serv_xmpp.c M /trunk/citadel/modules/xmpp/serv_xmpp.h M /trunk/citadel/modules/xmpp/xmpp_messages.c

[Citadel Development] Citadel commit log: revision 8569

2010-05-14 Thread dothebart
r8569 | dothebart | 2010-05-14 13:52:32 -0400 (Fri, 14 May 2010) | 2 lines Changed paths: M /trunk/citadel/modules/vcard/serv_vcard.c * check_get() clang was indeed right, this ';' is a bug. dict_tcp syntax errors would

[Citadel Development] compiling with clang

2010-05-14 Thread dothebart
  Fr Mai 14 2010 08:01:33 EDT von dothebart @ Uncensored Betreff: compiling with clang since now easily available in debian squeeze, i've tried it out: clang -g -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes -D_REENTRANT -pthread -I ./include/ -I. -I ./include/ -DHAVE_CONFIG_H -c