* Updated hack.txt with some fresh new information
[citadel.git] / citadel / ChangeLog
2002-07-20 Art Cancro* Updated hack.txt with some fresh new information
2002-07-19 Art Cancro* citadel_ipc.c: changed various buffer lengths from...
2002-07-18 Nathan Bryantadded a note about GNU make to the configure script...
2002-07-18 Art Cancro* Eliminated the 512-message limit in the client for...
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-07-02 Michael Hampton* prototypes in citadel_ipc.h updated
2002-06-29 Michael Hampton* fixed some memory leaks
2002-06-29 Michael Hampton* tools.c: Massively faster versions of extract_token...
2002-06-29 Michael Hampton* Convert whobbs, serv_info, misc. functions to new...
2002-06-27 Michael Hampton* rooms.c: converted most functions to new IPC code
2002-06-25 Michael Hampton* fixed bug in dotgoto() causing free() to segfault
2002-06-25 Michael Hampton* gotonext() now uses new IPC code to retrieve room...
2002-06-25 Michael Hampton* remove a debugging trap I accidentally left in the...
2002-06-24 Michael Hampton* Fixed code for client segfault at login
2002-06-24 Michael Hampton* Buffer overflow fixes and minor cleanup in IPC code
2002-06-24 Michael Hampton* Message reading and other functions which use the...
2002-06-22 Michael Hampton* Use a new IPC API (in citadel_ipc.c). Partially...
2002-06-21 Art Cancro* Minor documentation update
2002-06-19 Art Cancro* Support a transient room create as well
2002-06-19 Art Cancro* Added support for "transient goto" which allows entry...
2002-06-18 Michael Hampton* room_ops.c: Fix for old room record not being deleted...
2002-06-16 Art Cancro* Allow Aides to create rooms in other users' namespace...
2002-06-15 Art Cancro* Fixed small bug in the e<X>pert mode toggle
2002-06-15 Art Cancro* Fixed a memory allocation bug in the vCard parser
2002-06-15 Michael Hampton* citserver.c: MESG command can now send a different...
2002-06-15 Art Cancro* SpamAssassin connector is now configurable in <.A...
2002-06-14 Art Cancro* Discovered that spamd works even without the Content...
2002-06-14 Art Cancro* Disabled the spam strings checker I wrote a few days...
2002-06-12 Art Cancro* "Suppress message prompts" has been changed to "Promp...
2002-06-10 Art Cancro* Configuration for spam filter
2002-06-09 Art Cancro* Started working on the spam filter
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
next