log src/pop3-login/pop3-login-settings.c @ 22715:20415dd0b85a

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody treewide - mass cleanup of 0 used to end a settings list
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Mon, 23 Sep 2013 04:25:16 +0300 Timo Sirainen master: Added reuse_port setting to inet_listeners, which enables SO_REUSEPORT if available.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 09 Nov 2011 18:14:04 +0200 Timo Sirainen imap/pop3-login: Use default_vsz_limit instead of adding our own.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 16 Nov 2010 19:32:00 +0000 Timo Sirainen imap/pop3-login: Default vsz_limit=64 caused it to be unlimited, not 64 MB.
Fri, 25 Jun 2010 14:03:20 +0100 Timo Sirainen Added support for per-service idle kill timeout. HEAD
Sat, 13 Feb 2010 08:08:57 +0200 Timo Sirainen Added default_internal_user and default_login_user settings, which services use as default users. HEAD
Thu, 28 Jan 2010 00:40:38 +0200 Timo Sirainen Added default inet_listeners for imap/pop3-login. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Fri, 23 Oct 2009 21:47:30 -0400 Timo Sirainen Moved default service settings from master.conf to source code. HEAD
Fri, 23 Oct 2009 20:10:17 -0400 Timo Sirainen Changed all settings related structs to const and changed APIs to make it work. HEAD
Tue, 20 Oct 2009 18:11:00 -0400 Timo Sirainen imap-login: If imap_capability is set, use it. HEAD