* Added a new message function hook type EVT_SMTPSCAN which permits modules to
[citadel.git] / citadel / ChangeLog
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-06-07 Art Cancro* Added a module "serv_mrtg" which allows activity...
2002-06-02 Michael Hampton* Support for Ctrl-W to erase a word when editing or...
2002-05-31 Nathan Bryantbetter curses compatibility, and a couple makefile...
2002-05-28 Art Cancro* Removed the 'netsetup' and 'dnetsetup' utilities...
2002-05-24 Art Cancro* Fixed the "idle timeout during paginator prompt"...
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-20 Art Cancro* commands.c: fixed bug in the scan for idle_threshold...
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-14 Michael Hampton* room_ops.c: clarified aide message when room aide...
2002-05-14 Michael Hampton* rooms.c: Print name of room aide if any when doing...
2002-05-14 Michael Hampton* Fixed some incredibly silly typos
2002-05-14 Michael Hampton* Minor cosmetic changes, extraneous double spaces...
2002-05-14 Michael Hampton* Idle threshold on the who list is now customizable...
2002-05-14 Michael Hampton* citadel.c: spacebar won't read New if there are no...
2002-05-12 Art Cancro* Removed an unused variable
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-05-05 Michael Hampton* screen.c: fix lack of beeps in curses mode
2002-05-04 Art Cancro* Documented a small protocol change for the STEL command
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-23 Art Cancro* Minor docs update
2002-04-21 Art Cancro* Create the My Citadel Config> room along with the...
2002-04-20 Art Cancro* One more fix for the RENAME command wrt namespaces.
2002-04-18 Nathan Bryantdon't use libtool -avoid-version for libcitserver ...
2002-04-17 Art Cancro* Finished the IMAP RENAME command. (I ended up using...
2002-04-15 Art Cancro* Add error responses to imap_rename() and set up subfo...
2002-04-14 Art Cancro* Began implementing RENAME command in IMAP.
2002-04-14 Art Cancro* Added access control checking to CtdlRenameRoom()
2002-04-14 Art Cancro* New back end function CtdlRenameRoom() which is used...
2002-04-10 Art Cancro* Began work on IMAP RENAME
2002-04-09 Art Cancro* Allow INBOX to have subfolders. There's no longer...
2002-04-05 Michael Hampton* Send time-of-day with pages sent via IMAP
2002-04-05 Art Cancro* Minor tweak to nested folder algorithm to handle...
2002-04-05 Art Cancro* Support nested folders in IMAP. We might want to...
2002-04-04 Art Cancro* Experimental hacking to handle subfolderization in...
2002-04-01 Art Cancro* Tagged everything for 5.91 release
2002-04-01 Art Cancro* Prep for 5.91 release
2002-03-29 Art Cancro* Removed the BMBX command. Mailbox security update...
2002-03-26 Nathan Bryantdon't check for a database driver until after the opens...
2002-03-26 Nathan Bryantremoved last vestiges of "#ifdef CIT_CLIENT" conditiona...
2002-03-26 Nathan Bryantfix monstrous shell script syntax in configure.ac
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-25 Nathan Bryantfix warning on platforms where pthread_t may be a pointer
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-22 Art Cancro* Handle vCard registration updates for users other...
2002-03-20 Art Cancro* Don't re-declare timezone variables ('cuz FreeBSD...
2002-03-19 Art Cancro* mime_parser.c: minor changes for easier porting betwe...
2002-03-19 Art Cancro* Saw what IO did with strchr() and did the same in...
2002-03-17 Michael Hampton* mime_parser.c: more robust parsing of Content-Type...
2002-03-16 Art Cancro* Post an error message to Aide> when unlink() is unabl...
2002-03-14 Nathan Bryantavoid symbol clash with curses' "timeout" function...
2002-03-14 Nathan Bryantsupport window resizing in curses mode
2002-03-13 Nathan Bryantfix up minor gotcha introduced by fgets change
2002-03-13 Art Cancro* Site-configurable option "Allow system Aides to gain...
2002-03-13 Nathan Bryant/* when running in curses mode, the scroll bar in most
2002-03-12 Nathan Bryantuse ncurses in preference to curses if it's installed...
2002-03-12 Nathan Bryantcurses fix: map our normal color pairs into the 0-7...
2002-03-12 Art Cancro* Give mailbox owners access to "who knows room" command
2002-03-12 Nathan Bryantsupport color under Solaris curses
2002-03-12 Art Cancro* Access control change: do not treat mailboxes as...
2002-03-12 Nathan Bryantif a filesystem node exists at /var/run/egd-pool, try...
2002-03-12 Nathan Bryantsquished the last remaining calls to sprintf
2002-03-12 Nathan Bryantreplace calls to gets with fgets
2002-03-12 Nathan Bryantmore sprintf bashing. now the only ones left are in...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantuse <db.h> before <db3/db.h> or <db4/db.h>
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2002-03-11 Nathan Bryant - fixes for building without OpenSSL
2002-03-09 Art Cancro* Applied a patch submitted by <xperc@hotmail.com>...
2002-03-09 Art Cancro* Added BMBX to fix a problem
2002-03-09 Art Cancro* one more tweak
2002-03-09 Art Cancro* this should do it.
2002-03-09 Art Cancro* Attempts to fix the access control crap
2002-03-08 Art Cancro* Patch to allow invitations and admin access to mailbo...
2002-03-07 Art Cancro* Force recipient only in Mail>, not in all mailbox...
2002-03-05 Michael Hampton* Autoconf fixes for DB4 support
2002-03-05 Art Cancro* vcard.c: another API update
2002-03-04 Art Cancro* Made a small API change to vcard.c for WebCit, brough...
2002-03-03 Art Cancro* Client and server options to disable self-service...
2002-03-03 Art Cancro* Added password starred-out entry to newprompt() and...
2002-03-03 Art Cancro* Implemented the CREU server command to administrative...
2002-03-03 Art Cancro* Split up some of the code in order to prepare for...
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-03-01 Art Cancro* Cosmetic change to Received: line
2002-03-01 Art Cancro* CtdlReadMessageBody() -- fixed bug that caused the...
2002-02-23 Art Cancro* Do the use table purge in two phases to avoid crashy...
2002-02-20 Art Cancro* Started adding better management of source IP address...
2002-02-15 Art Cancro* Wrote the expire/purge routine for the new use table
2002-02-15 Art Cancro* Began implementation of a networker use table that...
2002-02-15 Art Cancro* Stu's changes (which he checked in without making...
2002-02-13 Art Cancro* That was stupid.
2002-02-13 Art Cancro* added vcard_to_html() function
2002-02-13 Art Cancro* Allow the READ command to return packets bigger than...
2002-02-12 Art Cancro* Threw in a few more #ifdef's so the client build...
2002-02-11 Art Cancro* Don't crash when deleting "purge this vCard" messages
2002-02-10 Nathan Bryant - replace cdb_trunc with a complete version of the...
2002-02-08 Art Cancro* If there's already a Subject line in memory, display...
next