- added a new function to the database interface, cdb_close_cursor(). always
[citadel.git] / citadel / ChangeLog
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-07-29 Nathan Bryantchange ForEachRoom to use read-only cursors by default...
2001-07-29 Nathan Bryantgenerate symlinks to .libs in modules directory
2001-07-28 Nathan Bryantimplemented read-only cursors. one of the advantages...
2001-07-27 Nathan Bryantlibtool has matured a lot since the last time i looked...
2001-07-27 Nathan Bryantmissed one thing in the autoconf move
2001-07-27 Nathan Bryantsupport one cursor per database rather than one global...
2001-07-27 Nathan Bryantremove the automatic transaction demarcation on singlet...
2001-07-26 Nathan Bryant - move to autoconf 2.52
2001-07-24 Art Cancro* New UI for mailing list setup
2001-07-20 Nathan Bryantfix build on solaris, check default install location...
2001-07-16 Art Cancro* Silly cosmetic change to keep the wholist ordered...
2001-07-13 Art Cancro* Shuffled around some of the housekeeping loop code
2001-07-11 Art Cancro* database_sleepycat.c: small changes to log messages
2001-07-11 Nathan Bryantmoved dret initialization in cdb_fetch, just in case
2001-07-03 Art Cancro* THIS IS 5.80
2001-07-03 Art Cancro* Last minute doco update for 5.80
2001-07-01 Nathan Bryantconfigure.in: check for Berkeley DB first.
2001-06-27 Art Cancro* Added some verbage to messages/roomaccess to placate...
2001-06-19 Art Cancro* Ooops... last_cull needs to be declared static
2001-06-19 Art Cancro* imap_fetch.c: download MIME parts without decoding...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-06-07 Art Cancro* More tweaks to the MIME parser
2001-06-06 Art Cancro* msgbase.c: output extra newline at end of RFC822...
2001-06-06 Art Cancro* Moved memreadline() to tools.c
2001-05-27 Art Cancro* Added a "no new messages" response in the client...
2001-05-18 Art Cancro* Fixed bug in mime_parser.c that caused parts to be...
2001-04-28 Art Cancro* Updated some of the docs. Bumped version number...
2001-04-28 Art Cancro*** empty log message ***
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-04-20 Art Cancro* IMAP LIST/LSUB: made it case insensitive. Also minor...
2001-04-17 Andru Luvisi* Modified rooms.c in the client so that it would allow...
2001-04-16 Andru Luvisi* Fixed bug in room_ops.c that wasn't allowing aides...
2001-04-14 Art Cancro* Fixed an unterminated string bug in IMAP APPEND....
2001-04-10 Art Cancro* Finished coding IMAP APPEND. It works, but there...
2001-04-03 Art Cancro* Began implementing IMAP APPEND
2001-04-01 Andru Luvisi* *Actually* fixed a botched ChangeLog entry.
2001-04-01 Andru Luvisi* Fixed a botched ChangeLog entry.
2001-04-01 Andru LuvisiChanged two fclose()s to pclose()s.
2001-03-25 Michael Hampton* serv_pop3.c: Fixed APOP. Now logs in properly. Also...
2001-03-21 Art Cancro* Added the new IMAP mailbox string compare submitted...
2001-03-20 Art Cancro* Added the (\NoInferiors) tag to all rooms listed...
2001-03-13 Art Cancro* support (BODY[HEADER.FIELDS(BLAH BLAH BLAH)]) and...
2001-03-12 Art Cancro* Implemented SUBSCRIBE and UNSUBSCRIBE commands
2001-03-11 Art Cancro* Mega sexy hack to deliver express messages THROUGH...
2001-03-11 Art Cancro* Replaced the "citlogin" binary wrapper with the ...
2001-03-11 Art Cancro* Fixed bug that created incorrect roomnames when sendi...
2001-03-11 Art Cancro* IMAP DELETE command ... also split up access control...
2001-03-10 Art Cancro* Implement proper access control for deleting messages...
2001-03-07 Art Cancro* Fixed some small IMAP bugs
2001-03-06 Art Cancro* Probable completion of STATUS, COPY, STORE, and EXPUN...
2001-03-06 Nathan Bryantdatabase-related cleanups and paranoia tests;
2001-03-05 Art Cancro* IMAP COPY
2001-03-04 Art Cancro* IMAP EXPUNGE responses -should- be correct now
2001-03-02 Art Cancro* client: the "Page who?" prompt now defaults to the...
2001-02-28 Art Cancro* Removed the moderation questions.
2001-02-27 Nathan Bryantpass DB_THREAD to DB->open()
2001-02-26 Nathan Bryantmodified lprintf strings to begin with "cdb_" to simpli...
2001-02-24 Art Cancro* More of IMAP STORE. Works for \Deleted now, but...
2001-02-24 Art Cancro* Wrote a bit of the IMAP STORE command
2001-02-24 Brian* Fixed my listing in developers.txt (finally! :)
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-21 Art Cancro* Wrote the "citlogin" wrapper, so Citadel client can...
2001-02-21 Art Cancro* Repaired buggy "ALL" macro in IMAP FETCH.
2001-02-20 Art Cancro* IMAP: implemented the STATUS command (sort of).
2001-02-19 Art Cancro* IMAP server: added untagged, unsolicited server messa...
2001-02-17 Art Cancro* Repaired the creation of page log rooms in the wrong...
2001-02-14 Michael Hampton* citadel.rc: added $Id$ (it's about time!)
2001-02-14 Art Cancro* Fixed POP3 server responses ending in \n instead...
2001-02-13 Art Cancro* Worked out the remaining bugs in IMAP FETCH for the...
2001-02-13 Art Cancro* imap fetch
2001-02-12 Art Cancro* sysdep.c ig_tcp_server() - use IPPROTO_TCP instead...
2001-02-08 Art Cancro* Fixed namespace problems resulting from the automatic...
2001-02-06 Art Cancro* Added a floor listing (complete with \NoSelect flag...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-02-05 Art Cancro* Made some changes to functions which translate betwee...
2001-02-04 Art Cancro* Implemented the IMAP CREATE command
2001-02-04 Art Cancro* more imap. imap sucks. die crispin die.
2001-02-03 Michael Hampton* serv_ical.c: Verify that objects posted to My Calenda...
2001-02-03 Michael Hampton* serv_ical.c: now creates a My Calendar> personal...
2001-02-03 Michael Hampton* serv_ical.c and serv_ical.h added; skeleton code...
2001-02-02 Art Cancro* Changed the error message in cdb_delete() to actually...
2001-02-01 Art Cancro* IMAP minor change to mailbox name output
2001-01-28 Michael Hampton* sysdep.c: lprintf() now generates timestamps
2001-01-28 Michael Hampton * serv_bio.c: RBIO now also returns stats about a...
2001-01-16 Art Cancro* yeesh ... more on the IMAP BODYSTRUCTURE
2001-01-16 Art Cancro* imap bodystructure
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2001-01-15 Art Cancro* user_ops.c: reject NULL password in CtdlTryPassword...
2001-01-15 Art Cancro*** empty log message ***
2001-01-15 Art Cancro * "Path:" removed for now because it confuses brain...
2001-01-15 Art Cancro* temporary implementation of 901 asynchronous express...
2001-01-14 Art Cancro* Changed the format of <.W>holist <L>ong
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2001-01-13 Art Cancro* Added the ASYN command
2001-01-12 Art Cancro* Fixed a bug that caused bogus wholist lines to be...
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-30 Art Cancro* Still more work on IMAP. Damn this is tedious.
2000-12-30 Art Cancro* more buffer size stuff
next