]> code.citadel.org Git - citadel.git/history - citadel/utils
ctdldump/ctdlload: -h now specifies the top-level Citadel directory, just like all...
[citadel.git] / citadel / utils /
2023-08-01 Art Cancroctdldump/ctdlload: -h now specifies the top-level Citad...
2023-07-25 Art Cancroctdldump/ctdlload: more testing
2023-07-25 Art Cancroctdlload: finished remaining record types; need to...
2023-07-25 Art Cancroskip the database open for the unused table to keep...
2023-07-25 Art Cancroctdlload: euidindex
2023-07-25 Art Cancroctdlload: usersbynumber
2023-07-25 Art Cancroadd some //FIXME tags where needed
2023-07-24 Art Cancroimport fulltext index records
2023-07-24 Art Cancrostub functions for new import routines
2023-07-24 Art CancroExport euidindex records
2023-07-24 Art Cancroexport fulltext records
2023-07-24 Art CancroBoth banners now use the same color scheme
2023-07-24 Art CancroGo back to exporting dir and usersbynumber records.
2023-07-24 Art CancroWhen exporting visit records, if there is corrupt ...
2023-07-22 Art CancroFixed bad import in thing
2023-07-22 Art Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-18 Art CancroRemoved serv_migrate.c and ctdlmigrate. They are repla...
2023-07-18 Art Cancroremove extra msgs
2023-07-18 Art Cancroctdldump/ctdlload is functionally complete.
2023-07-18 Art Cancrohappy happy: convert_msgtext() also works for convert_b...
2023-07-18 Art Cancroctdlload: import use table records
2023-07-17 Art Cancroctdldump/ctdlload: removed tables that can be re-genera...
2023-07-17 Art CancroBeautiful startup banners in vivid color
2023-07-17 Art Cancroctdlload: import visits
2023-07-17 Art Cancroimport msglists
2023-07-17 Art Cancroctdlload: import floor table
2023-07-17 Art Cancroctdlload: import room records
2023-07-14 Art CancroPretty statistics
2023-07-14 Art CancroNow I have a machine gun that can write ctdluser record...
2023-07-14 Art Cancroctdlload: load message metadata
2023-07-14 Art Cancroctdlload: load msgtext
2023-07-13 Art Cancroctdlload: skeleton code for table ingestion
2023-07-13 Art Cancro./ctdldump -y -h./data | ./ctdlload -y -h./newdata
2023-07-12 Art Cancro./ctdldump -y -h./data | ./ctdlload -y -h./newdata
2023-07-12 Art Cancroctdlload: wrote the code to ingest dump lines
2023-07-12 Art CancroCleaned up config dump so there are no nulls in the...
2023-07-12 Art Cancroctdldump: convert binary to base64 instead of hex
2023-07-12 Art Cancroctdldump: dump config records. This is now functionall...
2023-07-12 Art Cancroctdldump: export usersbynumber (secondary index)
2023-07-12 Art Cancroctdldump: export euidindex
2023-07-11 Art CancroRemoved some stray comments
2023-07-11 Art Cancroctdldump: export use table
2023-07-11 Art CancroExport directory records
2023-07-11 Art Cancroctdldump: export visit table
2023-07-11 Art Cancroctdldump: export floor records
2023-07-11 Art Cancroctdldump: export room records
2023-07-11 Art Cancroctdldump.c: export users
2023-07-11 Art CancroWrote the first of 14 export functions (msgmain)
2023-07-11 Art Cancroctdldump.c: skeletonize
2023-07-10 Art Cancroctdl3264: grab files from this commit if we bring it...
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-16 Art CancroRemoved 'timescalled' and 'posted' from the user record.
2023-06-14 Art Cancroserv_inboxrules.c: don't attempt to call regexec()...
2023-06-04 Art CancroRemediated an unrecoverable problem in CDB_USETABLE.
2023-06-02 Art CancroMerge branch 'IMAP_Flag_and_Purge_Fixes' into 'master'
2023-06-02 Harlow SolutionsFixed imap_append() from clearing all flags on messages...
2023-05-24 Art Cancroctdl3264: added diagnostics which revealed that CDB_VIS...
2023-05-23 Art Cancroctdl3264: fix zero length key in bigmsgs table
2023-05-23 Art Cancroctdl3264: skip zero length records, add more diagnostics
2023-05-02 Art Cancroput_visit() no longer needs a separate function to...
2023-05-02 Art CancroApply patches sent by Harlow Solutions -- for WebCit
2023-05-01 Art Cancroctdl3264: write to target database
2023-05-01 Art Cancroctdl3264: src_dbenv and dst_dbenv are no longer global...
2023-05-01 Art Cancroctdl3264: open_dbenv() and close_dbenv() move away...
2023-04-19 Art Cancrozero out extauth in ctdl3264
2023-04-19 Art Cancroconvert config records
2023-04-19 Art Cancroconvert usersbynumber
2023-04-18 Art Cancroeuid index convert
2023-04-17 Art CancroPlease excuse my friend, he isn't null terminated
2023-04-17 Art Cancronice pretty banners
2023-04-17 Art Cancrofulltext uses same key and data format as msglists
2023-04-17 Art Cancrolog messages match and don't repeat for compressed
2023-04-17 Art Cancroctdl3264: straightened out the compression stuff
2023-04-14 Art Cancroconvert bigmsgs
2023-04-14 Art CancroIBM i , aka System/38 , really is dead , no matter...
2023-04-13 Art Cancroconvert directory entries
2023-04-13 Art Cancrostuff and things
2023-04-13 Art Cancrovisit translation complete but we still need to compress it
2023-04-13 Art CancroThe data format used by GenerateRelationshipIndex(...
2023-04-12 Art Cancrouncompress when necessary
2023-04-12 Art Cancrodetect compressed records
2023-04-12 Art Cancrocopying msglists done
2023-04-12 Art CancroDon't log or rewrite records with zero length keys.
2023-04-11 Art Cancroconvert floor records
2023-04-11 Art Cancroconvert next table
2023-04-10 Art Cancrofinished user import
2023-04-10 Art CancroI am a C programmer. I am better than you.
2023-04-10 Art CancroDBT in , DBT out
2023-04-10 Art Cancromake a note where we need to decompress
2023-04-10 Art Cancrofiguring out db calling syntax...
2023-04-10 Art CancroAdded skeleton out_key and out_data
2023-04-10 Art CancroChanged convert function calling syntax and variable...
2023-04-07 Art Cancroparse metadata
2023-04-07 Art Cancrolearn about metadata 32
2023-04-07 Art CancroAbort if source database is not 32-bit.
2023-04-05 Art CancroIf the msgnum is negative, we are looking at METADATA
2023-03-31 Art Cancromore work on ctdl3264
2023-03-31 Art Cancroctdl3264: sooper seekrit command line flag to make...
2023-03-31 Art Cancroctdl3264: prepare for new things
2023-03-31 Art Cancroctdl3264: tweaked a few things
next