[Citadel Development] (no subject)

2008-03-20 Thread dothebart
Do Mauml;r 20 2008 16:55:09 EDT von [EMAIL PROTECTED] Hmm, did you all know that citserver has two methods of producing a backtrace. We have eCrash and we have cit_backtrace() They behave in a similar manner but eCrash is more flexible. Yes, i've added ecrash later, as it is

[Citadel Development] Citadel commit log: revision 6147

2008-03-23 Thread dothebart
r6147 | dothebart | 2008-03-23 16:42:23 -0400 (Sun, 23 Mar 2008) | 2 lines Changed paths: M /trunk/libcitadel/COPYING * added aditional licenses of the non-citadel created parts of libcitadel.

[Citadel Development] (no subject)

2008-03-23 Thread dothebart
hm, since we just have the problems with the debs and license... (and my neat slideshow *sniff*) it names opensource but... is there a license? and, I think we should name the other scripts we include in our Copying? Scriptaculus? TinyMCE?

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

2008-03-31 Thread dothebart
matt, The last commit fixes another funny side effect, and now we should have 75 glyphs in the subject line. could you retry your danger room thing? Again... I can't crash this on linux.

[Citadel Development] Citadel commit log: revision 6169

2008-04-01 Thread dothebart
r6169 | dothebart | 2008-04-01 18:35:35 -0400 (Tue, 01 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c * rather trunkate data then letting escape chars through.

[Citadel Development] Citadel commit log: revision 6171

2008-04-02 Thread dothebart
r6171 | dothebart | 2008-04-02 19:45:08 -0400 (Wed, 02 Apr 2008) | 6 lines Changed paths: M /trunk/webcit/addressbook_popup.c M /trunk/webcit/calendar_tools.c M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c

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

2008-04-02 Thread dothebart
OK Webcit Hackers. Big news. bstr is hash now. This involves some tiny changes: bstr(foo) is ok. const char key[] = foo; bstr(key) is also ok. char bar[40]; memcpy(bar, blarg, sizeof(blarg)); bstr(bar); IS NOT OK! USE BSTR(bar) instead. you have been warned.

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

2008-04-03 Thread dothebart
bstr is: #define bstr(a) (char*) Bstr(a, sizeof(a) - 1) while BSTR does a strlen on the key inside. and, in case of char* sizeof will give you the number of bytes for the pointer, or the bufferlength you don't always use - BSTR must do strlen here.

[Citadel Development] Citadel commit log: revision 6173

2008-04-03 Thread dothebart
r6173 | dothebart | 2008-04-03 15:43:00 -0400 (Thu, 03 Apr 2008) | 3 lines Changed paths: M /trunk/webcit/Makefile.in M /trunk/webcit/README.txt M /trunk/webcit/debian/webcit.init M /trunk/webcit/setup.c M

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

2008-04-04 Thread dothebart
Fr Apr 04 2008 06:44:32 EDT von dothebart an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6179 * we have now several bstrs: * bstr: simply gives the string * xbstr: gives string and its length * lbstr: gives the long value of the item * ibstr

[Citadel Development] Citadel commit log: revision 6178

2008-04-04 Thread dothebart
r6178 | dothebart | 2008-04-04 06:39:25 -0400 (Fri, 04 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/ical_dezonify.c * as its rather noisy, the dezonify logging is #ifdef DBG_ICAL now.

[Citadel Development] Citadel commit log: revision 6180

2008-04-04 Thread dothebart
r6180 | dothebart | 2008-04-04 10:02:28 -0400 (Fri, 04 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c * we should send the buffer we printed the command into to the server.

[Citadel Development] Re:Citadel commit log: revision 6180 3px}1Lh�����,AWn����� +Jj{������'A\x1

2008-04-10 Thread dothebart
Fri Apr 04 2008 10:40:11 EDT from IGnatius T [EMAIL PROTECTED] Subject: Re:Citadel commit log: revision 6180 3px} I see a bug in the subject line :) Something in the new code -- either bstr() or addurls() -- may not be properly finding the end of the subject line. Last night I

[Citadel Development] (no subject)

2008-04-14 Thread dothebart
ceases during that time. I think we would benefit from a thread to do the decode so that transfers can continue. Something for later 8-) last time i've checked the profiler just complained about the bytewise reading / writing was expansive. Hey Dothebart. Hows the holiday going? Killed

