[Citadel Development] (no subject)

2007-08-23 Thread dothebart
Wed 22 Aug 2007 10:38:02 PM EDT from IGnatius T [EMAIL PROTECTED] This is what gave us bad reputation with webcit eating a dual monster-xeon box. so, there definetely is a good reason to start a 'holy war' and get rid of them all, as sooner or later they're gonna bite us. Our

[Citadel Development] SVN commit log: revision 5399

2007-08-23 Thread Citadel commit log
r5399 | davew | 2007-08-23 05:45:41 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/calendar/serv_calendar.c Remove IsEmptyStr from loop control. Not because it caused a problem but because it

[Citadel Development] SVN commit log: revision 5400

2007-08-23 Thread Citadel commit log
r5400 | davew | 2007-08-23 05:52:33 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/imap/imap_fetch.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5401

2007-08-23 Thread Citadel commit log
r5401 | davew | 2007-08-23 05:53:47 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/imap/imap_misc.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5402

2007-08-23 Thread Citadel commit log
r5402 | davew | 2007-08-23 05:54:26 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/imap/imap_tools.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5403

2007-08-23 Thread Citadel commit log
r5403 | davew | 2007-08-23 05:56:45 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/imap/imap_list.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5404

2007-08-23 Thread Citadel commit log
r5404 | davew | 2007-08-23 05:59:50 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/ldap/serv_ldap.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5405

2007-08-23 Thread Citadel commit log
r5405 | davew | 2007-08-23 06:15:12 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/network/serv_network.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5406

2007-08-23 Thread Citadel commit log
r5406 | davew | 2007-08-23 06:16:56 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/notes/serv_notes.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5408

2007-08-23 Thread Citadel commit log
r5408 | davew | 2007-08-23 06:25:34 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/modules/vandelay/serv_vandelay.c Removed IsEmptyStr from some loops as its quicker this way (probably).

[Citadel Development] SVN commit log: revision 5411

2007-08-23 Thread Citadel commit log
r5411 | davew | 2007-08-23 08:47:20 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/routines2.c Bug got in when changed to IsEmptyStr

[Citadel Development] SVN commit log: revision 5412

2007-08-23 Thread Citadel commit log
r5412 | davew | 2007-08-23 08:47:36 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/routines.c Bug got in when changed to IsEmptyStr

[Citadel Development] SVN commit log: revision 5414

2007-08-23 Thread Citadel commit log
r5414 | ajc | 2007-08-23 15:28:20 -0400 (Thu, 23 Aug 2007) | 4 lines Changed paths: M /trunk/citadel/modules/imap/imap_fetch.c * Reversed previous change. It wasn't needed after all. * Removed an extra 'NIL' (content

[Citadel Development] SVN commit log: revision 5415

2007-08-23 Thread Citadel commit log
r5415 | ajc | 2007-08-23 15:31:42 -0400 (Thu, 23 Aug 2007) | 6 lines Changed paths: M /trunk/citadel/modules/imap/imap_fetch.c When outputting the extension data for a MIME part in BODYSTRUCTURE, the parameter 'NAME' now

[Citadel Development] SVN commit log: revision 5416

2007-08-23 Thread Citadel commit log
r5416 | davew | 2007-08-23 15:43:29 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/citadel.c M /trunk/citadel/citadel_ipc.c M /trunk/citadel/citserver.c M /trunk/citadel/client_chat.c M

[Citadel Development] SVN commit log: revision 5417

2007-08-23 Thread Citadel commit log
r5417 | davew | 2007-08-23 16:32:56 -0400 (Thu, 23 Aug 2007) | 1 line Changed paths: M /trunk/citadel/citserver.c Clean up unused include of serv_network.h

[Citadel Development] (no subject)

2007-08-23 Thread IGnatius T Foobar
Wow, for the first time ever, I'm having trouble keeping up with what everyone *else* is doing with the Citadel code. Nice work! :)