MIGRATE: By Edward Flick (DTX) properly set the message ID for the meta data record...
[citadel.git] / citadel / modules / migrate / serv_migrate.c
2014-01-02 Wilfried GoesgensMIGRATE: By Edward Flick (DTX) properly set the message...
2014-01-02 Wilfried GoesgensMIGR: replace line buffering by anon-blob buffering
2013-12-27 Wilfried GoesgensMIGR: use dynamic buffers to overcome max line length...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Art CancroInstant expunge is now the only mode of operation....
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-27 Art CancroCompleted the overhaul of setup.
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroFixed incorrect byte count when writing XML entity...
2011-09-04 Art CancroSanitize v_seen and v_answered during export
2011-09-04 Art CancroEscape single and double quotes in export format
2011-09-04 Art CancroExport messages in numerical order
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2009-11-16 Wilfried Göesgens* function signature was wrong. luckily we didn't use...
2009-11-05 Dave WestFix the build problems revolving around CitContext...
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-17 Dave WestCitadel API clean up.
2009-07-23 Art Cancro* serv_migrate.c: message encoding buffer is now static...
2009-04-24 Art Cancro* Added a subcommand to the migrator to list out all...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-04-14 Art Cancro* Adjust the memory allocation for Base64-converted...
2009-04-06 Art Cancro* Fixed a syntax error
2009-04-06 Art Cancro* Add new XML import/export module