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

2010-03-16 Thread IGnatius T Foobar
if it gets fed with [[a][b]],  '[', ']' what should the result look like? To be honest, I haven't thought about that. Since it starts on the left side first, it would probably extract b .

[Citadel Development] Re: reading other peoples messages

2010-03-16 Thread IGnatius T Foobar
The fix was going to be to make sure the request messge was in the current room. Anyone know if this has been fixed? Not yet.

[Citadel Development] Re: uncensored reverted to old code

2010-03-16 Thread IGnatius T Foobar
Hmm, SMTP outgoing fails? since when? I'm running my branch server and it seems to be working fine and its merged with the trunk HEAD (more or less). Well, a couple of days ago when I upgraded Uncensored to svn trunk/head we began to see a problem where all outgoing SMTP

[Citadel Development] Citadel commit log: revision 8459

2010-03-16 Thread ajc
r8459 | ajc | 2010-03-16 10:59:30 -0400 (Tue, 16 Mar 2010) | 1 line Changed paths: D /branches/stable-77x/citadel/modules/jabber A /branches/stable-77x/citadel/modules/xmpp (from /trunk/citadel/modules/xmpp:8458) M

[Citadel Development] Citadel commit log: revision 8461

2010-03-16 Thread dothebart
r8461 | dothebart | 2010-03-16 15:46:30 -0400 (Tue, 16 Mar 2010) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * StrBufStripAllBut(): cut at the right border not one char in front of it

[Citadel Development] Citadel commit log: revision 8462

2010-03-16 Thread dothebart
r8462 | dothebart | 2010-03-16 17:18:09 -0400 (Tue, 16 Mar 2010) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * StrBufReplaceToken(): source and dest of move operation was wrong

[Citadel Development] Citadel commit log: revision 8463

2010-03-16 Thread dothebart
r8463 | dothebart | 2010-03-16 17:19:08 -0400 (Tue, 16 Mar 2010) | 2 lines Changed paths: M /trunk/citadel/debian/rules * add iodbg switch to debian scripts

[Citadel Development] Citadel commit log: revision 8464

2010-03-16 Thread dothebart
r8464 | dothebart | 2010-03-16 17:27:26 -0400 (Tue, 16 Mar 2010) | 6 lines Changed paths: M /trunk/citadel/modules/imap/imap_fetch.c * fix imap uid fetching: - imap_strip_headers() : fix loading of the line from the

[Citadel Development] Citadel commit log: revision 8467

2010-03-16 Thread dothebart
r8467 | dothebart | 2010-03-16 19:37:38 -0400 (Tue, 16 Mar 2010) | 2 lines Changed paths: M /trunk/citadel/msgbase.c * CtdlFetchMessage(): don't use strdup on a buffer we also can steal; this saves us one strlen, one

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

2010-03-16 Thread IGnatius T Foobar
* CtdlOutputPreLoadedMsg: use length calculated by safestrncpy instead of doing strlen on each loop iteration No really, I mean it, NO MORE OPTIMIZATIONS until we fix the bugs introduced by all previous optimizations!!