[Citadel Development] (no subject)

2008-03-26 Thread davew
FD, ah well it fixes it kind of. Basically it insists that you can only import to a 7.33+ from a 7.33+ Thats basically a feature of how the import / export code structure is arranged. I'll give that some thought on how we might be able to improve on that in the future.

[Citadel Development] (no subject)

2008-03-26 Thread IGnatius T Foobar
Basically we would have to change the export format. We would need some way to make the reader detect the end of a record (and then defaulting any fields it hasn't received) instead of assuming that each record will be a fixed number of fields.

[Citadel Development] (no subject)

2008-03-26 Thread IGnatius T Foobar
davew: on my test system, citserver is now failing to shut down. It gets caught in an infinite loop: 2008/03/26 16:07:46.002106 Thread system stopping thread Worker Thread (0xb6effbb0). 2008/03/26 16:07:46.002256 Thread system stopping thread Worker Thread (0xb79eabb0). 2008/03/26

[Citadel Development] (no subject)

2008-03-26 Thread IGnatius T Foobar
Update: I think the reason thread shutdown is hanging is because a worker thread is stuck. In this case it is trying to accept a message via SMTP. I don't think it has anything to do with the changes I made but will test some more.

[Citadel Development] Citadel commit log: revision 6154

2008-03-26 Thread ajc
r6154 | ajc | 2008-03-26 17:15:32 -0400 (Wed, 26 Mar 2008) | 1 line Changed paths: M /trunk/citadel/internet_addressing.c M /trunk/citadel/msgbase.c M /trunk/citadel/server.h M /trunk/citadel/techdoc/hack.txt

[Citadel Development] (no subject)

2008-03-26 Thread Freakdog
Ok...so, if I want to export/import, it would be best to upgrade the exporting systtem to 7.33.

[Citadel Development] (no subject)

2008-03-26 Thread davew
Wed Mar 26 2008 18:55:20 EDT from [EMAIL PROTECTED] (Dog Pound BBS II) Ok...so, if I want to export/import, it would be best to upgrade the exporting systtem to 7.33. As of the current SVN it is the only way. BTW did the edits to the export.dat work?