some work on calendar
[citadel.git] / citadel / modules / migrate / serv_migrate.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-03-09 Art Cancroformatting
2021-03-08 Art CancroLarge migrations over SSH continue failing despite...
2021-03-08 Art CancroWhen exporting a message, write to the client 10 KB...
2021-03-06 Art Cancroctdlmigrate: exit cleanly when a signal is received...
2021-03-05 Art CancroAdded a comma after each msgnum exported. The parser...
2021-03-04 Art Cancroctdlmigrate now uses a direct socket connection to...
2021-03-02 Art CancroIn the XML export, move the 100% progress tag inside...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-11-28 Art CancroNew field in user record "lastproc_inboxrules" which...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2019-08-05 Art CancroModified the behavior of ForEachUser() to do the two...
2018-09-03 Art CancroAdjRefCount() now runs synchronously, eliminating the...
2018-08-24 Art Cancrostruct MetaData has an unused member "mimetype" that...
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2016-04-20 Art Cancromaga
2016-04-19 Art CancroImport roominfo and roompic files into the database.
2016-04-10 Art CancroRemove all references to userpic dir other than those...
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-03 Art CancroRemoved the caching of netconfig entries. The caching...
2015-11-25 Art CancroHandle importing of new config system in serv_migrate.c
2015-11-25 Art CancroRemoved unneeded newlines in serv_migrate.c
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-08-04 Wilfried Goesgensproperly terminate after running maintenance commands.
2015-07-27 Wilfried GoesgensAdd cleanup routine which crawls the whole database...
2015-07-27 Wilfried GoesgensFix migrating of metadata
2015-07-24 Wilfried GoesgensModularise msgbase
2015-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2015-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2015-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art CancroConfig exporter complete.
2015-05-06 Art Cancromerge
2015-05-05 Art CancroCompleted initial code for config system cutover. ...
2015-05-04 Art CancroMigrated more to the new config system
2015-04-29 Art Cancroconfig.c ported to new system BROKEN BUILD ALERT
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-04-07 Art CancroCreate CDB_CONFIG database. Renamed some members of...
2014-11-16 Art CancroAdded <progress> tags to our export format. This will...
2014-11-14 Art CancroRemove legacy command ARTV
2014-11-07 Wilfried GoesgensAs pointed out by HarryC, we need to do nullpointerchec...
2014-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-13 Art CancroCompleted the merge of a read-only, reader-only NNTP...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-03 Art CancroAdded config.c_nntp_port to server and to conf protocol...
2014-01-02 Wilfried GoesgensMIGR: more performance improvements
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