* Update ical_dezonify() to use system tzdata
[citadel.git] / citadel /
2008-11-25 Art Cancro* Update ical_dezonify() to use system tzdata
2008-11-21 Art Cancroremoved some spurious debugs
2008-11-20 Art CancroFixed a serious problem with IMAP header fetch. memrea...
2008-11-17 Art CancroSanitize out backslashes in upload filenames
2008-11-12 Art CancroBack end calendar handlers in citserver no longer convert
2008-11-05 Art Cancro/* If the last item in a list of recipients was truncat...
2008-11-04 Art CancroThat didn't work.
2008-11-04 Art CancroExperimental rfc822 output helper that folds lines
2008-11-04 Art Cancroctdl_iconv_open() remove from citadel and switch to...
2008-10-31 Art CancroWorking on the header crash sieve bug
2008-10-31 Art CancroRemove the 'Organization:' field from RFC822 output.
2008-10-28 Mattupdated instructions, noting libsieve and gettext
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-10-15 Art CancroAfter calling html_to_ascii() on RSS fields, call
2008-10-09 Art CancroApplied dtx's patch which adds the option to flag spam
2008-10-05 Wilfried Göesgens* configure zlib too, since libcitadel will link it...
2008-10-05 Art CancroOops, put serv_virus.c in the wrong directory. Fixed.
2008-10-05 Art CancroApplied the patch to add dtx's ClamAV integration module.
2008-10-03 Art Cancroconfigure.ac in citadel and webcit now looks
2008-10-03 Art CancroChanged all instances of
2008-10-01 Art Cancroserv_rssclient: honor 'creator' or 'author' tag, set...
2008-09-26 Art CancroDLAT and OPNA now accept either a part number or a...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-09-21 Wilfried Göesgens* fix debian scripts
2008-09-21 Wilfried Göesgens* fix setup
2008-09-21 Wilfried Göesgens* configure the prefix right
2008-09-20 Art CancroFixed a bug in CtdlSetSeen() where if the target room
2008-09-18 Art CancroMinor changes to CtdlSetSeen(). Still needs more work.
2008-09-17 Art Cancroadded a note to the manual
2008-09-17 Art CancroRemoved the FSCK command because it was being misused.
2008-09-16 Wilfried Göesgens* somehow ctdl_message_dir got lost.
2008-09-15 Wilfried Göesgens* where did this find get lost?
2008-09-15 Art CancroAdded a four character msg0 header 'list' for field L
2008-09-13 Art CancroTemporarily revert to the old path to ical.h for release
2008-09-12 Art CancroVersion 7.38 of citadel and libcitadel
2008-09-11 Wilfried Göesgens* move messages/ to /etc/ since the admin should edit...
2008-09-11 Art CancroSet icalerror_errors_are_fatal to 0.
2008-09-07 Dave WestDon't attempt to purge Citadel SYStem users.
2008-09-07 Wilfried Göesgens* UPPERCASE smtp commands. this fixes communication...
2008-09-04 Art Cancro* Discovered that my system hasn't processed its refcou...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-08-30 Art CancroWe now look for libical/ical.h instead of ical.h, because
2008-08-27 Wilfried Göesgens* quick check the email address for quoted printable...
2008-08-27 Wilfried Göesgens* fix Hans Segfault.
2008-08-25 Art CancroMessages in the Local System Configuration room are now
2008-08-24 Wilfried Göesgens* don't use temp files while migrating aliases; we...
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-07-29 Wilfried Göesgens* resynced changelog with dist state
2008-07-27 Wilfried Göesgens* suggestion for chunked BLOBs.
2008-07-27 Dave WestAdded a directory and a text file for comments on how...
2008-07-24 Wilfried Göesgens* a.n.o's solution to sun CC not liking inline in all...
2008-07-22 Wilfried Göesgens* added a.n.o's sugestion to quotee conditions. Thanks...
2008-07-21 Wilfried Göesgens* added a.n.o patches for solaris compatibility
2008-07-17 Art CancroDisplaying incoming instant messages through an IMAP...
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
2008-07-17 Dave WestRe-added the S_LDAP semaphore. It is needed. Not sure...
2008-07-17 Dave WestIMAP now supports the nologin flag in the context and...
2008-07-17 Dave WestPOP3 server now supports the nologin flag in the contex...
2008-07-17 Dave WestRemoved S_LDAP. Its not used anywhere.
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-07-17 Dave WestThe user with number 1 is no longer automatically an...
2008-07-17 Dave WestFix CtdlHostAlias to correctly check if the given fqdn...
2008-07-14 Dave WestSlight modification to dothebarts disabling of the...
2008-07-13 Wilfried Göesgens* disable our idle-check for ARTV import/export since...
2008-07-13 Wilfried Göesgens* fixed naming crash with the new libcitadel
2008-07-11 Wilfried Göesgens* fixed typo. Thanks for Michael to point this out.
2008-07-07 Art CancroRenamed database_sleepycat.c to database.c
2008-07-04 Art CancroSet the environment variable SUPPRESS_DBVERSION_CHECK...
2008-06-29 Art Cancrotext client no longer displays
2008-06-29 Art CancroBetter handling of setup directory.
2008-06-29 Art CancroRemoved the global variable 'home_specified'
2008-06-25 Art CancroAdded a serv_mrtg mode to tally total accounts and...
2008-06-19 Wilfried Göesgens* backtrace invalid message error, so we can follow...
2008-06-19 Art Cancrolibcitadel 7.37
2008-06-19 Wilfried Göesgens* fix welcome mail sending; thanks to Frank Lichtenheld...
2008-06-18 Art CancroIf an RSS feed contains an item with a missing title,
2008-06-17 Wilfried Göesgens* fix buffer handling in qp_encode_email_addrs()
2008-06-16 Dave WestSpeed up for the indexer.
2008-06-16 Dave WestMinor alterations to some messages as services are...
2008-06-16 Dave WestImplimented a new way to check the control record at...
2008-06-16 Art CancroRemove passwords from the LIST server command, even
2008-06-16 Dave WestTidy up useage message for configure script.
2008-06-16 Dave WestTurn off the user 0 message that should not have gotten...
2008-06-14 Art CancroChanges to serv_network.c:
2008-06-11 Art Cancroqp_encode_email_addrs() returns the supplied pointer...
2008-06-10 Art CancroThe before-save hook which is called when saving a...
2008-06-10 Art CancroAdded an aide_message() when an OpenID is claimed
2008-06-06 Art Cancro* When not using native auth mode, do not enable the...
2008-06-05 Art CancroPopulate vCard from SREG even when there was a name...
2008-06-05 Art CancroAuto-populate vCard using Simple Registration Extension...
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-03 Art CancroAdded a 'verify_only' result to OIDF, indicating the...
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art CancroIf an Internet email is sent by a logged in user,
next