citadel.git
2023-08-09 Art Cancrodocument private/public functions in berkeley_db.c
2023-08-09 Art Cancroberkeley_db.c: prefixed all module-local functions...
2023-08-09 Art CancroMoved cdb_ prototypes from berkeley_db.c to database...
2023-08-09 Art CancroBuilding better abstractions for the backend interface
2023-08-09 Art Cancroserver/database_bdb.c is now server/backends/berkeley_d...
2023-08-08 Art Cancrocdb_init_backends() just calls bdb_init_backend() for now
2023-08-08 Art CancroSilenced a compiler warning by bringing in the correct...
2023-08-08 Art CancroMostly finished the abstractions, now just need to...
2023-08-08 Art Cancrosaving my work before I do the rest of the functions...
2023-08-08 Art CancroTried it with a function that requires a parameter
2023-08-08 Art CancroBegin turning cdb_ functions into pointers assigned...
2023-08-08 Art Cancromade the prototypes prettier
2023-08-08 Art Cancroctdl_module_init_database() is now ctdl_module_init_dat...
2023-08-08 Art Cancroopen_databases() and close_databases() are now cdb_open...
2023-08-08 Art Cancrousetable.c: moved CheckIfAlreadySeen() out of database.c
2023-08-08 Art CancroAlso remove cdb_allocate_tsd(), cdb_free_tsd(), cdb_cul...
2023-08-08 Art CancroRemoved checkpoint_thread() prototype from database...
2023-08-07 Art Cancrodatabase.h: assert that it is an internal API that...
2023-08-07 Art CancroRenamed database.c to database_bdb.c
2023-08-07 Art Cancroserv_nntp.c: change everything to C99 comment style
2023-08-07 Art CancroMarked code that will require some rework for LMDB.
2023-08-04 Art Cancropoint out sessions that are timed out but non-idle
2023-08-02 Art Cancroverify that 'begin' and 'end' lines were found
2023-08-02 Art Cancrobegan work on enumerating attachments in the mail view
2023-08-02 Art CancroEnumerate attachments in JSON message output
2023-08-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-08-01 Art CancroRelease version 988 generated by do-release.sh v988
2023-08-01 Art Cancroctdldump/ctdlload: -h now specifies the top-level Citad...
2023-07-26 Art CancroMore reliable search for guesstimezone.sh
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-20 Harlow SolutionsIMAP memory issues with use of ConstStr
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
next