Adapted fork of radicale
Go to file
Giel van Schijndel a040c666ca IMAP: don't spam the logs about non-SSL connections to localhost
When using IMAP as auth module every single request causes a warning to
be logged just because we're not encrypting traffic sent to another
process on the *same* machine.

This change recognizes that while some people might consider this
undesirable, others might have made this a conscious choice and *don't*
wish to be spammed for it. As such now only a single warning is logged
(the first time in the server's lifetime that a user logs in).

Signed-off-by: Giel van Schijndel <me@mortis.eu>
2014-08-09 22:39:16 +02:00
bin Update copyright years 2013-04-26 01:28:03 +02:00
radicale IMAP: don't spam the logs about non-SSL connections to localhost 2014-08-09 22:39:16 +02:00
tests Update copyright years 2013-04-26 01:28:03 +02:00
.gitignore Add tox configuration 2012-10-19 12:38:18 +02:00
.pylintrc Un-revert some lost commits 2012-08-08 16:37:18 +02:00
config Put the realm in the configuration file (fix #37) 2013-06-28 16:39:09 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
logging Minor typo fix in the logging configuration file 2011-05-13 10:40:25 +02:00
MANIFEST.in Add the default SQL schema into the MANIFEST 2013-06-28 16:48:11 +02:00
NEWS.rst Add CalDavZAP and CardDavMATE support in NEWS 2013-07-09 16:06:02 +02:00
radicale.fcgi Update copyright years 2013-04-26 01:28:03 +02:00
radicale.py Update copyright years 2013-04-26 01:28:03 +02:00
radicale.wsgi Update copyright years 2013-04-26 01:28:03 +02:00
README 0.6.1 version 2011-08-27 13:29:38 +02:00
README.rst Change the titles in the *.rst files 2011-08-17 00:34:32 +02:00
schema.sql Add SQL schema 2013-04-26 13:43:44 +02:00
setup.py Officially support python 3.3 2013-06-28 16:21:56 +02:00
TODO.rst Update NEWS and TODO 2013-07-09 13:08:15 +02:00
tox.ini Don't rely on python3-ldap 2013-07-12 16:25:57 +02:00

The Radicale Project is a free and open-source CalDAV calendar server.

For complete documentation, please visit the Radicale online documentation
(http://www.radicale.org/documentation).