Added a system of weighted preferences to the
[citadel.git] / citadel / msgbase.c
2006-10-24 Art CancroAdded a system of weighted preferences to the
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-08-30 Art CancroFixed a bug in MSGS SEARCH that was causing it
2006-08-28 Art CancroWhen reading in a message via SMTP (or any protocol...
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-08-17 Art CancroThe DELE command now accepts multiple message numbers
2006-08-05 Art Cancro* MOVE command can now move multiple messages at a...
2006-08-05 Art CancroRemoved the old CtdlSaveMsgPointerInRoom() API. Everyt...
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-07-27 Art CancroCtdlDeleteMessages() now uses the bulk API CtdlCopyMsgs...
2006-07-27 Art CancroRemoved a spurious FIXME that had already been fixed
2006-07-11 Art CancroWhen generating Message ID's, pad with leading zeroes
2006-05-18 Art CancroIMAP COPY messages in bulk. I think it works
2006-05-17 Art CancroCtdlSaveMsgPointerInRoom() is now a simple wrapper...
2006-04-12 Art Cancroserv_network.c: moved a call to CtdlFreeMessage() out...
2006-03-29 Art CancroFixedOutputHooks are now used _strictly_ for the MSG0...
2006-02-28 Art CancroServer hacks to allow non-ASCII characters to be carried in
2006-02-09 Wilfried Göesgensone typo in a define. moved file calculation to the...
2006-02-06 Art CancroPrepended the <no text> pseudomessage with an RFC822...
2006-01-26 Art Cancro* Allow client to supply EID in "notes" rooms.
2006-01-24 Art CancroIn WIKI rooms, clients can supply a message EUID
2006-01-18 Wilfried Göesgensincludes.
2006-01-18 Wilfried Göesgensmissing dirchanges and dependencies to pam.
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2006-01-05 Art CancroImplemented configuration settings for journaling.
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-11-17 Wilfried Göesgenscitadel.control doesn't belong to /var/run/citadel
2005-10-26 Art Cancro* msgbase.c: Yet Another Fix to the handling of embedde...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-25 Art Cancronum_recps init
2005-10-25 Art Cancrofix for above
2005-10-22 Art Cancrominor fix for previous checkin
2005-10-22 Art Cancro* msgbase.c: allow multipart/alternative part-swapping...
2005-10-22 Art Cancro* mime_parser.c: recurse into message/rfc822 parts...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-19 Art Cancro* New type of server hook: CtdlRegisterFixedOutputHook...
2005-10-19 Art Cancro* msgbase.c, messages.c, html.c: conversion of HTML...
2005-10-18 Art Cancro* serv_fulltext.c: index records are now cached in...
2005-10-16 Art Cancro* msgbase.c: alias() now handles addresses such as
2005-10-16 Art CancroHandle email addresses with commas inside quotes,
2005-10-11 Art Cancronewlines
2005-10-11 Art Cancro* Fixed a problem with replication. I believe we've...
2005-10-11 Art Cancro* Replication checks and EUID indexing are now only...
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-10-06 Art Cancro* THE DREADED AUTO-PURGER now purges euid index records...
2005-10-06 Art Cancro* Changed the format of the euidindex record to contain...
2005-10-04 Art Cancro* CtdlOutputPreLoadedMsg() calling syntax has changed...
2005-10-02 Art Cancro* The EUID index is now built, and replication checks...
2005-10-01 Art Cancro* Began writing code to index messages by euid per...
2005-09-27 Art Cancro* Auto-add *recipient* addresses to Contacts. This...
2005-09-26 Art Cancro* Attempt to save *outgoing* email addresses to the...
2005-09-21 Art Cancro* Don't harvest incoming addresses. A few hours of...
2005-09-21 Art Cancro*** empty log message ***
2005-09-21 Art Cancro* When reading messages in MT_MIME mode from a Citadel...
2005-09-18 Art Cancro* File the auto-generated vCards into the users' addres...
2005-09-18 Art Cancro* Now harvesting addresses, converting them to vCards...
2005-09-18 Art Cancro* When submitting a message, harvest non-local addresse...
2005-09-16 Art Cancro* CC: support for message creation, and IMAP. Not...
2005-09-16 Art Cancro* CC: and BCC: delivery are working (tested using messa...
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-12 Art Cancro* Bounds checking in CtdlDirectoryLookup()
2005-08-08 Art Cancro* Added a new "with header summary" mode to the MSGS...
2005-08-08 Art Cancro* CtdlForEachMessage() -- avoid scanning v_seen sequenc...
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-08-02 Art Cancro* Removed instances of hard-coded CTDLDIR; this breaks -h
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-19 Art Cancro* MSG4 command now outputs content type *and* charset
2005-07-19 Art Cancro* Updated the MIME parser API to include the "charset...
2005-07-06 Art Cancro* Fixed bug #149 (incorrect sequence set optimization...
2005-07-01 Art Cancro* CtdlSetSeen() -- when new vset overflows its size...
2005-06-06 Art Cancro* Made some changes to the calendar/uuid logic to fix...
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-05-24 Art Cancro*** empty log message ***
2005-05-22 Art Cancro* imap optimizations
2005-05-22 Art Cancro* Full text indexer is now switchable on/off
2005-05-18 Art Cancro* Finished the indexer *and* deindexer! The search...
2005-05-18 Art Cancro*** empty log message ***
2005-05-03 Art Cancro*** empty log message ***
2005-04-29 Art Cancro* More IMAP tuning
2005-04-29 Art Cancro* More complex cache handling for IMAP fetch operations...
2005-04-23 Art Cancro* Substantially improved the appearance of mailing...
2005-04-23 Art Cancro* Big performance optimization on CtdlSetSeen()
2005-04-22 Art Cancro* is_msg_is_mset() has been renamed to is_msg_in_sequen...
2005-04-22 Art Cancro* small fix to previous commit
2005-04-21 Art Cancro* msgbase.c: when committing a new message to the store...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* More extermination of the dreaded SIZ moby-buffers.
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-23 Art Cancro* Began an effort to eliminate SIZ wherever possible...
2005-03-22 Art Cancro* Fixed a couple of memory allocation bugs
2005-03-18 Art Cancro* Minor bugfix to previous checkin
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-03-02 Art Cancro* msgbase.c: fixed a buffer overflow error
next