* Do calendar support only if libical header *and* library are present
[citadel.git] / citadel / ChangeLog
2003-01-13 Art Cancro* Do calendar support only if libical header *and*...
2003-01-12 Art Cancro* configure.ac: Attempt to check for libical 0.24 or...
2003-01-12 Art Cancro* Start marking things for 6.05 release
2003-01-12 Art Cancro* Display message subjects in magenta instead of white
2003-01-06 Michael Hampton* Remove non (yet) existent sstring.c dependency from...
2003-01-05 Michael Hampton* Add an AllFloors parameter to the citadel IPC API
2003-01-01 Michael Hampton* commands.c: bugfix for reading from FILE pointers...
2002-12-28 Art Cancro* ical_dezonify: set is_utc=1 even if we didn't convert...
2002-12-28 Art Cancro* Yet another attempt at making ical_dezonify() send...
2002-12-27 Art Cancro* Another attempt at fixing timezones :(
2002-12-25 Art Cancro* ical_dezonify.c: shuffle around #includes and #ifdef's
2002-12-25 Art Cancro* Another shot at timezone handling (ugggghh)
2002-12-25 Art Cancro* set up ical_dezonify() to be called at appropriate...
2002-12-25 Art Cancro* ical_dezonify.c: added (function to strip localized...
2002-12-19 Art Cancro* database_cleanup.sh: added
2002-12-18 Art Cancro* Don't attempt to send out invitations when there...
2002-12-15 Michael Hampton* Final touches on the new message formatter.
2002-12-15 Michael Hampton* Converted more routines to new IPC code.
2002-12-14 Art Cancro* When saving a calendar event, set the message Subject...
2002-12-10 Art Cancro* Fixed a bug in the allocation of per-session dynamic...
2002-12-09 Art Cancro* Finished the code to accept incoming calendar REPLY...
2002-12-08 Art Cancro* More work on the reply handler. Wrote functions...
2002-12-08 Art Cancro* Began adding a calendaring subcommand to accept a...
2002-12-04 Art Cancro* When sending out invitations, encapsulate the VEVENT...
2002-12-03 Art Cancro* Send out meeting requests! (Need to test with variou...
2002-12-02 Michael Hampton* Improvements to the new message formatter, including...
2002-12-01 Michael Hampton* New experimental message formatter - try it, you...
2002-12-01 Art Cancro* The code to check for sending invitations needs to...
2002-12-01 Art Cancro* Reliably detect when the user saving an event is...
2002-11-30 Art Cancro* just some trace messages
2002-11-30 Art Cancro* Started banging out some code to determine when a...
2002-11-29 Art Cancro* When calling ical*_remove_*() routines, the caller...
2002-11-29 Art Cancro* CC->cs_inet_email is now a string buffer, not a pointer
2002-11-27 Stu Markadded dot ungoto functionality.
2002-11-25 Art Cancro* Post a notification to Aide> when a user is manually...
2002-11-25 Art Cancro* Allow set/clear of per-user Internet mail privilege
2002-11-23 Michael Hampton* Makefile.in: Alphabetized all the source files
2002-11-21 Art Cancro* Added support for a "New User Greetings" room. See...
2002-11-15 Michael Hampton* serv_rwho.c: cmd_rwho(): move logged_in from param...
2002-11-13 Art Cancro* When in curses mode, call beep() instead of putc...
2002-11-12 Art Cancro* Completed the invitation accept/decline code. It...
2002-11-11 Michael Hampton* Fixed minor bugs with color handling; added explicit...
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 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* "conflicts" check now also tells the client whether...
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-21 Art Cancro* List UID and SUMMARY properties of conflicting events
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 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-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* 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-08 Michael Hampton* Build environment: cvs ignore .diff/.patch files
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-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-02 Michael Hampton* status_line() now shows "new mail" only when there...
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-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-27 Michael Hampton* Allow multiple simultaneous IPC connections. All...
2002-09-22 Art Cancro* axdefs.h: add "Notes" view
2002-09-17 Art Cancro* Create the Calendar> and Tasks> rooms at login time...
next