citadel.git
2009-04-19 Wilfried Göesgens* add include header *bsd probably needs here
2009-04-19 Wilfried Göesgens* read calendars line & blob buffered. we're FAST now.
2009-04-19 Wilfried Göesgens* implement buffered IO for blob-reading, so you can...
2009-04-19 Wilfried Göesgens* separate loading & parsing the ical attachment
2009-04-19 Wilfried Göesgens* extract_key() now expects the caller to specify the '='
2009-04-18 Wilfried Göesgens* big profiling stuff:
2009-04-18 Wilfried Göesgens* upsi here too.
2009-04-18 Wilfried Göesgens* evaluate server status code, this will lock us up...
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-04-18 Wilfried Göesgens* add missing blank
2009-04-18 Wilfried Göesgens* abort if we're not able to retrieve the citserver...
2009-04-17 Art Cancro* Don't attempt to evaluate (ptr-1) when ptr is already...
2009-04-17 Wilfried Göesgens* make FourHash case insensitive
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Added unused cmdbuf parms to more cmd_xxxx() functions
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2009-04-16 Art Cancro* Made our Berkeley DB errors look more like the ones...
2009-04-16 Art Cancro* When we get a Berkeley DB panic, display a descriptiv...
2009-04-16 Art Cancro* rc.d/citadel installed by setup.c now logs to syslog...
2009-04-16 Art Cancro* Don't fetch header summary in MSGS command for calend...
2009-04-16 Art Cancro* Minor bugfix to above
2009-04-16 Art Cancro* Minor bugfix to above
2009-04-16 Art Cancro* Completed optimization of load_ical_part(), now uses...
2009-04-16 Art Cancro* Cleanup
2009-04-16 Art Cancro* Added some traces and minor additions, getting ready...
2009-04-15 Art Cancro* Log the wall clock time required to complete each...
2009-04-14 Wilfried Göesgens* check in ctdlsupport too for ical.h
2009-04-14 Wilfried Göesgens* call get_ical_data.sh
2009-04-14 Art Cancro* SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes)
2009-04-14 Art Cancro* Some files did not have ': $' blocks. Added them
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-04-14 Art Cancro* Adjust the memory allocation for Base64-converted...
2009-04-14 Art Cancro* When delivering mailing list messages, submit with...
2009-04-14 Art Cancro* Added the ability for callers of CtdlSubmitMsg()...
2009-04-13 Wilfried Göesgens* use linebuffered server reading here too.
2009-04-13 Art Cancro* Rewrote sort_msglist_cmp() without compiler warnings.
2009-04-13 Art Cancro* sort_msglist() now uses qsort() instead of a bubble...
2009-04-11 Wilfried Göesgens* missing openssl ifdef here too...
2009-04-11 Art Cancro* Fixed a bug where sysdep.c fails to build if OpenSSL...
2009-04-11 Wilfried Göesgens* just call chrptr once.
2009-04-11 Wilfried Göesgens* comment out debug code
2009-04-11 Wilfried Göesgens* forgot this one. don't forget make clean, session...
2009-04-11 Wilfried Göesgens* move to the new linebuffered function while linebased...
2009-04-11 Wilfried Göesgens* add fast linebuffered function just cutting its buffe...
2009-04-11 Wilfried Göesgens* use linebuffered reading while reading calendar;...
2009-04-11 Art Cancro* HashLittle() function
2009-04-11 Wilfried Göesgens* structure needed by last commit. upsi.
2009-04-11 Wilfried Göesgens* first work on doing ical elements in templates. does...
2009-04-11 Wilfried Göesgens* prune warning
2009-04-11 Wilfried Göesgens* add commatas to make the build happy
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
2009-04-10 Art Cancro* tuiconfig.c for LDAP
2009-04-10 Art Cancro* Fleshed out the setup questions for LDAP
2009-04-10 Art Cancro* Updated setup program to configure LDAP auth
2009-04-10 Art Cancro* LDAP auth config now read from config file
2009-04-10 Art Cancro* LDAP auth code is now complete. Config is still...
2009-04-08 Art Cancro* Continued integrating ldap auth
2009-04-08 Art Cancro* Modified setup.c to allow ldap auth enable
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-04-07 Wilfried Göesgens* re-enumerate conditionals in view_message.html
2009-04-07 Art Cancro* Prepped portions of the code for imminent merge of...
2009-04-06 Art Cancro* Removed the old LDAP module to make room for the...
2009-04-06 Art Cancro* Fixed a syntax error
2009-04-06 Art Cancro* Add new XML import/export module
2009-04-06 Art Cancro* Removed ARTV module
2009-04-06 Art Cancro* Development version is now 7.60
2009-04-06 Art Cancro* Cleaned up the wording of the crashmail message
2009-04-06 Art Cancro* Changed the WIFEXITED logic to eliminate duplicate...
2009-04-06 Art Cancro* Set CTDLEXIT_SHUTDOWN value to 0
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2009-04-06 Wilfried Göesgens* enable the watcher do differenciate between crash...
2009-04-02 Art Cancro* Set version number to 7.50 across the entire system...
2009-04-02 Art Cancro* DLAT response was missing its MIME metadata. Fixed.
2009-03-31 Art Cancro* Oops ... reply/replyquoted/replyall semantics were...
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-30 Art Cancro* Enable the TinyMCE blockquote button
2009-03-28 Wilfried Göesgens* add frontent code for xmpps port
2009-03-28 Wilfried Göesgens* bump minimum required version number to 744 in order...
2009-03-28 Wilfried Göesgens* add ssl xmpp port; this should work with pidgin as...
2009-03-27 Art Cancro* Fixed a multiselect bug in the mailbox view. Ctrl...
2009-03-25 Wilfried Göesgens* make some pointers const...
2009-03-24 Wilfried Göesgens* escape subjects...
2009-03-23 Wilfried Göesgens* offer move message button just if we are allowed...
2009-03-23 Art Cancro* es.po: the correct license for this file was supposed...
2009-03-20 Wilfried Göesgens* if we fail to open the template, bail out with an...
2009-03-20 Art Cancro* When aborting because of unsafe permissions on citade...
2009-03-20 Art Cancro* Events and tasks which are missing a SUMMARY property...
2009-03-20 Art Cancro* Omit extended result code from SMTP response when...
2009-03-20 Art Cancro* In the JS instant messenger window, encode all outgoi...
2009-03-19 Art Cancro* Rewrote part of the RBL check in a more portable...
2009-03-19 Art Cancro* Removed the extra whitespace I added in while working...
2009-03-19 Art Cancro* Remove leading '|' from references if present
2009-03-19 Art Cancro* Got it. All references are now preserved.
2009-03-19 Art Cancro* Now picking up the final message in the references...
2009-03-19 Art Cancro* Changed ConditionalIsRoomtype() to use a full string...
2009-03-19 Art Cancro* First attempt at restoring the correct Reply semantics
2009-03-19 Art Cancro* After completing an SMTP queue run, include the numbe...
2009-03-19 Art Cancro* When using the javascript instant messenger screen...
2009-03-19 Art Cancro* Applied dtx patch to fix access control problem with...
next