ctdldump/ctdlload: add version number to banner
[citadel.git] / citadel / utils / ctdldump.c
2024-02-06 Art Cancroctdldump/ctdlload: add version number to banner
2024-02-05 Art CancroAwesome sauce, read description below for details.
2024-01-02 Art CancroUtilities displaying a color banner now use line drawin...
2024-01-02 Art CancroIt is the current year. (c)-2024
2023-09-06 Art Cancroctdldump/ctdlload: document the -y flag
2023-09-02 Art CancroRemove the warning-this-is-unfinished warnings from...
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-24 Art Cancroctdldump/ctdlload: fix usage messages
2023-08-24 Art Cancroctdldump/ctdlload: -h now works identical to citserver
2023-08-24 Art Cancroctdldump: use the backend API instead of BDB calls
2023-08-24 Art CancroMakefile: restructured so that backends can be compiled...
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
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-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 Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-18 Art Cancroremove extra msgs
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-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