[Citadel Development] (no subject)

2010-02-23 Thread davew
Ok, so what is filling my temp directory with file named foolog*

[Citadel Development] Citadel commit log: revision 8366

2010-02-23 Thread ajc

r8366 | ajc | 2010-02-23 11:28:58 -0500 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   M /trunk/citadel/modules/xmpp/xmpp_messages.c
   M /trunk/citadel/modules/xmpp/xmpp_presence.c

* Tweaked some of the XMPP stanzas to include a valid 'to=' parameter.  The 
presence of online buddies at login time is now working again in the current 
version of Pidgin.  Unsolicited events are still not being received at all, 
however.  This includes incoming instant messages and presence/nonpresence 
updates which occur during the session.



[Citadel Development] (no subject)

2010-02-23 Thread dothebart


thats some debug stuff in the sysdep.c
maybe I should add some ifdefs?




[Citadel Development] Citadel commit log: revision 8367

2010-02-23 Thread davew

r8367 | davew | 2010-02-23 13:06:56 -0500 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   M /branches/citadel_context_rework/context.c
   M /branches/citadel_context_rework/context.h
   M /branches/citadel_context_rework/modules/clamav/serv_virus.c
   M /branches/citadel_context_rework/modules/network/serv_network.c
   M /branches/citadel_context_rework/modules/pop3client/serv_pop3client.c
   M /branches/citadel_context_rework/modules/smtp/serv_smtp.c
   M /branches/citadel_context_rework/modules/spam/serv_spam.c
   M /branches/citadel_context_rework/server.h
   M /branches/citadel_context_rework/sysdep.c
   M /branches/citadel_context_rework/sysdep_decls.h
   M /branches/citadel_context_rework/threads.c

More stuff on context scheduling and fixing select() problems.



[Citadel Development] Citadel commit log: revision 8368

2010-02-23 Thread davew

r8368 | davew | 2010-02-23 13:12:54 -0500 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   M /branches/citadel_context_rework/include/ctdl_module.h
   D /branches/citadel_context_rework/modules/jabber
   A /branches/citadel_context_rework/modules/xmpp (from 
/trunk/citadel/modules/xmpp:8367)
   M /branches/citadel_context_rework/user_ops.c
   M /branches/citadel_context_rework/user_ops.h

Merged HEAD again



[Citadel Development] Citadel commit log: revision 8369

2010-02-23 Thread ajc

r8369 | ajc | 2010-02-23 15:14:30 -0500 (Tue, 23 Feb 2010) | 1 line
Changed paths:
   M /trunk/citadel/context.c

* In the extremely unlikely event that CtdlGetContextArray() returns NULL, set 
the number of sessions to 0 instead of undefined.



[Citadel Development] (no subject)

2010-02-23 Thread davew
Would you believe it?  

Tortoise SVN, the loveable SVN client for Windoze converts text files to \r\n
terminated during the transfer.  

Maybe its just me but I think that is SO VERY WRONG. Surely something like
that should always move the file unmodified.  

 

[Citadel Development] (no subject)

2010-02-23 Thread IGnatius T Foobar
Using SVN, or doing anything else, on Windows is SO VERY WRONG.
 


[Citadel Development] (no subject)

2010-02-23 Thread dothebart


thats configurable in the settings.
though stuff like windiff tends to crlfify source of my collegues upon checkin... FAIL.




[Citadel Development] (no subject)

2010-02-23 Thread IGnatius T Foobar
 
  BIG PROBLEM!
  
  Sometime recently, something broke in the main server context loop. 
Asynchronous events are not firing.  This is a big problem for the XMPP service,
which makes heavy use of its async loop in order to determine whether there are
any events in the queue which require action (such as delivering XMPP stanzas to
the client even though no commands were transmitted).
  
  Anyone who's been in that part of the code recently, please have a look?