Mailing list header changes (fuck you Google)
[citadel.git] / citadel / server / msgbase.c
12 days ago Art CancroChanged how Message-ID RFC2822 field is generated
2024-03-27 Art Cancrovalidate_recipients() - completed removal of unused...
2024-03-27 Art Cancrovalidate_recipients() remove extra copy of recipients
2024-02-09 Art CancroSolved P=NP
2024-01-29 Art CancroChanged the BIGMSGS semantics.
2024-01-26 Art CancroAssert that eMessageText MUST be serialized last.
2024-01-26 Art CancroCtdlSerializeMessage() now returns struct smr_ret
2024-01-04 Art Cancrodammit, learn to spell
2024-01-03 Art CancroIn case you haven't figured it out yet...
2023-10-27 Art CancroChanged some C89 style comments to C99 style.
2023-08-31 Art CancroRewrite of the indexer is complete!
2023-08-31 Art CancroRemoved all the disused CtdlUnregister functions.
2023-08-29 Art CancroCtdlForEachMessage() don't process message 0
2023-08-29 Art CancroTemporarily disable the indexer
2023-08-27 Art CancroFound a place where CM_SetAsField() was owning db memory.
2023-08-27 Art CancroCM_SetField() no longer accepts a length, just uses...
2023-08-26 Art Cancroberkeley_db.c: improvements to transactional data store
2023-08-22 Art CancroCalls to cdb_fetch()/cdb_next_item() now check ptr...
2023-08-21 Art Cancrocdb_fetch() and cdb_next_item() now return a struct...
2023-08-19 Art Cancroserv_imap.c: moved to new CtdlFetchMsgList() API.
2023-08-17 Art Cancromsgbase.c all migrated to new api now
2023-08-17 Art CancroThe previous commit was actually for CtdlDeleteMessages()
2023-08-17 Art CancroCtdlSaveMsgPointersInRoom() is now lmdb-safe
2023-08-17 Art CancroInitialMailCheck() uses new API
2023-08-17 Art Cancromsgbase.c: change to new API
2023-08-16 Art Cancromsgbase.c: upgrade CtdlSetSeen() to the new CtdlGetMsgL...
2023-08-07 Art CancroMarked code that will require some rework for LMDB.
2023-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-16 Art CancroRemoved 'timescalled' and 'posted' from the user record.
2023-03-05 Art CancroBe a little less enthusiastic about calling abort()
2023-03-04 Art CancroMore aggressive zeroing of visit records so they compre...
2023-02-14 Art Cancro"visit" is now "struct visit" again.
2023-02-08 Art Cancrokeep track of last_queue_job_submitted
2022-11-23 Art Cancrobiff was here
2022-11-19 Art Cancrostriplt() is now string_trim()
2022-09-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-09-21 Art CancroAdded a new parameter to html_to_ascii() to let it...
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...