citadel.git
2023-07-25 Art CancroRelease version 987 generated by do-release.sh v987
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 CancroRelease version 986 generated by do-release.sh v986
2023-07-22 Art CancroFixed bad import in thing
2023-07-22 Art CancroRelease version 985 generated by do-release.sh v985
2023-07-22 Art CancroAggressively sync
2023-07-22 Art CancroBe more aggressive about closing the databases during...
2023-07-22 Art CancroTry to close the databases if we segfault
2023-07-22 Art CancroRelease version 984 generated by do-release.sh v984
2023-07-22 Art Cancroctdldump/ctdlload: fixed on Raspberry Pi, reintroduced...
2023-07-22 Art Cancroadd prototype for b64unalphabet() to silence warning
2023-07-21 Art CancroMerge branch 'Memory_Leak_SmtpClient' into 'master'
2023-07-21 Art CancroRelease version 983 generated by do-release.sh v983
2023-07-21 Art CancroRelease version 982 generated by do-release.sh v982
2023-07-21 Art CancroRelease version 981 generated by do-release.sh v981
2023-07-18 Harlow SolutionsMemory leak in SMTP Client string trim
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 Cancrocitserver: regenerate secondary indices if the regenera...
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-15 Art CancroReplaced all the pointer arithmetic in getuser/putuser...
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 CancroMoved makeuserkey() into its own file because we need...
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-12 Art CancroRequire Berkeley DB v18 or newer
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 CancroMakefile: added some more pretty things
2023-07-11 Art Cancroctdldump.c: skeletonize
2023-07-10 Art Cancroctdl3264: grab files from this commit if we bring it...
2023-07-10 Art Cancrobootstrap: fixed incorrect source file name
2023-07-10 Art Cancroforum_view.c: log unhandled headers
2023-07-10 Art Cancrocitadel/Makefile: parallelizable build with wildcards
2023-07-07 Art Cancroview_mail.js: set variables to local scope
2023-07-07 Art Cancrowebcit-ng: drag-and-drop mail to other folders is complete.
2023-07-07 Art CancroDAV MOVE method wasn't documented. Documented it.
2023-07-07 Art CancroCarry list of divs being moved in drag and drop
2023-07-06 Art Cancrowebcit-ng makefile now handles changes to webcit.h...
2023-07-05 Art Cancroview_mail.js: handle drag of row that was not selected.
2023-07-04 Art Cancrowebcit-ng/Makefile: made it awesomer
2023-07-04 Art Cancroclient_passwords.c: style cleanup
2023-07-04 Art Cancrotextclient: indent -kr -i8 -brf -bbb -fnc -l132 -nce
2023-07-04 Art CancroRemoved stub functions that are determined not to be...
2023-07-04 Art CancroHighlight drop target folders
2023-07-04 Art CancroAll events are firing correctly. Ready to write the...
2023-07-04 Art CancroRemoved some tests that I tried and are no longer needed
2023-07-04 Art Cancromail_folder_list.js: DROP target is working in Brave...
2023-07-03 Art Cancromail_folder_list.js: accept hover and drop events
2023-07-02 Art Cancrodatabase.c: emit use table hash as hex
2023-07-02 Art CancroRemoved duplicate call to dbenv->set_errpfx
2023-06-30 Art CancroClean up the working drag code
2023-06-29 Art CancroGeneric user icon instead of 404 when avatar not found.
2023-06-29 Art CancroCustom draggable with mail envelope and number of messa...
2023-06-29 Art Cancroview_mail.js: set custom drag element
2023-06-28 Art CancroChanged mouse events to deal with drag
2023-06-28 Art Cancroview_mail.js: add helper function for select/deselect
2023-06-27 Art Cancrocdb_verbose_log() : remove extra argument ; satisfies...
2023-06-27 Art Cancrostyle cleanup and sarcastic comments
2023-06-25 Art Cancrothreads.c: comment and brace style cleanup
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-21 Art Cancrotextclient: bootstrap is no longer needed and is now...
2023-06-20 Art CancroDo not include ctdl3264 in the build
2023-06-16 Art CancroRemoved discontinued fields from text client
next