* Reference count adjustments are now deferred by queuing
[citadel.git] / citadel / serv_calendar.c
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-03-29 Art CancroFixedOutputHooks are now used _strictly_ for the MSG0...
2006-03-05 Art CancroPublishing an entire calendar back to the Citadel server
2006-03-04 Art Cancroupdated some tracing messages
2006-03-04 Art CancroWorked on webcal publish some more
2006-03-04 Art CancroBegan the implementation of code to handle webcal:...
2006-03-04 Art CancroCompleted the 'ICAL getics' command, which outputs an
2006-03-03 Art CancroBegan writing a command to dump an entire room's calendar
2006-03-03 Art Cancroserv_calendar.c: when accepting rsvp, look in the euid...
2006-02-07 Art CancroSome changes to view vs. default view behavior.
2006-01-24 Art CancroIn WIKI rooms, clients can supply a message EUID
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-20 Art Cancro* serv_calendar.c: registered a fixed output hook for...
2005-09-16 Art Cancro* CC: support for message creation, and IMAP. Not...
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-07-19 Art Cancro* Updated the MIME parser API to include the "charset...
2005-06-16 Art Cancro*** empty log message ***
2005-06-06 Art Cancro* Made some changes to the calendar/uuid logic to fix...
2005-06-03 Art Cancro* Removed old Aethera hacks
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-02-03 Art Cancro* serv_calendar.c: beforesave hook now looks for the...
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2005-01-27 Art Cancro* Renamed the "Extended message ID" field to "Exclusive...
2005-01-27 Art Cancro* The before-save hook in serv_calendar.c now runs...
2005-01-26 Art Cancro* When saving calendar items, if the vCalendar object...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2004-10-01 Art Cancro* Configure "notes" view and auto-create Notes> room
2004-09-17 Art Cancro*** empty log message ***
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-08-31 Art Cancro* Calendar: store UUID+comment instead of comment as...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-04-14 Art Cancro* ICAL FREEBUSY output now includes ORGANIZER, DTSTART...
2004-04-13 Art Cancro* serv_calendar.c: ICAL FREEBUSY command now tries...
2004-03-24 Art Cancro* Reorg header stuff to make it more compatible with...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-17 Art Cancro* New ICAL subcommand "sgi" to enable or disable automa...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-05-26 Art Cancro* serv_calendar: added a comment about shared code
2003-05-26 Art Cancro* serv_calendar.c: fixed a bug in the "ICAL freebusy...
2003-03-19 Art Cancro* mini tweaks to calendar
2003-03-16 Art Cancro* Fixed the bug that caused freebusy publishes to crash.
2003-03-16 Art Cancro* Still trying to fix bug in freebusy publish
2003-03-15 Art Cancro* Rewrite of calendar-to-freebusy conversion functions...
2003-03-15 Art Cancro* When scanning a user's Calendar> room for calendar...
2003-03-14 Art Cancro* Clone calendar subcomponents before encapsulating...
2003-03-13 Art Cancro* Move towards storing calendar objects as fully encaps...
2003-02-21 Art Cancro* Completed the "ICAL freebusy" subcommand, which fetch...
2003-02-20 Art Cancro* Began framing up a command to view other users' free...
2003-01-19 Art Cancro* serv_calendar.c: allocate dynamic symbol at module...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2003-01-14 Art Cancro* Set default view for new user Calendar> rooms to...
2003-01-13 Art Cancro* Do calendar support only if libical header *and*...
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* Another shot at timezone handling (ugggghh)
2002-12-25 Art Cancro* set up ical_dezonify() to be called at appropriate...
2002-12-18 Art Cancro* Don't attempt to send out invitations when there...
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-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-21 Art Cancro* Added support for a "New User Greetings" room. See...
2002-11-12 Art Cancro* Completed the invitation accept/decline code. It...
2002-11-11 Art Cancro* More work on reply to meeting invitation
2002-11-08 Art Cancro* Reply to VEVENT invitations: generate reply by clonin...
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-19 Art Cancro* Moved some of the calendar logic over from WebCit
2002-09-17 Art Cancro* Create the Calendar> and Tasks> rooms at login time...
2002-09-13 Art Cancro* serv_calendar.c: #include "serv_calendar.h", not...
2002-09-11 Art Cancro* [EXPERIMENTAL] Link in the "libical" calendar library...