[Citadel Development] (no subject)

2008-04-14 Thread dothebart
should we migrate this article http://easyinstall.citadel.org/citadel/docs/journaling.html into the wiki?

[Citadel Development] Citadel commit log: revision 6191

2008-04-14 Thread dothebart
r6191 | dothebart | 2008-04-14 10:57:49 -0400 (Mon, 14 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/debian/citadel-webcit.postinst M /trunk/webcit/debian/control M /trunk/webcit/debian/rules * use the debian

[Citadel Development] Citadel commit log: revision 6193

2008-04-14 Thread dothebart
r6193 | dothebart | 2008-04-14 17:01:18 -0400 (Mon, 14 Apr 2008) | 2 lines Changed paths: M /trunk/citadel/debian/citadel-client.install M /trunk/citadel/debian/citadel-server.postinst * don't deliver stress

[Citadel Development] Citadel commit log: revision 6194

2008-04-14 Thread dothebart
r6194 | dothebart | 2008-04-14 17:06:07 -0400 (Mon, 14 Apr 2008) | 3 lines Changed paths: M /trunk/citadel/debian/citadel-server.postinst M /trunk/citadel/setup.c * just modify /etc/services in batch mode if we

[Citadel Development] Citadel commit log: revision 6199

2008-04-17 Thread dothebart
r6199 | dothebart | 2008-04-17 17:50:49 -0400 (Thu, 17 Apr 2008) | 1 line Changed paths: M /trunk/libcitadel/lib/tools.c

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

2008-04-17 Thread dothebart
Ok, this implementation has several drawbacks so far. * it's limited to 50 mail addresses (didn't implement realloc yet) * if one recipient contains umlauts, all will be encoded. * if the recipient isn't like Fooumlaut [EMAIL PROTECTED] but rather [EMAIL PROTECTED] it will be translated to

[Citadel Development] Citadel commit log: revision 6208

2008-04-20 Thread dothebart
r6208 | dothebart | 2008-04-20 07:38:05 -0400 (Sun, 20 Apr 2008) | 3 lines Changed paths: M /trunk/citadel/msgbase.c * implemented realloc * just encode emailaddresses that actually contain umlauts

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

2008-04-20 Thread dothebart
So Apr 20 2008 07:44:04 EDT von dothebart an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6209 r6209 | dothebart | 2008-04-20 07:44:04 -0400 (Sun, 20 Apr 2008) | 2 lines Changed

[Citadel Development] Citadel commit log: revision 6210

2008-04-20 Thread dothebart
r6210 | dothebart | 2008-04-20 15:23:25 -0400 (Sun, 20 Apr 2008) | 3 lines Changed paths: M /trunk/citadel/modules/extnotify/extnotify.h M /trunk/citadel/modules/extnotify/extnotify_main.c M /trunk/citadel/modules

[Citadel Development] Citadel commit log: revision 6214

