* Renamed the "Extended message ID" field to "Exclusive message ID"
[citadel.git] / citadel / msgbase.c
2005-01-27 Art Cancro* Renamed the "Extended message ID" field to "Exclusive...
2005-01-22 Art Cancro* Each message's metadata now has the ability to cache...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2005-01-07 Art Cancro* msgbase.c: fixed an incorrect variable name in the...
2004-09-21 Art Cancro* Tweaks to above
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-09-07 Michael Hampton* msgbase.c: cmd_msgs(): Call unbuffer_output() when...
2004-09-06 Michael Hampton* msgbase.c: cmd_ent0(): Fix another unbuffer_output()
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-08-02 Art Cancro* utilsmenu: removed. Because most of the admin functi...
2004-07-25 Michael Hampton* msgbase.c: CtdlCheckInternetMailPermission(): Do...
2004-07-06 Art Cancro* When writing a message body to the CDB_BIGMSGS table...
2004-06-24 Art Cancro* serv_imap.c: when an IMAP socket breaks while a folde...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-06-15 Art Cancro* Store the body of any large (>1K) message in a separa...
2004-06-15 Art Cancro* Bumped internal version number to 6.22
2004-05-31 Art Cancro* Reworked the security checks for move/copy commands...
2004-03-24 Art Cancro* msgbase.c: repaired a memory leak
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-24 Art Cancro* After initializing the database, chown and chmod...
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-03-15 Michael Hampton* msgbase.c: cmd_move(): Fix the security logic for...
2004-03-05 Art Cancro* Remove the automatic population of A and N fields...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-24 Art Cancro* Better validation of incoming network messages.
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-17 Art Cancro* Changed a diagnostic in msgbase.c to a higher logging...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-12-09 Art Cancro* Don't give away anonymous poster information in IMAP...
2003-12-07 Michael Hampton* Minor enhancements to a few of the trace file entries
2003-11-30 Art Cancro* Support IMAP \Answered flag
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro* Renamed:
2003-06-29 Art Cancro*** empty log message ***
2003-05-28 Art Cancro* msgbase.c: validate_recipients() now rejects Internet...
2003-03-30 Art Cancro* Optimized CtdlReadMessageBody() and also gave it...
2003-03-12 Art Cancro* More changes to the handling of RFC822 headers with...
2003-03-10 Art Cancro* Tweaks to msgbase.c and imap_fetch.c to fix slightly...
2003-03-01 Art Cancro* Fix missing protocol header when outputing messages...
2003-01-16 Michael Hampton* ENT0 command: changed post-as username from arg 4...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-12-09 Art Cancro* Finished the code to accept incoming calendar REPLY...
2002-11-30 Art Cancro* Started banging out some code to determine when a...
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-11-28 Art Cancro* Added the ISME command (find out if some arbitrary...
2002-11-25 Art Cancro* Allow set/clear of per-user Internet mail privilege
2002-11-11 Art Cancro* More work on reply to meeting invitation
2002-10-18 Art Cancro* Fixed a bug in CtdlRenameRoom() that caused the old...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-08-24 Art Cancro* Bugfixes
2002-08-21 Art Cancro* Completed self-service list subscription via web.
2002-08-16 Art Cancro* quickie_message() null handling
2002-08-13 Art Cancro* Added email capability to quickie_message()
2002-07-28 Art Cancro* Augmented the "headers only" functionality of the...
2002-07-23 Art Cancro* Completed the MSGP and MSG4 commands to set the clien...
2002-07-13 Art Cancro* Don't lie about format types in MSG0 anymore. We...
2002-07-13 Art Cancro* CtdlOutputMsg() caches the most recently fetched...
2002-07-11 Art Cancro* When outputting a multipart MIME message, supply...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-05-23 Art Cancro* fix for above
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-17 Art Cancro* When doing fixed_output() of converted HTML, output...
2002-05-16 Art Cancro* Reduce the number of socket writes when doing fixed_o...
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantsprintf bashing
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-07 Art Cancro* Force recipient only in Mail>, not in all mailbox...
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-03-01 Art Cancro* CtdlReadMessageBody() -- fixed bug that caused the...
2002-02-08 Art Cancro* Changed the logic for printing RFC822 addresses ...
2002-02-08 Art Cancro* Added client and server side support for entering...
2002-02-08 Art Cancro* When outputting a message in non-RFC822 format, don...
2002-02-05 Art Cancro* Don't crash when posting if the user doesn't have...
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-01-30 Art Cancro* Added a new DeleteFunctionHook type of thing. These...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-26 Art Cancro* smtp FROM command now validates sender using the...
2002-01-11 Michael Hampton* Allow users to move/copy messages between personal...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-03 Art Cancro* Fixed mail to "sysop"
2002-01-02 Art Cancro* More message submission queue stuff
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* mail stuff
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-14 Art Cancro* Hi from Stu
2001-12-03 Art Cancro* quick fix
2001-12-03 Art Cancro* Began implementing some code to handle multiple recip...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
next