citadel.git
2002-06-07 Art Cancro* Added a new message function hook type EVT_SMTPSCAN...
2002-06-07 Art Cancro* Doco MRTG cmd
2002-06-07 Art Cancro* oops fix bug
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-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* Brought over a utility function I'll need later
2002-05-23 Art Cancro* fix for above
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-05-22 Art Cancro* Finished room/folder view selector. Pretty cool.
2002-05-22 Art Cancro* Room list or folder list? Give the user a choice...
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-12 Michael Hampton* do_template() now parses a .wml file for WAP clients...
2002-05-11 Michael Hampton* Track whether user-agent is a WAP gateway
2002-05-11 Michael Hampton* webcit.c: add MIME types for WAP/WML
2002-05-10 Art Cancro* Hacked the address book view a little bit
2002-05-09 Art Cancro* Began working on address book view
2002-05-08 Art Cancro* Preferences framework
2002-05-07 Art Cancro* In message summary, replace 'Del' links with checkboxes
2002-05-05 Michael Hampton* screen.c: fix lack of beeps in curses mode
2002-05-05 Art Cancro* Shuffled around the room banner a bit
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-05-03 Art Cancro* Finished "folder list" mode (still need to move it...
2002-05-03 Art Cancro* more folder display stuff
2002-05-01 Art Cancro* "folder list" view (not finished)
2002-05-01 Art Cancro* Added a drop-down box to change a user's view of...
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-28 Art Cancro* Finished summary mode (for the most part, anyway)
2002-04-26 Art Cancro* Separated "summary mode" message listing into its...
2002-04-26 Art Cancro* view
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* Some work on email summary screen
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*** empty log message ***
2002-04-01 Art Cancro* Tagged everything for 5.91 release
2002-04-01 Art Cancro* Prep for 5.91 release
2002-03-31 Art Cancro* Remove "Page another user" link from main menu
2002-03-29 Art Cancro* Finished the "edit user" screen.
2002-03-29 Art Cancro* yep ... more user edit stuff
2002-03-29 Art Cancro* Removed the BMBX command. Mailbox security update...
2002-03-27 Art Cancro* more useredit
2002-03-26 Art Cancro* More edit user stuff
2002-03-26 Art Cancro* Don't display room banner on screens that don't perta...
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-22 Art Cancro* "vcard edit" button for _other_ users' My Citadel...
2002-03-20 Art Cancro* Don't re-declare timezone variables ('cuz FreeBSD...
2002-03-19 Art Cancro* Brought over yet another new version of the MIME...
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 Art Cancro* New site config 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...
next