better curses compatibility, and a couple makefile/configure tweaks
[citadel.git] / citadel /
2002-05-31 Nathan Bryantbetter curses compatibility, and a couple makefile...
2002-05-31 Nathan Bryantperform the type size checks before the library checks...
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* fix for above
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-13 Art Cancro* Client side too
2002-05-13 Art Cancro* usergoto() can now be supplied a NULL room name to...
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-05-04 Art Cancro* Make stealth mode available to all users
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-23 Art Cancro* Minor docs update
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-04-21 Art Cancro* Create the My Citadel Config> room along with the...
2002-04-20 Art Cancro* Cosmetic comment cleanup
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* folder renaming...
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*** empty log message ***
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-18 Nathan Bryantmade some changes that should hopefully make configure...
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 Art Cancro* updated roadmap
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-13 Nathan Bryantone more tweak
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 Bryantclean up a few prototypes that weren't defined centrall...
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 Bryantsprintf bashing
2002-03-12 Nathan Bryantmore sprintf bashing
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-12 Nathan Bryantmore sprintf
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantcommented
2002-03-11 Nathan Bryantuse <db.h> before <db3/db.h> or <db4/db.h>
2002-03-11 Nathan Bryantadded autom4te.cache
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-09 Art Cancro* citadel.rc: disable full-screen mode by default
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* setup.c: minor cleanup
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...
next