* Wrote the rest of the use table code. Finished except for a bug.
[citadel.git] / citadel / ChangeLog
2001-10-12 Art Cancro* Wrote the rest of the use table code. Finished excep...
2001-10-10 Art Cancro* Comments & cosmetics for previous update
2001-10-10 Art Cancro* Bugfix for MSG0 command to properly handle multipart...
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-10-06 Art Cancro* Began implementing some concurrency stuff for the...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-10-03 Art Cancro* serv_smtp.c: implement RFC2920 ESMTP "pipelining...
2001-10-03 Art Cancro* Implemented BOUNCE BOUNCE BOUNCE
2001-10-02 Art Cancro* Allow non-Aides to terminate sessions belonging to...
2001-09-24 Art Cancro* Completed migrating the "netpoll" utility into the...
2001-09-21 Nathan Bryantsupport different log_archive prototype in DB versions...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-18 Art Cancro* Added host/IP and port to node config (client side...
2001-09-17 Art Cancro* Support for IGnet routing (not tested)
2001-09-16 Art Cancro* serv_smtp.c: instead of doubling delivery retry times...
2001-09-09 Michael Hampton* Updated PAM configuration file citadel.pam for Red...
2001-09-09 Art Cancro* cdb_cull_logs() now removes log files as soon as...
2001-09-08 Art Cancro* More changes to the new networker. Added client...
2001-09-07 Art Cancro* You guessed it: still more code for the new networker.
2001-09-06 Nathan Bryantcheck for /usr/include/db3 (for RedHat 6.2; others?)
2001-09-06 Nathan Bryant#include fix for glibc 2.1.3
2001-09-06 Art Cancro* A few more updates to the networker
2001-09-06 Nathan Bryantbuild fix for sparc-sun-solaris2.8; i think the depende...
2001-09-06 Nathan Bryantbuild fix for Linux
2001-09-06 Art Cancro* Fixed paste-post mode (<.E>nter <A>scii) to append...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-09-06 Nathan Bryantupdated to libtool 1.4.1 and automake 1.5
2001-08-29 Art Cancro* More work on the new networker.
2001-08-25 Art Cancro* Worked a little more on the in-server replacement...
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-08-22 Art Cancro* internet_addressing.c: fixed a bug in process_rfc822_...
2001-08-15 Art Cancro* Added split horizon and delete-after-spool to the...
2001-08-14 Art Cancro* Began the migration of netproc into part of the serv_...
2001-08-11 Nathan Bryantupdated citadel-with-berkeley-db.txt.
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-08-11 Art Cancro* Removed the idle timer from the client. Dialup is...
2001-08-06 Nathan Bryantmade the client fall back on port 504 if there's no...
2001-08-05 Art Cancro* prep for new network node infrastructure
2001-08-03 Art Cancro* Added some more "break" statements to the main switch...
2001-08-03 Art Cancro* database_sleepycat.c: when running txn_checkpoint...
2001-07-30 Nathan Bryantmade ForEachUser use a read-only cursor, too. there...
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...
next