]> code.citadel.org Git - citadel.git/history - citadel/server/modules
loadtest: paint the screen in a separate pass
[citadel.git] / citadel / server / modules /
2023-09-29 Art CancroAdditional checks to keep zero-length messages from...
2023-09-27 Art Cancroserv_fulltext: don't try to index a null message
2023-09-19 Art CancroWhere gettimeofday() is required, include both time...
2023-09-08 Art Cancroserv_expire: remove two TRACE directives I left in...
2023-09-07 Art CancroTDAP: consolidated transcripts to a single summary
2023-09-06 Art Cancroserv_expire: abort() if any malloc() calls fail.
2023-09-06 Art Cancroserv_fulltext: better handling of exit by yield vs...
2023-09-01 Art Cancrofulltext: be smarter about exiting silently if there...
2023-09-01 Art Cancrofulltext: after the indexer runs for 60 seconds (tunabl...
2023-08-31 Art CancroRemoved background and restart from citserver.
2023-08-31 Art CancroRenamed Makefile to GNUmakefile to enforce the use...
2023-08-31 Art CancroRewrite of the indexer is complete!
2023-08-31 Art CancroRemoved all the disused CtdlUnregister functions.
2023-08-31 Art Cancrosearch function is complete
2023-08-30 Art CancroWrapping indexer transactions inside a critical section...
2023-08-30 Art CancroRewrote the indexer
2023-08-30 Art CancroRemoved double-fetch-room in the indexer.
2023-08-30 Art Cancrofree(msglist)
2023-08-30 Art CancroTotally ripping apart the indexer.
2023-08-29 Art Cancroserv_fulltext: wordbreaker now returns a libcitadel...
2023-08-29 Art CancroCtdlForEachMessage() don't process message 0
2023-08-29 Art CancroTemporarily disable the indexer
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-29 Art CancroGenerate listsub token with a hash instead of crypt
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-24 Art CancroDrop support for upgrading sites older than v811 (8.11)
2023-08-24 Art CancroMakefile: restructured so that backends can be compiled...
2023-08-23 Art CancroRemove CTDLUID definition, point to ctdluid symbol...
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-19 Art Cancroserv_imap: removed all the CCC and CCCIMAP shorthand
2023-08-17 Art CancroCtdlFetchMsgList() - treat no-record and zero-messages...
2023-08-17 Art Cancroserv_nntp.c: move to new API
2023-08-16 Art Cancroserv_expire: move to new msglists call
2023-08-16 Art CancroDRY fetch of msglists.
2023-08-16 Art Cancroserv_fulltext.c: copy the data returned by cdb_fetch...
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 Cancroimap_acl.c: update to C99 style comments
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-02 Art CancroMerge branch 'ConstStr_Access_Checks' into 'master'
2023-07-21 Art CancroMerge branch 'Memory_Leak_SmtpClient' into 'master'
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-17 Art Cancrocitserver: regenerate secondary indices if the regenera...
2023-07-17 Art Cancroctdldump/ctdlload: removed tables that can be re-genera...
2023-07-14 Art CancroNow I have a machine gun that can write ctdluser record...
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 Cancroserv_inboxrules.c: don't attempt to call regexec()...
2023-06-12 Art Cancroserv_rssclient.c: remove single-instance save to drasti...
2023-06-12 Art Cancroserv_rssclient.c: fixed a possible null pointer error
2023-06-10 Art Cancroserv_rssclient.c: use array instead of linked list...
2023-06-04 Art CancroRemediated an unrecoverable problem in CDB_USETABLE.
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-15 Art Cancroserv_imap.c (citserver)/roomops.c (webcit): bugfixes...
2023-05-02 Art Cancroserv_inboxrules.c: applied patch by Allen (awrdgrs...
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-17 Art Cancroserv_fulltext.c: style update
2023-03-19 Art CancroChanged the algorithm for quick queue runs to prevent...
2023-03-10 Art CancroInbox rules 'matches' operator now uses regular express...
2023-03-09 Art Cancroserv_inboxrules.c: compound fields such as From now...
2023-03-09 Art Cancroserv_inboxrules.c: style update
2023-03-07 Art Cancroserv_instmsg.c: style update
2023-03-07 Art Cancroserv_image.c: style update
2023-03-04 Art CancroMore aggressive zeroing of visit records so they compre...
2023-02-26 Art Cancromore diagnostics
2023-02-26 Art CancroNew command RBDI to ReBuild the Directory Index.
2023-02-15 Art Cancroadd total to purged use table records
2023-02-14 Art Cancro"visit" is now "struct visit" again.
2023-02-12 Art Cancrocitadel.h is now citadel_defs.h
2023-02-08 Art CancroMost outgoing email will now be delivered the moment...
2023-02-08 Art Cancrokeep track of last_queue_job_submitted
2023-02-08 Art Cancrogive the smtp job queue an ability to do a quick or...
2023-02-08 Art CancroKeep track of last queue message processed
2023-02-07 Art Cancrocomment change
2023-02-07 Art CancroWrap SMTP Client concurrency check in a mutex
2023-02-07 Art Cancromade a couple of things more readable
2023-01-31 Art Cancroserv_smtpclient: queue now uses libcitadel Array type
2023-01-06 Art CancroRSS feed reader now QP-Encodes message text.
2023-01-06 Art CancroRename StrBufRFC2047encodeMessage() to StrBufQuotedPrin...
2023-01-05 Art CancroBring back just our changes, revert accidental removal...
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-12-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-22 Art Cancroserv_openid_rp.c : style cleanup
2022-12-22 Art Cancroserv_pop3client.c: style cleanup
2022-12-17 Art CancroMerge branch 'master' of ssh://git.citadel.org/var...
2022-12-15 Art Cancromodernize serv_spam.c
2022-12-11 Art Cancroimap_store.c style update
next