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

2008-08-16 Thread dothebart
he, you've produced an SVN bug here... moving files back and forth blocks it... one needs to rm static/ and do sn up after.

[Citadel Development] Citadel commit log: revision 6502

2008-08-16 Thread dothebart
r6502 | dothebart | 2008-08-16 13:41:40 -0400 (Sat, 16 Aug 2008) | 3 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * New StrBufPeek function to replace a special char

[Citadel Development] Citadel commit log: revision 6503

2008-08-16 Thread dothebart
r6503 | dothebart | 2008-08-16 13:45:26 -0400 (Sat, 16 Aug 2008) | 3 lines Changed paths: M /trunk/webcit/gettext.c M /trunk/webcit/subst.c M /trunk/webcit/webcit.h * now template tokens can work as functions, you

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

2008-08-16 Thread dothebart
Sa Aug 16 2008 13:45:26 EDT von dothebart in 00.Sent Items an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6503 r6503 | dothebart | 2008-08-16 13:45:26 -0400 (Sat, 16 Aug

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

2008-08-17 Thread dothebart
Sa Aug 16 2008 20:29:21 EDT von IGnatius T [EMAIL PROTECTED] Betreff: Re:Citadel commit log: revision 6503 now you can put foo into a template, and Deleted will be looked up in our .po's and the string matching your locale will be printed: TEH ROX0R!! Does

[Citadel Development] Citadel commit log: revision 6504

2008-08-17 Thread dothebart
r6504 | dothebart | 2008-08-17 06:53:12 -0400 (Sun, 17 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/graphics.c M /trunk/webcit/inetconf.c M /trunk/webcit/listsub.c M /trunk/webcit

[Citadel Development] (no subject)

2008-08-17 Thread dothebart
So Aug 17 2008 06:45:43 EDT von [EMAIL PROTECTED] did we loose the templates rss_head _tail _item _item_end ? hm, nope, IO error, do you still have them arround? I guess its pretty useless without?

[Citadel Development] Citadel commit log: revision 6505

2008-08-17 Thread dothebart
r6505 | dothebart | 2008-08-17 11:17:20 -0400 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/hash.c M /trunk/libcitadel/lib/libcitadel.h * return a const char instead

[Citadel Development] Citadel commit log: revision 6506

2008-08-17 Thread dothebart
r6506 | dothebart | 2008-08-17 11:21:42 -0400 (Sun, 17 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/addressbook_popup.c M /trunk/webcit/auth.c M /trunk/webcit/calendar_view.c M /trunk/webcit/preferences.c

[Citadel Development] Citadel commit log: revision 6507

2008-08-17 Thread dothebart
r6507 | dothebart | 2008-08-17 18:34:33 -0400 (Sun, 17 Aug 2008) | 2 lines Changed paths: A /trunk/webcit/static/rss_browser.css A /trunk/webcit/static/t/rss_head.html A /trunk/webcit/static/t/rss_item.html

[Citadel Development] Citadel commit log: revision 6508

2008-08-18 Thread dothebart
r6508 | dothebart | 2008-08-18 15:47:07 -0400 (Mon, 18 Aug 2008) | 6 lines Changed paths: M /trunk/webcit/preferences.c M /trunk/webcit/serv_func.c M /trunk/webcit/siteconfig.c M /trunk/webcit/subst.c M /trunk

[Citadel Development] Citadel commit log: revision 6509

2008-08-18 Thread dothebart
r6509 | dothebart | 2008-08-18 16:14:21 -0400 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/po/create-pot.sh * inspect our templates too.

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

2008-08-18 Thread dothebart
ok, i did a quick test. xgettext assumes its scanning c-files, so maybe weird quoting stuff if one wants to put s.th. into javascript might break, but one can add a text to the template, xgettext adds it to webcit.pot, if one translates it and checks it, one gets the translated string. so, YES,

[Citadel Development] Citadel commit log: revision 6512

2008-08-19 Thread dothebart
r6512 | dothebart | 2008-08-19 16:23:02 -0400 (Tue, 19 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/preferences.c M /trunk/webcit/subst.c M /trunk/webcit/webcit.c M /trunk/webcit/webcit.h M /trunk/webcit

[Citadel Development] Citadel commit log: revision 6518

2008-08-19 Thread dothebart
r6518 | dothebart | 2008-08-19 19:28:53 -0400 (Tue, 19 Aug 2008) | 3 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/roomops.c M /trunk/webcit/siteconfig.c M /trunk/webcit/subst.c * fixes

[Citadel Development] (no subject)

2008-08-20 Thread dothebart
in event.c line 695... /** * Encapsulate event into full VCALENDAR component. Clone it first, * for two reasons: one, it's easier to just free the whole thing * when we're done instead of unbundling, but more importantly, we * can't encapsulate

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

2008-08-23 Thread dothebart
this will give us some other neat stuff. A new tokenpair '?' and '!' with inverse logic is here. it basicaly takes two parameters: * name of the conditional handler * Int Identifier depending on the conditional callback, we may have more parameters. if the condition did work

[Citadel Development] Citadel commit log: revision 6529

2008-08-24 Thread dothebart
r6529 | dothebart | 2008-08-24 14:55:04 -0400 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /trunk/citadel/migrate_aliases.sh * don't use temp files while migrating aliases; we trade security here for performance

[Citadel Development] Citadel commit log: revision 6532

2008-08-24 Thread dothebart
r6532 | dothebart | 2008-08-24 16:35:35 -0400 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/subst.c * print the trail of the template

[Citadel Development] Citadel commit log: revision 6533

2008-08-24 Thread dothebart
r6533 | dothebart | 2008-08-24 19:03:16 -0400 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * redid sprintf wrapper logic

[Citadel Development] Citadel commit log: revision 6536

2008-08-25 Thread dothebart
r6536 | dothebart | 2008-08-25 16:29:22 -0400 (Mon, 25 Aug 2008) | 3 lines Changed paths: A /trunk/webcit/static/t/wholiststatic.html A /trunk/webcit/static/t/wholiststatic_header.html M /trunk/webcit/static/t

[Citadel Development] Citadel commit log: revision 6540

2008-08-25 Thread dothebart
r6540 | dothebart | 2008-08-25 18:11:48 -0400 (Mon, 25 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/roomops.c * some pointer magic to get rid of warnings

[Citadel Development] Citadel commit log: revision 6541

2008-08-26 Thread dothebart
r6541 | dothebart | 2008-08-26 07:25:37 -0400 (Tue, 26 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/debian/files M /trunk/libcitadel/lib/stringbuf.c * bugfix reallocation msgescputs

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

2008-08-26 Thread dothebart
yes, its working now. Thought it already were, but i was wrong for some reason. funny that the 64 bit box behaved different here... i'm sometimes getting a 'No ' blank page, most often in the wholist section, didn't find out where that comes from yet.

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

2008-08-26 Thread dothebart
mar ago 26 2008 16:41:00 CEST von IGnatius T [EMAIL PROTECTED] Betreff: Re: Citadel commit log: revision 6541 Will one of those last couple of commits fix the Quote function in webcit? to provide evidence ;-) this is done with my webcit.

[Citadel Development] Citadel commit log: revision 6543

2008-08-27 Thread dothebart
r6543 | dothebart | 2008-08-27 13:16:08 -0400 (Wed, 27 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * copy va_arg list as running the same vsnprintf over the same list doesn't work.

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

2008-08-27 Thread dothebart
ok, this is funny. you musn't reuse the same va_list for one vsnprintf(), you have to copy it. C99 specifies va_copy, but there might be older compilers needing __va_copy (pre C99 Standard proposal way), or you have to copy ap=ap or *ap=*ap or there might be processor register versions arround

[Citadel Development] Citadel commit log: revision 6545

2008-08-27 Thread dothebart
r6545 | dothebart | 2008-08-27 19:01:15 -0400 (Wed, 27 Aug 2008) | 2 lines Changed paths: M /trunk/citadel/internet_addressing.c * quick check the email address for quoted printable encoding, so the de-qp'er doesn't jam

[Citadel Development] Citadel commit log: revision 6548

2008-08-30 Thread dothebart
r6548 | dothebart | 2008-08-30 03:25:42 -0400 (Sat, 30 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c A /trunk/webcit/static/t/wholist_section.html A /trunk/webcit/static/t

[Citadel Development] Citadel commit log: revision 6551

2008-08-31 Thread dothebart
r6551 | dothebart | 2008-08-31 09:13:33 -0400 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/roomops.c A /trunk/webcit/static/t/important_msg.html A /trunk/webcit/static/t

[Citadel Development] Citadel commit log: revision 6552

2008-08-31 Thread dothebart
r6552 | dothebart | 2008-08-31 11:37:29 -0400 (Sun, 31 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/paging.c M /trunk/webcit/static/t/who.html M /trunk/webcit/static/t

[Citadel Development] Citadel commit log: revision 6553

2008-08-31 Thread dothebart
r6553 | dothebart | 2008-08-31 11:43:12 -0400 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/static/t/whosection.html M /trunk/webcit/static/t/whosummarysection.html * correct nsession counter display

[Citadel Development] Citadel commit log: revision 6554

2008-08-31 Thread dothebart
r6554 | dothebart | 2008-08-31 14:58:34 -0400 (Sun, 31 Aug 2008) | 3 lines Changed paths: M /trunk/webcit/static/t/whosection.html M /trunk/webcit/subst.c * fix leak * fix section

[Citadel Development] Citadel commit log: revision 6555

2008-08-31 Thread dothebart
r6555 | dothebart | 2008-08-31 16:09:39 -0400 (Sun, 31 Aug 2008) | 3 lines Changed paths: M /trunk/libcitadel/lib/mime_parser.c * free the icon structure too, not just its members

[Citadel Development] Citadel commit log: revision 6557

2008-08-31 Thread dothebart
r6557 | dothebart | 2008-08-31 16:59:38 -0400 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/preferences.c M /trunk/webcit/subst.c * cleaneup allocation

[Citadel Development] Citadel commit log: revision 6558

2008-08-31 Thread dothebart
r6558 | dothebart | 2008-08-31 19:47:20 -0400 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/roomops.c A /trunk/webcit/static/t/display_main_menu.html A /trunk/webcit/static

[Citadel Development] Citadel commit log: revision 6559

2008-09-01 Thread dothebart
r6559 | dothebart | 2008-09-01 14:57:23 -0400 (Mon, 01 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/mainmenu.c A /trunk/webcit/static/t/aide_floorconfig.html A /trunk/webcit/static

[Citadel Development] Citadel commit log: revision 6562

2008-09-02 Thread dothebart
r6562 | dothebart | 2008-09-02 08:38:58 -0400 (Tue, 02 Sep 2008) | 3 lines Changed paths: M /trunk/webcit/mainmenu.c A /trunk/webcit/static/t/box_serverrestart.html A /trunk/webcit/static/t/box_serverrestartpage.html

[Citadel Development] Citadel commit log: revision 6566

2008-09-04 Thread dothebart
r6566 | dothebart | 2008-09-04 03:40:28 -0400 (Thu, 04 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * fix memleak in msgescputs; temporary StrBuf needs to be freed.

[Citadel Development] (no subject)

2008-09-04 Thread dothebart
this is whats doing the exception at that ical thing: #0 0xe410 in __kernel_vsyscall () #1 0xb7c20640 in raise () from /lib/i686/cmov/libc.so.6 #2 0xb7c22018 in abort () from /lib/i686/cmov/libc.so.6 #3 0xb7c195be in __assert_fail () from /lib/i686/cmov/libc.so.6 #4 0x080cbe6c in

[Citadel Development] Citadel commit log: revision 6567

2008-09-04 Thread dothebart
r6567 | dothebart | 2008-09-04 13:49:41 -0400 (Thu, 04 Sep 2008) | 6 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/siteconfig.c M /trunk/webcit/subst.c M /trunk/webcit/tabs.c M /trunk

[Citadel Development] Citadel commit log: revision 6568

2008-09-04 Thread dothebart
r6568 | dothebart | 2008-09-04 15:06:21 -0400 (Thu, 04 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/subst.c M /trunk/webcit/webcit.h M /trunk/webcit/webserver.c * Template debugging: load parse template

[Citadel Development] (no subject)

2008-09-04 Thread dothebart
Do Sep 04 2008 15:57:15 EDT von IGnatius T [EMAIL PROTECTED] While waiting for six months of refcount_adjustments backlog to process last night, I took the time to write a technical article about how THE DREADED AUTO-PURGER does its thing.

[Citadel Development] (no subject)

2008-09-05 Thread dothebart
ok, first webcit running behind an nginx. now switch outgesourced and debian.citadel.org.

[Citadel Development] (no subject)

2008-09-06 Thread dothebart
plus not take a truckload of memory from the start; nginx doesn't show up in top M, while apache filled the upper half

[Citadel Development] Citadel commit log: revision 6569

2008-09-06 Thread dothebart
r6569 | dothebart | 2008-09-06 07:54:56 -0400 (Sat, 06 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/static/t/display_aide_menu.html M /trunk/webcit/static/t/display_main_menu.html M /trunk/webcit/static/t

[Citadel Development] Citadel commit log: revision 6570

2008-09-07 Thread dothebart
r6570 | dothebart | 2008-09-07 08:11:30 -0400 (Sun, 07 Sep 2008) | 2 lines Changed paths: M /trunk/citadel/modules/smtp/serv_smtp.c * UPPERCASE smtp commands. this fixes communication problems with alioth.debian.org

[Citadel Development] Citadel commit log: revision 6572

2008-09-07 Thread dothebart
r6572 | dothebart | 2008-09-07 16:43:26 -0400 (Sun, 07 Sep 2008) | 3 lines Changed paths: M /trunk/webcit/siteconfig.c M /trunk/webcit/static/t/display_serverrestart.html M /trunk/webcit/static/t

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

2008-09-07 Thread dothebart
yes, did that first before starting to work with it further than programming it. it did some moaning because of xgettext is not primarily intended to scan html. if it actualy starts to hickup, we either have to patch xgettext, or prepend our own parser that collects the strings into a single

[Citadel Development] Citadel commit log: revision 6573

2008-09-07 Thread dothebart
r6573 | dothebart | 2008-09-07 20:47:35 -0400 (Sun, 07 Sep 2008) | 4 lines Changed paths: M /trunk/webcit/static/t/display_sitewide_config.html M /trunk/webcit/static/t/tab_siteconfig_access.html M /trunk/webcit

[Citadel Development] Citadel commit log: revision 6574

2008-09-07 Thread dothebart
r6574 | dothebart | 2008-09-07 21:31:10 -0400 (Sun, 07 Sep 2008) | 3 lines Changed paths: M /trunk/webcit/static/t/display_sitewide_config.html M /trunk/webcit/static/t/tab_siteconfig_access.html M /trunk/webcit

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

2008-09-07 Thread dothebart
hm... do_template?template=display_sitewide_config does usefull output... but why does it just show the ab headline? I'm a bit lost here...

[Citadel Development] Citadel commit log: revision 6575

2008-09-08 Thread dothebart
r6575 | dothebart | 2008-09-08 08:23:13 -0400 (Mon, 08 Sep 2008) | 6 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/siteconfig.c M /trunk/webcit/static/t/display_sitewide_config.html M /trunk

[Citadel Development] Citadel commit log: revision 6578

2008-09-08 Thread dothebart
r6578 | dothebart | 2008-09-08 14:00:42 -0400 (Mon, 08 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/fmt_date.c M /trunk/webcit/messages.c * sanitize accesses, so valgrind doesn't moan of uninitialized values

[Citadel Development] Citadel commit log: revision 6579

2008-09-08 Thread dothebart
r6579 | dothebart | 2008-09-08 17:02:49 -0400 (Mon, 08 Sep 2008) | 2 lines Changed paths: M /trunk/libcitadel/debian/files M /trunk/libcitadel/lib/hash.c M /trunk/libcitadel/lib/libcitadel.h * add wrapper

[Citadel Development] (no subject)

2008-09-08 Thread dothebart
hey, that webpage is all russian... how come? ;-)) ok, i guess my setup isn't that much complicated...

[Citadel Development] Citadel commit log: revision 6581

2008-09-10 Thread dothebart
r6581 | dothebart | 2008-09-10 11:36:50 -0400 (Wed, 10 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * Fix URL Debugging code to work with StrBuf

[Citadel Development] Citadel commit log: revision 6582

2008-09-10 Thread dothebart
r6582 | dothebart | 2008-09-10 11:54:08 -0400 (Wed, 10 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/debian/rules * add way to build the debs with url debugging

[Citadel Development] Citadel commit log: revision 6583

2008-09-10 Thread dothebart
r6583 | dothebart | 2008-09-10 12:00:03 -0400 (Wed, 10 Sep 2008) | 7 lines Changed paths: M /trunk/webcit/.svnignore M /trunk/webcit/inetconf.c M /trunk/webcit/preferences.c M /trunk/webcit/siteconfig.c M

[Citadel Development] Citadel commit log: revision 6586

2008-09-11 Thread dothebart
r6586 | dothebart | 2008-09-11 08:15:11 -0400 (Thu, 11 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * give the URL params into the templates with BSTR and COND:BSTR

[Citadel Development] Citadel commit log: revision 6587

2008-09-11 Thread dothebart
r6587 | dothebart | 2008-09-11 09:00:20 -0400 (Thu, 11 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/subst.c * warn if we don't know an iterator

[Citadel Development] Citadel commit log: revision 6588

2008-09-11 Thread dothebart
r6588 | dothebart | 2008-09-11 10:05:50 -0400 (Thu, 11 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/netconf.c A /trunk/webcit/static/t/add_node.html M /trunk/webcit/static/t/aide_global_config.html A /trunk

[Citadel Development] Citadel commit log: revision 6589

2008-09-11 Thread dothebart
r6589 | dothebart | 2008-09-11 12:09:00 -0400 (Thu, 11 Sep 2008) | 2 lines Changed paths: M /trunk/citadel/Makefile.in M /trunk/citadel/citadel_dirs.c M /trunk/citadel/configure.ac M /trunk/citadel/debian

[Citadel Development] Re: Concurrency in FSCK/Refcount adjustments?

2008-09-11 Thread dothebart
acualy messages may be referenced several times. You can use artv dump to analyse this. have a look at: http://www.citadel.org/doku.php/documentation:developers:deferred_processing

[Citadel Development] Citadel commit log: revision 6591

2008-09-12 Thread dothebart
r6591 | dothebart | 2008-09-12 06:10:44 -0400 (Fri, 12 Sep 2008) | 4 lines Changed paths: M /trunk/webcit/crypto.c M /trunk/webcit/webserver.c M /trunk/webcit/webserver.h * shutdown webcit if we panic out while

[Citadel Development] Citadel commit log: revision 6592

2008-09-12 Thread dothebart
r6592 | dothebart | 2008-09-12 06:17:10 -0400 (Fri, 12 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/event.c * potential leak while saving edited events fixed.

[Citadel Development] Citadel commit log: revision 6593

2008-09-12 Thread dothebart
r6593 | dothebart | 2008-09-12 06:25:45 -0400 (Fri, 12 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * fix leak in message citing

[Citadel Development] Citadel commit log: revision 6594

2008-09-12 Thread dothebart
r6594 | dothebart | 2008-09-12 08:51:59 -0400 (Fri, 12 Sep 2008) | 2 lines Changed paths: A /trunk/webcit/selenium A /trunk/webcit/selenium/ChangeIdentity A /trunk/webcit/selenium/LoginEditcontactLogout A /trunk

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

2008-09-12 Thread dothebart
whew, thats so cool! though, make shure you don't want to surf anywhere else while testing, selenium will grab the active window and mess with it. each test is designed to log in/ out at start/end. I had several troubles: * I had to change many recorded things from Click to ClickAndWait; else

[Citadel Development] Citadel commit log: revision 6595

2008-09-12 Thread dothebart
r6595 | dothebart | 2008-09-12 11:51:00 -0400 (Fri, 12 Sep 2008) | 3 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * move StrBufNum_tokens and StrBufPlain to more apropriate places * do api documentation

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

2008-09-12 Thread dothebart
he, that was about time; I already had to read one function to write the documentation ;-)

[Citadel Development] Citadel commit log: revision 6596

2008-09-12 Thread dothebart
r6596 | dothebart | 2008-09-12 13:21:19 -0400 (Fri, 12 Sep 2008) | 3 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * upsi. sequence readjusted. * add linebuffered reading

[Citadel Development] generating multiple SSL certificates...

2008-09-14 Thread dothebart
in crypto.c line 211 we do: X509_NAME_add_entry_by_txt( name, OU, MBSTRING_ASC, (unsigned char*)Citadel server1, -1, -1, 0); i've added a 1 here for testing; FF3 gives me

[Citadel Development] Citadel commit log: revision 6598

2008-09-14 Thread dothebart
r6598 | dothebart | 2008-09-14 11:43:47 -0400 (Sun, 14 Sep 2008) | 4 lines Changed paths: M /trunk/libcitadel/debian/files M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * add define

[Citadel Development] Citadel commit log: revision 6599

2008-09-14 Thread dothebart
r6599 | dothebart | 2008-09-14 12:50:08 -0400 (Sun, 14 Sep 2008) | 4 lines Changed paths: M /trunk/webcit/calendar.c M /trunk/webcit/context_loop.c M /trunk/webcit/cookie_conversion.c M /trunk/webcit/crypto.c M

[Citadel Development] (no subject)

2008-09-14 Thread dothebart
hm, interesting. using RBL's to block access to web-frontends too...

[Citadel Development] (no subject)

2008-09-18 Thread dothebart

[Citadel Development] Re: cygwin breakage

2008-09-20 Thread dothebart
whats the actual error message? if you have intl/gettext non libc-based install (like *bst) you should have per webcit process locale.

[Citadel Development] (no subject)

2008-09-21 Thread dothebart
matt, maybe you need to add -l intl to the linker command. could you test that in a link-cut-n-paste by hand? if we need to find out a way to make configure fiddle that out.

[Citadel Development] (no subject)

2008-09-21 Thread dothebart
Sa Sep 20 2008 23:31:45 EDT von IGnatius T [EMAIL PROTECTED] I'm getting all sorts of errors building webcit, primarily in cookie_conversion.c. dothebart: you said this was building ok on your system, so ... if it's still not generating any errors over there, could you try building

[Citadel Development] Citadel commit log: revision 6610

2008-09-21 Thread dothebart
r6610 | dothebart | 2008-09-21 10:04:16 -0400 (Sun, 21 Sep 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h * inline does funny things in some situations.

[Citadel Development] (no subject)

2008-09-21 Thread dothebart
Sa Sep 20 2008 23:31:45 EDT von IGnatius T [EMAIL PROTECTED] I'm getting all sorts of errors building webcit, primarily in cookie_conversion.c. hm, funny. could you update libcitadel, and test whether this fixes your incident?

[Citadel Development] Citadel commit log: revision 6611

2008-09-21 Thread dothebart
r6611 | dothebart | 2008-09-21 11:41:39 -0400 (Sun, 21 Sep 2008) | 3 lines Changed paths: M /trunk/citadel/debian/rules * configure the prefix right

[Citadel Development] Citadel commit log: revision 6612

2008-09-21 Thread dothebart
r6612 | dothebart | 2008-09-21 16:19:04 -0400 (Sun, 21 Sep 2008) | 6 lines Changed paths: M /trunk/citadel/setup.c * fix setup * print errormessages also in quiet mode * wrap ACT_AS_MTA arround the whole MTA checking

[Citadel Development] (no subject)

2008-09-21 Thread dothebart
So Sep 21 2008 13:00:39 EDT von IGnatius T [EMAIL PROTECTED] hm, funny. could you update libcitadel, and test whether this fixes your incident? Updated libcitadel (fresh checkout and clean build) Still getting this error: cookie_conversion.c:89:45: error: macro

[Citadel Development] Citadel commit log: revision 6613

2008-09-21 Thread dothebart
r6613 | dothebart | 2008-09-21 16:43:44 -0400 (Sun, 21 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/cookie_conversion.c * in higher optimization levels the gcc CPP fails to extract the HKEY macro. thus do

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

2008-09-21 Thread dothebart
ok, do it the hard way. fancy. is working with -O0 without a problem. doesn't look very elegant, but compiles now.

[Citadel Development] Citadel commit log: revision 6614

2008-09-21 Thread dothebart
r6614 | dothebart | 2008-09-21 16:52:03 -0400 (Sun, 21 Sep 2008) | 3 lines Changed paths: M /trunk/citadel/debian/changelog M /trunk/citadel/debian/citadel-server.postinst * fix debian scripts * new version

[Citadel Development] (no subject)

2008-09-22 Thread dothebart
hm, now thats s.th. i'm realy not in touch with, but it sounds like it needs to link libcitadel.

[Citadel Development] Citadel commit log: revision 6623

2008-09-23 Thread dothebart
r6623 | dothebart | 2008-09-23 14:24:32 -0400 (Tue, 23 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/static/t/aide_inet_masqdomains.html * wrong target in this template. Thanks to samjam providing this patch.

[Citadel Development] Citadel commit log: revision 6624

2008-09-23 Thread dothebart
r6624 | dothebart | 2008-09-23 17:43:29 -0400 (Tue, 23 Sep 2008) | 3 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/context_loop.c M /trunk/webcit/gettext.c M /trunk/webcit/iconbar.c M /trunk

[Citadel Development] Citadel commit log: revision 6625

2008-09-23 Thread dothebart
r6625 | dothebart | 2008-09-23 18:27:48 -0400 (Tue, 23 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * add the mimeheader length to the number of bytes to read from the client; client_read decreases bytes

[Citadel Development] Citadel commit log: revision 6627

2008-09-24 Thread dothebart
r6627 | dothebart | 2008-09-24 18:20:04 -0400 (Wed, 24 Sep 2008) | 3 lines Changed paths: M /trunk/webcit/cookie_conversion.c M /trunk/webcit/webcit.c * cut all left of webcit= from cookies * some header analyzers were

[Citadel Development] Citadel commit log: revision 6629

2008-09-25 Thread dothebart
r6629 | dothebart | 2008-09-25 18:14:36 -0400 (Thu, 25 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webserver.c * when reading SSL buffers, measure existing buffer content the same way as with plaintext http.

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

2008-09-26 Thread dothebart
Fr Sep 26 2008 11:13:28 CEST von [EMAIL PROTECTED] Betreff: Re: Citadel commit log: revision 6628 [I can't find the un-indent in citedel composer, I've had to use html view to close and re-open the blockquote tags] Sam Theres a tiny mce plugin done by some drupal related guy; I've

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

2008-09-26 Thread dothebart
Fr Sep 26 2008 15:08:33 CEST von [EMAIL PROTECTED] Betreff: Re: Citadel commit log: revision 6628 We could modify that code instead, and say, when storing the message body separately, we still want to store the second-level headers along with the top-level headers. If the code recognizes a

[Citadel Development] (no subject)

2008-09-26 Thread dothebart

[Citadel Development] (no subject)

2008-09-26 Thread dothebart

[Citadel Development] N~ trouble...

2008-09-27 Thread dothebart
Ok, I've researched the problem with our spanish speaking friends a little. I've sent myself message 1 message 2 if you enter a Ntilde; letter, it immediately crashes. and as you can see in the trace, the JS posts stupid stuff. maybe someone JS proof could have a look at

[Citadel Development] Citadel commit log: revision 6632

2008-09-27 Thread dothebart
r6632 | dothebart | 2008-09-27 09:11:01 -0400 (Sat, 27 Sep 2008) | 2 lines Changed paths: M /trunk/webcit/webserver.c * fix SSL posting

<    1   2   3   4   5   6   7   8   9   10   >