citadel.git
2002-11-11 Art Cancro* More work on reply to meeting invitation
2002-11-10 Michael Hampton* messages.c: fixed <H>eader command
2002-11-10 Michael Hampton* Convert some more routines to new IPC code
2002-11-10 Michael Hampton* citadel.spec: updated for post-6.01
2002-11-10 Michael Hampton* citadel.c: When terminating, don't mark messages...
2002-11-08 Art Cancro* Reply to VEVENT invitations: generate reply by clonin...
2002-11-07 Art Cancro* Repaired the "remember username/password" functionali...
2002-11-06 Art Cancro* No changes; just testing CVS permissions
2002-11-04 Art Cancro* Don't run the wait indicator when in an external...
2002-11-01 Art Cancro* Fixed .AM and .AE commands
2002-10-29 Michael Hampton* rooms.c: don't allow a blank floor name when creating...
2002-10-26 Art Cancro* cmd_cflr() - don't allow zero length floor names
2002-10-26 Art Cancrosame
2002-10-26 Art Cancro* Increase size of temp file name buffer in struct...
2002-10-25 Michael Hampton* Fixed broken .Goto by partial match
2002-10-25 Michael Hampton* Fix the status line not updating with the new wait...
2002-10-25 Art Cancro* When in fullscreen mode, display an "X" icon in the...
2002-10-24 Michael Hampton* acconfig.h: add DISABLE_CURSES template
2002-10-23 Art Cancro* Detect when a meeting invitation is actually an updat...
2002-10-23 Art Cancro* "conflicts" check now also tells the client whether...
2002-10-23 Art Cancro* comments
2002-10-23 Art Cancro* Finished: when saving an object of type text/calendar...
2002-10-23 Art Cancro* First hack at UID-to-EMSGID mapping (for auto replace...
2002-10-22 Nathan Bryantbetter resolv.h detection, hopefully should detect...
2002-10-21 Art Cancro* Display conflicts nicely
2002-10-21 Art Cancro* List UID and SUMMARY properties of conflicting events
2002-10-21 Art Cancro* Ask server to hunt for conflicts when displaying...
2002-10-21 Art Cancro* More work on conflict detects
2002-10-20 Art Cancro* More conflict checking stuff
2002-10-20 Art Cancro* Put in a skeleton "hunt for conflicts" code
2002-10-20 Michael Hampton* docs/install.txt: add Mac OS X build instructions
2002-10-19 Art Cancro* Moved some of the calendar logic over from WebCit
2002-10-19 Art Cancro* Moved the calendar meeting request reply functionalit...
2002-10-19 Art Cancro* Add "Tentative" accept button
2002-10-19 Art Cancro* Tentative button
2002-10-19 Michael Hampton* dynloader.c: Darwin places underscores in front...
2002-10-19 Michael Hampton* Disable any use of curses on Darwin (this is temporar...
2002-10-19 Art Cancro* Save an incoming meeting request into the user's...
2002-10-18 Art Cancro* Began work on meeting request accept/decline
2002-10-18 Michael Hampton* More signed/unsigned fixes (for the new progress...
2002-10-18 Michael Hampton* fix self-service account creation at login prompt...
2002-10-18 Art Cancro* Fixed a bug in CtdlRenameRoom() that caused the old...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-17 Michael Hampton* Convert room listings and some aide functions to...
2002-10-16 Art Cancro* Fixes and updates to build WebCit on Linux for IBM...
2002-10-16 Art Cancro* Remove some trace messages
2002-10-16 Michael Hampton* Don't assume pointer to time_t is compatible with...
2002-10-16 Art Cancro* CtdlWriteObject() encode in memory instead of on...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-10-15 Michael Hampton* IPC support for resumable downloads
2002-10-15 Michael Hampton* configure.ac check for malloc.h header file (Mac...
2002-10-15 Art Cancro* Run without crashing on Berkeley DB 4.1 :)
2002-10-15 Art Cancro* Build ok on Berkeley DB 4.1
2002-10-14 Michael Hampton* Mac OS X build fixes (everything but serv_imap now...
2002-10-09 Art Cancro* Templatized trailing HTML
2002-10-09 Art Cancro* Templatized the <HEAD> section of HTML
2002-10-08 Michael Hampton* Build environment: cvs ignore .diff/.patch files
2002-10-07 Art Cancro* messages.c: don't display room name field when it...
2002-10-07 Art Cancro* Build fixes for Solaris box without OpenSSL installed
2002-10-07 Michael Hampton* Don't try to compile non-existent client_crypto.c...
2002-10-07 Art Cancro* When displaying meeting invitations, only show date...
2002-10-06 Michael Hampton* Move (nearly) all IPC-related code to citadel_ipc...
2002-10-05 Art Cancro* Change MAXSETUP from 4 to 3 (bug reported by mavherzo...
2002-10-04 Michael Hampton* Fix bootstrap for Red Hat 7.3
2002-10-03 Art Cancro* Worked on meeting accept/decline a little bit
2002-10-02 Michael Hampton* status_line() now shows "new mail" only when there...
2002-10-02 Michael Hampton* File/image uploads now implemented in terms of the...
2002-10-01 Art Cancro* html.c: speed improvement in html-to-ascii converter
2002-09-30 Michael Hampton* ipcdef.h: add extern "C" for linking to C++ programs
2002-09-30 Michael Hampton* ipcdef.h: remove prototype for connection_died()...
2002-09-30 Michael Hampton* Fix configure mis-detecting libical and zlib and...
2002-09-30 Art Cancro* Dabbled in handling incoming meeting requests
2002-09-29 Art Cancro* ugly icon (won't be ugly with background)
2002-09-29 Art Cancro* minor cleanup
2002-09-29 Art Cancro* Completed the calendar day view
2002-09-29 Michael Hampton* File and attachment downloads now use the new IPC...
2002-09-29 Michael Hampton* file_ops.c: cmd_read() now returns a short read at...
2002-09-28 Art Cancro* started fleshing out the calendar day view
2002-09-27 Art Cancro* Add new event
2002-09-27 Art Cancro* Properly handle VEVENT saves (fixed nasty loopy loopy...
2002-09-27 Art Cancro* Removed the gzip compression stuff due to bugs in...
2002-09-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-09-27 Art Cancro* New, buggy versions of event editing screens
2002-09-26 Art Cancro* Fixed buggy month-selection algorithm (January is...
2002-09-25 Art Cancro* Keep track of msgnums in the two-pass calendar loop...
2002-09-25 Art Cancro*** empty log message ***
2002-09-24 Art Cancro* Rough cut of the two-pass calendar display routines...
2002-09-23 Art Cancro* Presentation changes to calendar month view
2002-09-22 Art Cancro* Began implementing month view
2002-09-22 Art Cancro* calendar_view.c: added. (This module will contain...
2002-09-22 Art Cancro* Backed the previous change out. There is no such...
2002-09-22 Art Cancro* axdefs.h: add "Notes" view
2002-09-21 Art Cancro* Added utility functions for displaying vcalendar...
2002-09-20 Art Cancro* Broken save-to-disk
2002-09-20 Art Cancro* save/delete/cancel
2002-09-20 Art Cancro* Smooth transition between "list tasks" & "edit task...
2002-09-20 Art Cancro* Display the "Tasks" view as a bulleted list with...
2002-09-18 Art Cancro* display VTODO parameters
2002-09-17 Art Cancro* Handler chains for VCALENDAR and VTODO types
2002-09-17 Art Cancro* Implemented a 'display handler' infrastructure for...
next