[Citadel Development] (no subject)

2007-11-04 Thread dothebart
i ran into troubles with that non-byte-by-byte-read fix.either I would be able to login with the citadel client, or sendcommand would hang some seconds on doing the cleanup stuff.\ i thought of sending s.th. to the server in sendcommand so i get to know if it already disconnected.. but i didn't

[Citadel Development] Citadel commit log: revision 5687

2007-11-04 Thread davew
r5687 | davew | 2007-11-04 11:46:15 -0500 (Sun, 04 Nov 2007) | 6 lines Changed paths: M /trunk/webcit/notes.c Added a delete button to the Notes in place editor. Can't for the life of me figure out how to pass a

[Citadel Development] Citadel commit log: revision 5688

2007-11-04 Thread davew
r5688 | davew | 2007-11-04 14:39:32 -0500 (Sun, 04 Nov 2007) | 4 lines Changed paths: M /trunk/webcit/roomops.c Added an indication that this is a room with files and how many files it contains. Enhancement from Bugzilla

[Citadel Development] Citadel commit log: revision 5689

2007-11-04 Thread dothebart
r5689 | dothebart | 2007-11-04 18:11:40 -0500 (Sun, 04 Nov 2007) | 2 lines Changed paths: M /trunk/citadel/citserver.c * initializing strings empty faster.

[Citadel Development] Citadel commit log: revision 5690

2007-11-04 Thread dothebart
r5690 | dothebart | 2007-11-04 18:17:51 -0500 (Sun, 04 Nov 2007) | 2 lines Changed paths: M /trunk/citadel/modules/imap/imap_list.c * init some numbers.

[Citadel Development] Citadel commit log: revision 5691

2007-11-04 Thread dothebart
r5691 | dothebart | 2007-11-04 18:19:17 -0500 (Sun, 04 Nov 2007) | 3 lines Changed paths: M /trunk/citadel/citadel_ipc.c M /trunk/citadel/debian/rules M /trunk/citadel/modules/vandelay/serv_vandelay.c M

[Citadel Development] (no subject)

2007-11-04 Thread dothebart
ok, some patches. the actual version will successfully log in and stuff with citadel client... One thing that doesn't work here is to detect whether it can close the connection, or the server already did in sendcommand.maybe we just need to be a bit more rude about that

[Citadel Development] Citadel commit log: revision 5692

2007-11-04 Thread davew
r5692 | davew | 2007-11-04 18:59:12 -0500 (Sun, 04 Nov 2007) | 4 lines Changed paths: M /trunk/webcit/static/controls.js Back out my change to add a delete button. Totally the wrong way to do it.

[Citadel Development] (no subject)

2007-11-04 Thread IGnatius T Foobar
davew: a delete button is nice, but do keep in mind that I have eventual plans to rip out the entire notes module and replace it with something completely different.