Mailing list header changes (fuck you Google)
[citadel.git] / citadel / server / user_ops.c
2024-03-27 Art Cancrovalidate_recipients() - completed removal of unused...
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-23 Art Cancrocdb_next_item() now returns both key and value
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 CancroInitialMailCheck() uses new API
2023-08-11 Art CancroRevert "Prepared for upcoming change to cdb_next_item...
2023-08-11 Art CancroRevert "Changed the API for cdb_rewind() / cdb_next_ite...
2023-08-10 Art CancroChanged the API for cdb_rewind() / cdb_next_item()...
2023-08-10 Art CancroPrepared for upcoming change to cdb_next_item() API.
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-06-23 Art CancroMerge branch 'Webcit_Coredump_StrBufQuotedPrintableEnco...
2023-06-16 Art CancroRemoved 'timescalled' and 'posted' from the user record.
2023-06-14 Art Cancrowrote some comment lines describing the rescue code
2023-06-14 Art Cancrorescue mode
2023-06-12 Art CancroForEachUser() convert to array
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-02 Art Cancroput_visit() no longer needs a separate function to...
2023-04-27 Art CancroWe are no longer using the EXTAUTH table.
2023-04-27 Art CancroBegin removing the EXTAUTH database
2023-04-19 Art CancroRevert "citserver: remove openid support"
2023-04-19 Art Cancrocitserver: remove openid support
2023-04-13 Art CancroThe data format used by GenerateRelationshipIndex(...
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.
2022-11-23 Art CancroGOTO no longer counts newly arrived mail in the inbox...
2022-11-19 Art Cancrostriplt() is now string_trim()
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-06-21 Art CancroRemoved support for Solaris, which has been dead for...
2022-06-15 Art CancroRemoved some more portability hacks that were made...
2022-06-15 Art CancroHandle system accounts differently in auto purger
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...