[Citadel Development] Re:

2011-04-01 Thread IGnatius T Foobar
There does seem to be a problem.  When citserver is first started there is
no problem, but after it runs for a little while, messages are getting corrupted
as they are read into the buffer for sending. 
  
 The symptoms showing up in the log are that the From: address is not 
extractable
(so it's sent to the recipient as MAIL FROM: some...@somewhere.org  ) and
that we get the warning that the message did not end with a 0x10. 
  
 I've temporarily added a diagnostic that dumps the buffer to /tmp/badmail.x.x
when this condition is detected. 
 


[Citadel Development] [SCM] citadel.org branch, master, updated. 1d184e77f5025bcd9ad7497440d73d603321af83

2011-04-01 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  1d184e77f5025bcd9ad7497440d73d603321af83 (commit)
  from  d96f8694a1f1ea4d3bd6999c847b8472d88d2283 (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=1d184e77f5025bcd9ad7497440d73d603321af83
commit 1d184e77f5025bcd9ad7497440d73d603321af83
Author: Art Cancro a...@uncensored.citadel.org
Date:   Fri Apr 1 11:35:48 2011 -0400

Temporarily adding dump of badmail to smtpclient

---

Summary of changes:
 citadel/modules/smtp/serv_smtpclient.c |   10 +-
 citadel/room_ops.c |2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, libevent, updated. 1472e247d25c64dd52a1e0d8166946c003b74581

2011-04-01 Thread dothebart

Push to the project citadel.org : The branch, libevent has been updated
   via  1472e247d25c64dd52a1e0d8166946c003b74581 (commit)
   via  38a230bb609bfee1103ccb2171dd56b96b6f (commit)
   via  e7e9c3a84aa02b47864f22b5edf4f9c412ac82f9 (commit)
  from  db19b9d718096f0f62b6c999759a043c1ecb535f (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=1472e247d25c64dd52a1e0d8166946c003b74581
commit 1472e247d25c64dd52a1e0d8166946c003b74581
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Fri Apr 1 23:48:57 2011 +0200

implement abort handling

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=38a230bb609bfee1103ccb2171dd56b96b6f
commit 38a230bb609bfee1103ccb2171dd56b96b6f
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Fri Apr 1 21:56:20 2011 +0200

Switch handling to have a pointer to the target address

 - change URL struct to contain sockaddr_in6
 - change URL-Parsing to add that indirection
 - change all pointer indirections so the new way fits

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=e7e9c3a84aa02b47864f22b5edf4f9c412ac82f9
commit e7e9c3a84aa02b47864f22b5edf4f9c412ac82f9
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Fri Apr 1 16:51:48 2011 +0200

move URL parsing / struct over into libcitadel

---

Summary of changes:
 citadel/event_client.c  |4 +-
 citadel/event_client.h  |5 +-
 citadel/modules/smtp/serv_smtpeventclient.c |  106 +-
 citadel/modules/smtp/serv_smtpqueue.c   |   87 +
 citadel/modules/smtp/smtpqueue.h|   15 
 libcitadel/Makefile.in  |1 +
 libcitadel/lib/libcitadel.h |   23 ++
 libcitadel/lib/urlhandling.c|  111 +++
 8 files changed, 179 insertions(+), 173 deletions(-)
 create mode 100644 libcitadel/lib/urlhandling.c


hooks/post-receive
-- 
citadel.org 


[Citadel Development] Re: [SCM] citadel.org branch, libevent, updated. 1472e247d25c64dd52a1e0d8166946c003b74581

2011-04-01 Thread dothebart


ok, seems as if I can send mail again, and now should be able to connect secondary mx'es.
any fancy setup to test this around? where the first mx isn't available?
 
btw, just ran citadel/webcit on a debian k/freebsd, and we have per user locale here!
another problem we might get with libev in webcit... locales?




[Citadel Development] Re: [SCM] citadel.org branch, libevent, updated. 1472e247d25c64dd52a1e0d8166946c003b74581

2011-04-01 Thread IGnatius T Foobar
libev in webcit?  Why?  The main loop of webcit is simple enough.  It doesn't
need libev.