[Citadel Development] (no subject)

2007-08-26 Thread dothebart
i wouldn't care wether lines get messed at all. If we log to syslog, syslog keeps track of it, the usual stderr is just a debug log. locking/unlocking the mutex takes time... i don't think we should do that.i've attached log.c from kannel (which is multithreadded c too) i think they do mutexes wh

[Citadel Development] (no subject)

2007-08-26 Thread dothebart
Sat 25 Aug 2007 11:55:55 PM EDT from IGnatius T [EMAIL PROTECTED] So I'm checking out network replication and it appears that the global address book can be shared across the network like any other room. Indeed if I look at the logs for the server it seems that it is shared on the network r

[Citadel Development] Re: SVN commit log: revision 5422

2007-08-26 Thread davew
Sat 25 Aug 2007 11:51:24 PM EDT from IGnatius T [EMAIL PROTECTED] Subject: Re: SVN commit log: revision 5422Fix to allow display of tasks created using Bynari connector from Outlook. davew: how about in the other direction? If you create a task in WebCit, will it display in Outlook? If

[Citadel Development] Re: Task rooms

2007-08-26 Thread davew
Sat 25 Aug 2007 11:53:35 PM EDT from IGnatius T [EMAIL PROTECTED] Subject: Re: Task roomsI think we should force the user to give the task a summary entry or create a default one like "TASK-1" or something. We could use the rooms "Force subject" flag to do this perhaps.Check out wh

[Citadel Development] SVN commit log: revision 5424

2007-08-26 Thread Citadel commit log
r5424 | davew | 2007-08-26 06:52:19 -0400 (Sun, 26 Aug 2007) | 1 line Changed paths: M /trunk/webcit/calendar.c Add a default summary to Tasks that don't have a summary.

[Citadel Development] (no subject)

2007-08-26 Thread davew
Sat 25 Aug 2007 11:55:55 PM EDT from IGnatius T [EMAIL PROTECTED] Anyway, the point of sharing the Global Address Book is that the directory of Internet email addresses, and what users on what servers they map to, is generated from the vCards contained in this room. Sharing it is definitely

[Citadel Development] (no subject)

2007-08-26 Thread IO ERROR
I didn't write begin_critical_section(), I wrote the previous iteration of lprintf().

[Citadel Development] SVN commit log: revision 5425

2007-08-26 Thread Citadel commit log
r5425 | thierry | 2007-08-26 17:01:30 -0400 (Sun, 26 Aug 2007) | 3 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/po/fr.po * message edit : add CSS classes for attachment form * change some french trans

[Citadel Development] SVN commit log: revision 5426

2007-08-26 Thread Citadel commit log
r5426 | dothebart | 2007-08-26 17:31:51 -0400 (Sun, 26 Aug 2007) | 4 lines Changed paths: M /trunk/citadel/Makefile.in M /trunk/citadel/citadel.c M /trunk/citadel/citadel_dirs.c M /trunk/citadel/citadel_dirs.h M

[Citadel Development] SVN commit log: revision 5427

2007-08-26 Thread Citadel commit log
r5427 | davew | 2007-08-26 21:42:47 -0400 (Sun, 26 Aug 2007) | 1 line Changed paths: M /trunk/citadel/Makefile.in Get ecrash.o to build automatically. ---

[Citadel Development] (no subject)

2007-08-26 Thread IGnatius T Foobar
Hey all. Sorry I've had trouble keeping up with all these developments. I guess I'm just not used to having a team that's so active. :) What are the open issues at this point?