Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / calendar / serv_calendar.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-08-01 Art CancroCtdlGetSysConfig() and CtdlPutSysConfig() now have...
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2018-10-18 Art Cancrominor style cleanup
2018-10-12 Art CancroRemoved ical_dezonify() from the citserver build ....
2018-04-05 Art Cancrolibical3 compatibility , patches submitted by Adrian...
2018-01-25 Art Cancrowar on eNodeName
2017-10-26 Art Cancroremove syntax error
2017-10-26 Art Cancrotry to work with libical1 and libical2
2017-10-25 Art Cancrolibical_errors_are_fatal is now opaque. Change to...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMigrated serv_calendar.c to the new config format
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensoops, this also checks room access rights.
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-26 Wilfried Goesgensremove unneeded initialisation; separate declaration...
2012-05-25 Wilfried GoesgensCalendar: fix some uninitialized value conditions point...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-09-04 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-08-04 Art Cancro* When determining calculating tzid for invitations...
2009-06-15 Art Cancro* CtdlMakeMessage() accept NULLs for certain fields...
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-03-17 Art Cancro* Committed feivel's patch for multi day all day events
2009-01-02 Art Cancro* Convert all freebusy data to UTC prior to output
2009-01-02 Art Cancro* Cleaned up some overly verbose log messages
2009-01-01 Art Cancro* start tinkering with timezones in freebusy
2009-01-01 Art Cancro* Implemented recurrence in freebusy display. todo...
2008-12-31 Art Cancro* Different approach for freebusy and recurring events...
2008-12-29 Art Cancro* Fixed a bug introduced by the previous commit; timest...
2008-12-29 Art Cancro* More cleanup prep for freebusy overhaul
2008-12-29 Art Cancro* Began preparing freebusy generation for recurring...
2008-12-27 Art Cancro* serv_calendar.c: conflict checker is now timezone...
2008-12-27 Art Cancro* serv_calendar.c: simplified one of the conditionals...
2008-12-27 Art Cancro* database.c: removed some code that had been commented...
2008-12-26 Art Cancro* Added another way for recurrence to be forced out...
2008-12-23 Art Cancro* Conflict checker loop now stops iterating over existi...
2008-12-22 Art Cancro* ICAL PUTICS mode is now working properly with timezon...
2008-12-22 Art Cancro* The way I was doing this was stupid. Backed the...
2008-12-19 Art Cancro* ICAL 'putics' mode - did most of the work for re...
2008-12-19 Art Cancro* ICAL 'getics' mode (which is used for downloading the
2008-12-18 Art Cancro* ical 'getics' now frees the icalcomponent data
2008-12-11 Art Cancro* Still trying to clean up compiler warnings
2008-12-11 Art Cancro* Eliminated some gcc-isms
2008-12-10 Art Cancro* Trying to suppress some const warnings, not there...
2008-12-10 Art Cancro* When generating invitations, include VTIMEZONE subcom...
2008-12-08 Art Cancro* Shuffled some code around in serv_calendar.c
2008-12-06 Art Cancro* Eliminated the ical_add() function, because it
2008-12-05 Art Cancro* UPDATE YOUR LIBICAL FROM SVN NOW.
2008-11-25 Art Cancro* Update ical_dezonify() to use system tzdata
2008-11-12 Art CancroBack end calendar handlers in citserver no longer convert
2008-10-31 Art CancroRemove the 'Organization:' field from RFC822 output.
2008-10-03 Art CancroChanged all instances of
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-13 Art CancroTemporarily revert to the old path to ical.h for release
2008-09-11 Art CancroSet icalerror_errors_are_fatal to 0.
2008-08-30 Art CancroWe now look for libical/ical.h instead of ical.h, because
2008-08-20 Art CancroWhen checking a proposed calendar event for conflicts,
2008-08-19 Art CancroFixed a bug in previous commit (still commented out)
2008-08-19 Art CancroPlayed around with recurrences in the conflict checker
2008-08-19 Art CancroSplit up the conflict checker again, this time into...
2008-08-11 Art Cancrocalendar server -- further split up the conflict checker
2008-08-11 Art CancroThe CtdlWriteObject() API no longer uses a temp file
2008-06-10 Art CancroThe before-save hook which is called when saving a...
2008-05-30 Wilfried Göesgens* separate content-type header fields by ';' ; thanks...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-03 Wilfried Göesgens* revert the getutc stuff, since we now have a _tz...
2008-04-26 Wilfried Göesgens* default to UTC while comparing
2008-04-03 Art CancroKeep track of thread references, in the server and...
next