2008-04-21 Thread dothebart
r6214 | dothebart | 2008-04-21 15:23:27 -0400 (Mon, 21 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/rss.c M /trunk/webcit/serv_func.c M /trunk/webcit/webcit.h * more carefully

[Citadel Development] Citadel commit log: revision 6215

2008-04-21 Thread dothebart
r6215 | dothebart | 2008-04-21 17:42:12 -0400 (Mon, 21 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/gettext.c M /trunk/webcit/po/Makefile.in A /trunk/webcit/po/pt_BR.po * added Portoguese Brazillian

[Citadel Development] Citadel commit log: revision 6217

2008-04-22 Thread dothebart
r6217 | dothebart | 2008-04-22 13:13:16 -0400 (Tue, 22 Apr 2008) | 2 lines Changed paths: M /trunk/libcitadel/configure.in * THIS IS 7.35 / 1.09

[Citadel Development] Citadel commit log: revision 6220

2008-04-23 Thread dothebart
r6220 | dothebart | 2008-04-23 02:24:10 -0400 (Wed, 23 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/po/pt_BR.po * added brazillian portuguese update

[Citadel Development] Citadel commit log: revision 6221

2008-04-23 Thread dothebart
r6221 | dothebart | 2008-04-23 02:25:21 -0400 (Wed, 23 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/debian/citadel-webcit.postinst M /trunk/webcit/debian/control * busting the prototype package isn't that easy

[Citadel Development] Citadel commit log: revision 6224

2008-04-25 Thread dothebart
r6224 | dothebart | 2008-04-25 16:59:26 -0400 (Fri, 25 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c * fix URL termination bug

[Citadel Development] Citadel commit log: revision 6225

2008-04-26 Thread dothebart
r6225 | dothebart | 2008-04-26 05:00:15 -0400 (Sat, 26 Apr 2008) | 5 lines Changed paths: M /trunk/libcitadel/configure.in M /trunk/libcitadel/lib/hash.c M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel

[Citadel Development] Citadel commit log: revision 6226

2008-04-26 Thread dothebart
r6226 | dothebart | 2008-04-26 05:01:37 -0400 (Sat, 26 Apr 2008) | 4 lines Changed paths: M /trunk/webcit/addressbook_popup.c M /trunk/webcit/context_loop.c M /trunk/webcit/siteconfig.c M /trunk/webcit/webcit.c

[Citadel Development] Citadel commit log: revision 6239

2008-04-30 Thread dothebart
r6239 | dothebart | 2008-04-30 10:21:31 -0400 (Wed, 30 Apr 2008) | 3 lines Changed paths: M /trunk/libcitadel/configure.in M /trunk/libcitadel/lib/hash.c M /trunk/libcitadel/lib/libcitadel.h * added more usefull

[Citadel Development] Citadel commit log: revision 6240

2008-04-30 Thread dothebart
r6240 | dothebart | 2008-04-30 10:23:48 -0400 (Wed, 30 Apr 2008) | 3 lines Changed paths: M /trunk/webcit/addressbook_popup.c M /trunk/webcit/auth.c M /trunk/webcit/downloads.c M /trunk/webcit/preferences.c M

[Citadel Development] Citadel commit log: revision 6242

2008-05-01 Thread dothebart
r6242 | dothebart | 2008-05-01 17:32:45 -0400 (Thu, 01 May 2008) | 8 lines Changed paths: M /trunk/webcit/calendar.c M /trunk/webcit/calendar_tools.c M /trunk/webcit/calendar_view.c M /trunk/webcit

[Citadel Development] Citadel commit log: revision 6243

2008-05-01 Thread dothebart
r6243 | dothebart | 2008-05-01 18:38:37 -0400 (Thu, 01 May 2008) | 2 lines Changed paths: M /trunk/webcit/gettext.c * if built with non-threaded locale, we need to sanitize the getenv(LANG)

[Citadel Development] Re:New task view

2008-05-02 Thread dothebart
Fr Mai 02 2008 02:57:39 EDT von [EMAIL PROTECTED] (comalies) Betreff: Re:New task view I'll give the patch a second go with those comments in mind soon. At least its in so people will play around with it. I guess we should add some kind of locale/region handling (beyond language and into

[Citadel Development] (no subject)

2008-05-03 Thread dothebart
matt, as the commit comment states, this write/select loop was applied because of OpenBSD. It wouldn't send out the whole document for example from the jslibs, as they exceed a certain amount. Now that we exactly know what we're searching, I see two solutions... * fix the write/select loop; You

[Citadel Development] Citadel commit log: revision 6255

2008-05-06 Thread dothebart
r6255 | dothebart | 2008-05-06 18:19:43 -0400 (Tue, 06 May 2008) | 3 lines Changed paths: M /trunk/webcit/calendar.c M /trunk/webcit/calendar_view.c M /trunk/webcit/webcit.h * now hold / sort the ical events in our

[Citadel Development] Re:Fwd:[synckolab] [Bug 19021] Can not Sync Calendar and Tasks with Ci

2008-05-07 Thread dothebart
he ;-) another good news: http://lists.kde.org/?l=kde-commitsm=121018372405736w=2 kmail does like our ACL's now. Another positive trade off from the debian groupware meeting.

[Citadel Development] Re:hash.c crash

2008-05-10 Thread dothebart
are you shure your binary is properly built and all up to date? as HandlerHash is created in webserver.c:639; the first line of main() so I don't see any good chance for this to happen unless make didn't do its job properly.

[Citadel Development] (no subject)

2008-05-10 Thread dothebart
Fr Mai 09 2008 14:43:03 EDT von IGnatius T [EMAIL PROTECTED] 1. Display code - expand recurrences when rendering a calendar (duh) I'd say the display code should insulate recurring events in an own list, which has to be iterated more thoroughly in the display loops than the list of

[Citadel Development] Citadel commit log: revision 6267

2008-05-11 Thread dothebart
r6267 | dothebart | 2008-05-11 16:21:07 -0400 (Sun, 11 May 2008) | 2 lines Changed paths: M /trunk/webcit/fmt_date.c * this doesn't look smart, but the CPP doesn't offer a better way: we need to have #else cases for all

[Citadel Development] Citadel commit log: revision 6275

2008-05-13 Thread dothebart
r6275 | dothebart | 2008-05-13 18:11:36 -0400 (Tue, 13 May 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c * utf8-strcut the sender too...

[Citadel Development] (no subject)

2008-05-14 Thread dothebart
Sa Mai 10 2008 07:08:17 EDT von [EMAIL PROTECTED] (comalies) dothebart: oops, I had an much older webserver.c to sidestep the tcp problems on *bsd/osx. Its back after patching in r5971 properly. I've done some digging on FreeBSD to find what is causing our problems. Heres gdb

[Citadel Development] (no subject)

2008-05-15 Thread dothebart
Do Mai 15 2008 09:36:00 EDT von [EMAIL PROTECTED] I;ve run into some issues with the build process for citserver with CygWin that I have not worked my way past yet. Still chuggin'. is it on_exit() in sendcommand too?

[Citadel Development] (no subject)

2008-05-21 Thread dothebart
participation is allways welcome (if you can give a helping hand with kerberos, i'm stuck there... *HINTHINT*), but if one has a look at http://en.wikipedia.org/wiki/ECC_patents it doesn't seem to be that easy... can you give statements under which conditions openssl accepted this patch? I'd

[Citadel Development] (no subject)

2008-05-22 Thread dothebart
Do Mai 22 2008 05:42:25 EDT von [EMAIL PROTECTED] (FleebNet) Do we have some kind of automated testing system, for that matter, that tests low-level functions in some way? I wonder how hard it would be to build something like that. So you want some sort of tinderbox2 with some VMWares?

[Citadel Development] Citadel commit log: revision 6324

2008-05-24 Thread dothebart
r6324 | dothebart | 2008-05-24 10:37:02 -0400 (Sat, 24 May 2008) | 2 lines Changed paths: M /trunk/citadel/journaling.c M /trunk/citadel/modules/calendar/serv_calendar.c M /trunk/citadel/modules/chat/serv_chat.c M

[Citadel Development] Re:libicial / cygwin / tzdata

2008-05-27 Thread dothebart
Tue May 27 2008 07:06:03 EDT from [EMAIL PROTECTED] Subject: Re:libicial / cygwin / tzdata Tue May 27 2008 02:29:08 EDT from [EMAIL PROTECTED] Subject: libicial / cygwin / tzdata does cygwin have a tzdata package that delivers /usr/share/zoneinfo? Yes. whats its output to uname

[Citadel Development] (no subject)

2008-05-28 Thread dothebart
hm... i think its about time we get that next release out without the imap troubles.

[Citadel Development] Citadel commit log: revision 6350

2008-05-30 Thread dothebart
r6350 | dothebart | 2008-05-30 16:57:12 -0400 (Fri, 30 May 2008) | 2 lines Changed paths: M /trunk/citadel/modules/calendar/serv_calendar.c * separate content-type header fields by ';' ; thanks Guido for pointing

[Citadel Development] Citadel commit log: revision 6369

2008-06-04 Thread dothebart
r6369 | dothebart | 2008-06-04 19:04:12 -0400 (Wed, 04 Jun 2008) | 2 lines Changed paths: M /trunk/webcit/debian/webcit.init * forgot -i in the initscript

[Citadel Development] small screen optimization?

2008-06-05 Thread dothebart
for the wii and my ee-pc, the mobile and other devices with tiny screen... any ideas how to switch a message to fullscrn in mailbox-mode? so that menu, and everything else vanishes but a return-button...

[Citadel Development] (no subject)

2008-06-07 Thread dothebart
hm... switching to icons only doesn`t change the size of th menu bar... should we change this? how would it be changed?

[Citadel Development] Citadel commit log: revision 6382

2008-06-15 Thread dothebart
r6382 | dothebart | 2008-06-15 08:45:52 -0400 (Sun, 15 Jun 2008) | 2 lines Changed paths: M /trunk/webcit/po/de.po * Shorten translation.

[Citadel Development] Citadel commit log: revision 6391

2008-06-16 Thread dothebart
r6391 | dothebart | 2008-06-16 18:09:17 -0400 (Mon, 16 Jun 2008) | 2 lines Changed paths: M /trunk/webcit/debian/webcit.init * handle the listen ip the right way.

[Citadel Development] Citadel commit log: revision 6392

2008-06-17 Thread dothebart
r6392 | dothebart | 2008-06-17 17:34:26 -0400 (Tue, 17 Jun 2008) | 2 lines Changed paths: M /trunk/citadel/msgbase.c * fix buffer handling in qp_encode_email_addrs()

[Citadel Development] Citadel commit log: revision 6395

2008-06-19 Thread dothebart
r6395 | dothebart | 2008-06-19 14:10:10 -0400 (Thu, 19 Jun 2008) | 2 lines Changed paths: M /trunk/citadel/debian/citadel-server.postinst * fix welcome mail sending; thanks to Frank Lichtenheld for pointing this out.

[Citadel Development] (no subject)

2008-06-23 Thread dothebart
there you are ;-) You may have seen that its using the date as primary sort criteria...

[Citadel Development] Re:vCard

2008-06-27 Thread dothebart
Fr Jun 27 2008 00:01:30 EDT von IGnatius T [EMAIL PROTECTED] Betreff: Re:vCard since libical also has a vcard parser (meanwhile mrged back from evolution... ;-) should't we just start to use that? then we'd have a standard implementation When did libical get a vcard

[Citadel Development] Re:sending from a sub domain needs auth.

2008-06-30 Thread dothebart
Mon Jun 30 2008 07:08:41 EDT from [EMAIL PROTECTED] Subject: Re:sending from a sub domain needs auth. Hmm, not sure. Got an MX record for domain.com. So I assume it works for sub.domain.com. if you want sub.domain.com to receive mail on another Server, you need to add an MX for it.

[Citadel Development] Citadel commit log: revision 6421

2008-07-08 Thread dothebart
r6421 | dothebart | 2008-07-08 20:52:34 -0400 (Tue, 08 Jul 2008) | 5 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/calendar.c M /trunk/webcit/calendar_view.c M /trunk/webcit/context_loop.c M

[Citadel Development] Citadel commit log: revision 6422

2008-07-09 Thread dothebart
r6422 | dothebart | 2008-07-09 19:08:05 -0400 (Wed, 09 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c M /trunk/webcit/preferences.c M /trunk/webcit/roomops.c * catch some

[Citadel Development] Citadel commit log: revision 6425

2008-07-12 Thread dothebart
r6425 | dothebart | 2008-07-12 06:54:43 -0400 (Sat, 12 Jul 2008) | 3 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/webcit.c * avoid to run over the buffer while parsing the url * Migrated message

[Citadel Development] Citadel commit log: revision 6426

2008-07-12 Thread dothebart
r6426 | dothebart | 2008-07-12 12:32:23 -0400 (Sat, 12 Jul 2008) | 3 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * missing encoding function added * some tiny fixes...

[Citadel Development] Citadel commit log: revision 6427

2008-07-12 Thread dothebart
r6427 | dothebart | 2008-07-12 13:16:26 -0400 (Sat, 12 Jul 2008) | 6 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c M /trunk/webcit/notes.c M /trunk/webcit/preferences.c M /trunk

[Citadel Development] Citadel commit log: revision 6431

2008-07-13 Thread dothebart
r6431 | dothebart | 2008-07-13 05:39:08 -0400 (Sun, 13 Jul 2008) | 2 lines Changed paths: M /trunk/citadel/ecrash.c * fixed naming crash with the new libcitadel

[Citadel Development] Citadel commit log: revision 6433

2008-07-13 Thread dothebart
r6433 | dothebart | 2008-07-13 17:50:20 -0400 (Sun, 13 Jul 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * ignore null pointers to free.

[Citadel Development] Citadel commit log: revision 6434

2008-07-13 Thread dothebart
r6434 | dothebart | 2008-07-13 18:33:01 -0400 (Sun, 13 Jul 2008) | 5 lines Changed paths: M /trunk/webcit/Makefile.in M /trunk/webcit/addressbook_popup.c M /trunk/webcit/auth.c M /trunk/webcit/autocompletion.c

[Citadel Development] (no subject)

2008-07-14 Thread dothebart
oh, before i forget, please rerun bootstrap and configure...

[Citadel Development] Citadel commit log: revision 6440

2008-07-14 Thread dothebart
r6440 | dothebart | 2008-07-14 15:08:34 -0400 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * fix buffer end situation

[Citadel Development] Citadel commit log: revision 6443

2008-07-15 Thread dothebart
r6443 | dothebart | 2008-07-15 14:19:34 -0400 (Tue, 15 Jul 2008) | 3 lines Changed paths: M /trunk/webcit/static/instant_messenger.html * migrate ajax from get to post - unlimited post size * use SEXP user|-\n message so

[Citadel Development] (no subject)

2008-07-17 Thread dothebart
hm, no, we don't know. maybe Matt could find out, as he was expecting this. We would need some additional logging then though...

[Citadel Development] Citadel commit log: revision 6454

2008-07-21 Thread dothebart
r6454 | dothebart | 2008-07-21 14:24:51 -0400 (Mon, 21 Jul 2008) | 4 lines Changed paths: M /trunk/citadel/Makefile.in M /trunk/citadel/debian/rules M /trunk/citadel/modules/vcard/serv_vcard.c M /trunk/citadel

[Citadel Development] Citadel commit log: revision 6458

2008-07-25 Thread dothebart
r6458 | dothebart | 2008-07-25 13:19:23 -0400 (Fri, 25 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/Makefile.in * a.n.o's patch: solaris linker wants options before the list of .o-files.

[Citadel Development] Citadel commit log: revision 6459

2008-07-26 Thread dothebart
r6459 | dothebart | 2008-07-26 13:10:09 -0400 (Sat, 26 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/Makefile.in * GNU LD demands -l at the end... hopefully just adding them twice solves this

[Citadel Development] Citadel commit log: revision 6461

2008-07-27 Thread dothebart
r6461 | dothebart | 2008-07-27 14:40:17 -0400 (Sun, 27 Jul 2008) | 2 lines Changed paths: M /trunk/citadel/modules/sync/TODO.txt * suggestion for chunked BLOBs.

[Citadel Development] Citadel commit log: revision 6463

2008-07-27 Thread dothebart
r6463 | dothebart | 2008-07-27 17:38:24 -0400 (Sun, 27 Jul 2008) | 6 lines Changed paths: M /trunk/webcit/autocompletion.c M /trunk/webcit/availability.c M /trunk/webcit/calendar.c M /trunk/webcit/context_loop.c

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

2008-07-27 Thread dothebart
ok, please rebootstrap, configure and install libcitadel...

[Citadel Development] Citadel commit log: revision 6464

2008-07-28 Thread dothebart
r6464 | dothebart | 2008-07-28 17:20:42 -0400 (Mon, 28 Jul 2008) | 3 lines Changed paths: M /trunk/libcitadel/debian/changelog M /trunk/libcitadel/debian/files M /trunk/libcitadel/lib/libcitadel.h M /trunk

[Citadel Development] Citadel commit log: revision 6465

2008-07-28 Thread dothebart
r6465 | dothebart | 2008-07-28 17:22:02 -0400 (Mon, 28 Jul 2008) | 3 lines Changed paths: M /trunk/webcit/availability.c M /trunk/webcit/calendar.c M /trunk/webcit/debian/changelog M /trunk/webcit/downloads.c M

[Citadel Development] Citadel commit log: revision 6468

2008-07-29 Thread dothebart
r6468 | dothebart | 2008-07-29 14:21:28 -0400 (Tue, 29 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/auth.c * fallback to /knrooms after login if the user doesn't have a setting.

[Citadel Development] Citadel commit log: revision 6475

2008-07-31 Thread dothebart
r6475 | dothebart | 2008-07-31 17:15:04 -0400 (Thu, 31 Jul 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/mime_parser.c * close directory

[Citadel Development] Citadel commit log: revision 6476

2008-07-31 Thread dothebart
r6476 | dothebart | 2008-07-31 17:15:44 -0400 (Thu, 31 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/gettext.c M /trunk/webcit/messages.c M /trunk/webcit/notes.c M /trunk

[Citadel Development] Citadel commit log: revision 6477

2008-08-02 Thread dothebart
r6477 | dothebart | 2008-08-02 07:38:19 -0400 (Sat, 02 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/debian/changelog M /trunk/libcitadel/debian/files M /trunk/libcitadel/lib/stringbuf.c * fix new wprintf

[Citadel Development] Citadel commit log: revision 6480

2008-08-03 Thread dothebart
r6480 | dothebart | 2008-08-03 14:04:22 -0400 (Sun, 03 Aug 2008) | 3 lines Changed paths: M /trunk/libcitadel/debian/rules M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * add VALGRIND flag

[Citadel Development] Citadel commit log: revision 6481

2008-08-03 Thread dothebart
r6481 | dothebart | 2008-08-03 14:06:36 -0400 (Sun, 03 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c M /trunk/webcit/preferences.c M /trunk

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

2008-08-03 Thread dothebart
So Aug 03 2008 14:06:36 EDT von dothebart in 00.Sent Items an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6481 r6481 | dothebart | 2008-08-03 14:06:36 -0400 (Sun, 03 Aug

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

2008-08-03 Thread dothebart
So Aug 03 2008 14:38:23 EDT von dothebart in 00.Sent Items an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6482 r6482 | dothebart | 2008-08-03 14:38:23 -0400 (Sun, 03 Aug

[Citadel Development] Citadel commit log: revision 6483

2008-08-03 Thread dothebart
r6483 | dothebart | 2008-08-03 16:52:08 -0400 (Sun, 03 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c * add method to duplicate stringbuffer

[Citadel Development] Citadel commit log: revision 6484

2008-08-03 Thread dothebart
r6484 | dothebart | 2008-08-03 16:54:42 -0400 (Sun, 03 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/addressbook_popup.c M /trunk/webcit/messages.c M /trunk/webcit/preferences.c M /trunk/webcit/webcit.h

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

2008-08-03 Thread dothebart
So Aug 03 2008 16:54:43 EDT von dothebart in 00.Sent Items an room_citadel_development@uncensored.citadel.org Betreff: Citadel commit log: revision 6484 r6484 | dothebart | 2008-08-03 16:54:42 -0400 (Sun, 03 Aug

[Citadel Development] Citadel commit log: revision 6485

2008-08-04 Thread dothebart
r6485 | dothebart | 2008-08-04 18:47:54 -0400 (Mon, 04 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/addressbook_popup.c * ig made it.

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

2008-08-04 Thread dothebart
Mo Aug 04 2008 17:58:24 EDT von IGnatius T [EMAIL PROTECTED] Betreff: Re:Citadel commit log: revision 6481 but, now this line can grow to unlimited size... How'd the server handle this? does it cope with it? will it just cut? is there a cheap acurate like the '-' in instant

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

2008-08-05 Thread dothebart
Mo Aug 04 2008 22:56:06 EDT von IGnatius T [EMAIL PROTECTED] Betreff: Re:Citadel commit log: revision 6481 so if we want to be able to handle this situation, we need to alter citserver to get a solution for this? so, implement a '-' version here? I've thought about it. The

[Citadel Development] Citadel commit log: revision 6487

2008-08-05 Thread dothebart
r6487 | dothebart | 2008-08-05 14:21:48 -0400 (Tue, 05 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/context_loop.c * mute /sslg and /wholist_section from logging when in debug mode since it floods the debugger

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

2008-08-08 Thread dothebart
thanks again matt for cleaning up... as for syncml there is the SCTS Tool (Syncml Conformance Test whatever) Could you do s.th. like that in in java? so that you give it a username/hostname/passvoid, and it tries to iterate a number of tests? perhaps that would ease server and client

[Citadel Development] Citadel commit log: revision 6494

2008-08-09 Thread dothebart
r6494 | dothebart | 2008-08-09 06:54:30 -0400 (Sat, 09 Aug 2008) | 2 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * this one needs to be zeroed too

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

2008-08-13 Thread dothebart
yea, that 'd be ok, but the way its now i don't need a mutex, which i would in the other case... now it iterates the directory, slurps everything in, and is done. Simple, you know?

[Citadel Development] Citadel commit log: revision 6499

2008-08-14 Thread dothebart
r6499 | dothebart | 2008-08-14 02:24:05 -0400 (Thu, 14 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/subst.c M /trunk/webcit/webcit.h M /trunk/webcit/webserver.c * migrate SERV_* to global callback replacers

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