[Citadel Development] Re: connecting external applications to the autopurger...

2009-05-20 Thread dothebart
doesn't the autopurger do the final clean up of these at nite too while on delete it just tags them deleted? ok, overwriting would be a problem, but would that message have the same citadel id? I'd primarily want something so an external application could do clean up of its database, so sort

[Citadel Development] Re: connecting external applications to the autopurger...

2009-05-20 Thread IGnatius T Foobar
For a manual delete, we remove the message number from the room's msglist and then write a record to refcount_adjustments.dat containing the msgnum and the number -1 to indicate that the message has been removed from one room. When the autopurger runs, one of the last things it does is

[Citadel Development] Citadel commit log: revision 7471

2009-05-20 Thread ajc
r7471 | ajc | 2009-05-20 10:14:07 -0400 (Wed, 20 May 2009) | 1 line Changed paths: M /trunk/webcit/static/t/add_node.html M /trunk/webcit/static/t/edit_node.html * netconf screens - max length of a shared secret is now

[Citadel Development] Citadel commit log: revision 7474

2009-05-20 Thread ajc
r7474 | ajc | 2009-05-20 13:07:21 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/webcit.c M /trunk/webcit/webcit.h * The code that handled session establishment via

[Citadel Development] Citadel commit log: revision 7473

2009-05-20 Thread ajc
r7473 | ajc | 2009-05-20 11:35:58 -0400 (Wed, 20 May 2009) | 1 line Changed paths: M /trunk/webcit/static/webcit.css * Reverting an unintentional commit to static/webcit.css

[Citadel Development] Citadel commit log: revision 7475

2009-05-20 Thread dothebart
r7475 | dothebart | 2009-05-20 17:51:18 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /trunk/webcit/rss.c * remove unneded variable

[Citadel Development] Citadel commit log: revision 7476

2009-05-20 Thread dothebart
r7476 | dothebart | 2009-05-20 17:52:22 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /trunk/webcit/preferences.c M /trunk/webcit/webcit.c * move end-of-session-save prefs to session detach handler.

[Citadel Development] Citadel commit log: revision 7474

2009-05-20 Thread dothebart
Mi Mai 20 2009 13:07:22 EDT von ajc a...@uncensored.citadel.org Betreff: Citadel commit log: revision 7474 r7474 | ajc | 2009-05-20 13:07:21 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /trunk/webcit/auth.c

[Citadel Development] Citadel commit log: revision 7477

2009-05-20 Thread dothebart
r7477 | dothebart | 2009-05-20 18:03:41 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /branches/stable-75x/webcit/calendar.c * accept text/todo as text/vtodo

[Citadel Development] Citadel commit log: revision 7478

2009-05-20 Thread dothebart
r7478 | dothebart | 2009-05-20 18:06:01 -0400 (Wed, 20 May 2009) | 2 lines Changed paths: M /trunk/webcit/calendar.c * accept text/todo here too.