log src/pop3/main.c @ 9259:ea2eed32d59e HEAD

age author description
Fri, 24 Jul 2009 20:58:38 -0400 Timo Sirainen pop3: Fix to previous change: error message should say pop3, not imap. HEAD
Fri, 24 Jul 2009 20:55:26 -0400 Timo Sirainen If login_executable=imap/pop3, give better error message. HEAD
Wed, 01 Apr 2009 13:13:04 -0400 Timo Sirainen When a process is killed, show the signal code and the sending process's pid and uid. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Mon, 02 Mar 2009 21:04:11 -0500 Timo Sirainen Improved logging for core dumping. With Linux use PR_SET_DUMPABLE for imap/pop3. HEAD
Thu, 26 Feb 2009 18:45:50 -0500 Timo Sirainen pop3: When mail_debug=yes, log also home directory. HEAD
Tue, 10 Feb 2009 12:19:05 -0500 Timo Sirainen pop3/imap: When master closes our log fd, don't die when trying to log disconnect reason. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 21 Nov 2008 18:32:02 +0200 Timo Sirainen mail_user_*() now handles home directory lookups when necessary. HEAD
Sun, 19 Oct 2008 02:07:34 +0300 Timo Sirainen Added a simple flat file dict backend. HEAD
Tue, 12 Aug 2008 14:54:27 -0400 Timo Sirainen Removed pool parameter from mail_namespaces_init*(). Use mail_user's pool intead. HEAD
Tue, 12 Aug 2008 12:28:42 -0400 Timo Sirainen Added struct mail_user and fixed the code to support multiple users per process. HEAD
Sun, 20 Jul 2008 21:00:33 +0300 Timo Sirainen extern/static fixes (from a sparse check by Diego Liziero) HEAD
Sat, 12 Jul 2008 01:40:33 +0300 Timo Sirainen imap/pop3: Don't open /dev/urandom at startup. Nothing needs it. HEAD
Sat, 21 Jun 2008 12:50:28 +0300 Timo Sirainen Send login command OK reply in IMAP/POP3 process. HEAD
Sat, 21 Jun 2008 12:23:08 +0300 Timo Sirainen If commands are pipelined after the login command, pass them to the HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Tue, 09 Oct 2007 17:10:50 +0300 Timo Sirainen If namespace initialization fails, die with a fatal error message instead of HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 15 Jul 2007 14:33:54 +0300 Timo Sirainen Set pop3_uidl_format default to %08Xu%08Xv HEAD
Tue, 22 May 2007 02:11:16 +0300 Timo Sirainen Changed pop3_uidl_format error message once again. HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Fri, 30 Mar 2007 16:40:12 +0300 Timo Sirainen Removed mail_storage_create_with_data(). mail_storage_create() with HEAD
Sat, 17 Mar 2007 17:42:16 +0200 Timo Sirainen We defaulted plugin_dir to <moduledir>/imap instead of /pop3. HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Fri, 09 Mar 2007 00:07:32 +0200 Timo Sirainen Removed pool parameter from io_loop_create() HEAD
Thu, 22 Feb 2007 16:36:01 +0200 Timo Sirainen Don't compare to PACKAGE_VERSION in lib/ core directly, rather make HEAD
Fri, 16 Feb 2007 15:12:05 +0200 Timo Sirainen module_dir_load() doesn't call init() functions anymore. Added a new HEAD
Wed, 20 Dec 2006 07:10:55 +0200 Timo Sirainen "Set pop3_uidl_format in config file" may be easier to understand.. HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sun, 10 Dec 2006 14:35:02 +0200 Timo Sirainen Only imap binary was actually working. HEAD
Wed, 06 Dec 2006 17:08:22 +0200 Timo Sirainen Lock handling changes. Everything goes through file-lock API now and there's HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Thu, 10 Aug 2006 21:46:53 +0300 Timo Sirainen Require that master's version number matches the child's, unless HEAD
Sun, 30 Jul 2006 22:27:24 +0300 Timo Sirainen Berkeley DB dict support is now enabled only when using --with-db configure option. HEAD
Wed, 28 Jun 2006 00:03:54 +0300 Timo Sirainen Changed the mail_plugins/mail_plugin_dir settings to be passed as the same HEAD
Thu, 04 May 2006 01:58:53 +0300 Timo Sirainen Use lib_signals_ignore() for signals we really want ignored. HEAD
Tue, 02 May 2006 22:50:47 +0300 Timo Sirainen Built-in pop3_logout_format default wasn't updated. HEAD
Thu, 27 Apr 2006 15:29:14 +0300 Timo Sirainen hook_mail_storage_created: Make it compatible with imap and lda by not HEAD
Thu, 13 Apr 2006 23:25:10 +0300 Timo Sirainen Destroy client connection at deinit before unloading modules. HEAD
Wed, 12 Apr 2006 14:42:57 +0300 Timo Sirainen Added shutdown_clients setting to control if existing imap/pop3 processes HEAD
Sun, 09 Apr 2006 18:50:53 +0300 Timo Sirainen Added pop3_lock_session setting. HEAD
Sun, 09 Apr 2006 17:48:23 +0300 Timo Sirainen When master dies (by closing log file descriptor), kill ourself also. HEAD
Sun, 26 Feb 2006 14:15:34 +0200 Timo Sirainen Replaced mail_use_modules and mail_modules settings with mail_plugins and HEAD
Thu, 02 Feb 2006 22:20:30 +0200 Timo Sirainen Moved mailbox flag and lock method parsing to lib-storage. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sat, 31 Dec 2005 00:16:35 +0200 Timo Sirainen Register proxy dictionary support and link libdict. Currently it's used only HEAD
Sat, 31 Dec 2005 00:13:42 +0200 Timo Sirainen Clarify that workaround lists are space separated. But allow commas as HEAD
Tue, 06 Dec 2005 21:23:10 +0200 Timo Sirainen Don't allow pop3_uidl_format without at least one valid %var in it. HEAD
Fri, 02 Dec 2005 14:53:21 +0200 Timo Sirainen Added syslog_facility setting to config file. HEAD
Sun, 20 Nov 2005 19:15:51 +0200 Timo Sirainen Changed "pop3_uidl_format not set" error message. HEAD
Fri, 28 Oct 2005 13:57:17 +0300 Timo Sirainen Ignore SIGALRM signal. We don't want to crash when it happens. HEAD
Sun, 16 Oct 2005 23:24:01 +0300 Timo Sirainen Complain about missing pop3_uidl_format also if it's empty HEAD
Sun, 16 Oct 2005 17:59:12 +0300 Timo Sirainen pop3_uidl_format is now required to be explicitly set. There is no default HEAD
Tue, 04 Oct 2005 00:25:03 +0300 Timo Sirainen And lock_method fixes.. HEAD