[Citadel Development] Re: MIME parser is broken

2010-12-05 Thread IGnatius T Foobar
Also: uploading files (attachments, images, etc.) is broken.  The form data
stops when it gets to an upload file.  It is important to repair this quickly
because I have a commit almost ready that will *greatly* improve attachment
uploading in webcit, but I can't test it until the MIME parser is fixed. 
  
 (I'm getting WebCit in line with the other 'web 2.0' email programs.  Attaching
files will no longer require two different form submits, and we can get rid
of the whole AttachList stuff too.) 
 


[Citadel Development] Re: MIME parser is broken

2010-12-05 Thread IGnatius T Foobar
 >where do you see QP exactly?   
  
 All I have to do is use WebCit to post a message in any room, and then read
it.  QP-encoding all over the place. 
 


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

2010-12-05 Thread dothebart

Push to the project "citadel.org ": The branch, master has been updated
   via  d5a9994ae97dd98e976069e4711b4428df9a0166 (commit)
   via  64d71a9254e5ff75af7de524da658cfdfaf5cdf1 (commit)
   via  7ae22842a31a3ef895e665c0e89ef161786533f1 (commit)
  from  8adf8f8074e001d2eb3a3b9146f8a9278c90b9fa (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=d5a9994ae97dd98e976069e4711b4428df9a0166
commit d5a9994ae97dd98e976069e4711b4428df9a0166
Author: Wilfried Goesgens 
Date:   Sun Dec 5 17:31:26 2010 +0100

Add test running our wildfire sample code

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=64d71a9254e5ff75af7de524da658cfdfaf5cdf1
commit 64d71a9254e5ff75af7de524da658cfdfaf5cdf1
Author: Wilfried Goesgens 
Date:   Sun Dec 5 17:30:40 2010 +0100

In the name of test-coverage: #if 0 the parts we don't need.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=7ae22842a31a3ef895e665c0e89ef161786533f1
commit 7ae22842a31a3ef895e665c0e89ef161786533f1
Author: Wilfried Goesgens 
Date:   Sun Dec 5 17:14:43 2010 +0100

Don't forget to cleanup gcov output in xdgmime

---

Summary of changes:
 libcitadel/Makefile.in   |3 +-
 libcitadel/lib/lookup3.c |   12 +++--
 libcitadel/tests/Makefile.in |8 +++-
 libcitadel/tests/run_tests.sh|   27 +
 libcitadel/tests/wildfire_test.c |  111 ++
 5 files changed, 143 insertions(+), 18 deletions(-)
 create mode 100644 libcitadel/tests/wildfire_test.c


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 8adf8f8074e001d2eb3a3b9146f8a9278c90b9fa

2010-12-05 Thread dothebart

Push to the project "citadel.org ": The branch, master has been updated
   via  8adf8f8074e001d2eb3a3b9146f8a9278c90b9fa (commit)
   via  95af3fb620d2ce607ae2a8c89835e22f3376969a (commit)
   via  bad1b8d0f0776cee2c40b3e5e7255cc563154f9b (commit)
   via  221a008305512fb4a64d126cd491c87b37ad5cce (commit)
  from  c066a7a85daf4425d827830830d1ae836d4c03a1 (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=8adf8f8074e001d2eb3a3b9146f8a9278c90b9fa
commit 8adf8f8074e001d2eb3a3b9146f8a9278c90b9fa
Author: Wilfried Goesgens 
Date:   Sun Dec 5 15:47:18 2010 +0100

More shell calls to all our tests

 - look up all our staticaly coded mimetypes from randomly generated 
filenames
 - read all contents we find across all test mimecontainers.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=95af3fb620d2ce607ae2a8c89835e22f3376969a
commit 95af3fb620d2ce607ae2a8c89835e22f3376969a
Author: Wilfried Goesgens 
Date:   Sun Dec 5 15:45:21 2010 +0100

Add test for loading one mimepart from the mimestructure; decode its 
content inside.

 - this found a bug of a const char being modified inside of the call.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=bad1b8d0f0776cee2c40b3e5e7255cc563154f9b
commit bad1b8d0f0776cee2c40b3e5e7255cc563154f9b
Author: Wilfried Goesgens 
Date:   Sun Dec 5 15:43:46 2010 +0100

Add test for looking up the icon for a specific mimetype.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=221a008305512fb4a64d126cd491c87b37ad5cce
commit 221a008305512fb4a64d126cd491c87b37ad5cce
Author: Wilfried Goesgens 
Date:   Sun Dec 5 15:41:19 2010 +0100

Don't put a static buffer into content_encoding; its changed inside.

 - while decoding thats overwritten. probably a bug sleeping in here 
waiting for its discovery for a long time.

---

Summary of changes:
 libcitadel/lib/mime_parser.c|   17 +++-
 libcitadel/tests/mime_xdg_lookup_type.c |   41 -
 libcitadel/tests/mimeparser_test.c  |  149 --
 libcitadel/tests/run_tests.sh   |   25 --
 4 files changed, 148 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
citadel.org