log src/plugins/quota/quota-maildir.c @ 7176:d719b373a1aa HEAD

age author description
Sun, 20 Jan 2008 13:46:13 +0200 Timo Sirainen Fix to maildirsize reading optimization. HEAD
Sun, 20 Jan 2008 08:54:57 +0200 Timo Sirainen Don't re-read maildirsize if it hasn't changed. HEAD
Sun, 20 Jan 2008 08:49:36 +0200 Timo Sirainen If quota limits weren't specified, they should have been taken from HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Mon, 17 Dec 2007 17:32:26 +0200 Timo Sirainen Check if we have maildir quota storages at all before trying to expunge HEAD
Mon, 17 Dec 2007 17:25:40 +0200 Timo Sirainen Expunging messages didn't update maildirsize file if it wasn't already HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Fri, 23 Nov 2007 12:35:48 +0200 Timo Sirainen Removed broken check for empty lines in maildirsize, which could have caused HEAD
Sun, 21 Oct 2007 16:39:08 +0300 Timo Sirainen dotlocks: Flush NFS attribute cache only if nfs_flush setting is TRUE. HEAD
Sun, 21 Oct 2007 03:09:33 +0300 Timo Sirainen Log a nice warning if using maildir++ quota without maildir storages. 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 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Fri, 29 Jun 2007 03:39:27 +0300 Timo Sirainen Mailbox listing API changed to support more features. Used to implement HEAD
Wed, 27 Jun 2007 17:00:32 +0300 Timo Sirainen mailbox_list_iter_next() returns now const pointer. HEAD
Tue, 19 Jun 2007 14:25:30 +0300 Timo Sirainen If maildirsize file is being rewritten while we're trying to do that, HEAD
Tue, 12 Jun 2007 18:54:23 +0300 Timo Sirainen Allow backend-specific quota rules with backend=<string>. HEAD
Tue, 17 Apr 2007 18:33:23 +0300 Timo Sirainen Use sync_notify() callback to count expunges. This makes the calculation HEAD
Mon, 12 Mar 2007 23:05:50 +0200 Timo Sirainen If maildirsize file contains only the header, recalculate the quota. HEAD
Tue, 06 Mar 2007 18:35:46 +0200 Timo Sirainen comment typofix HEAD
Tue, 06 Mar 2007 18:32:14 +0200 Timo Sirainen If maildirsize contained NUL bytes at the beginning of the line (could HEAD
Fri, 16 Feb 2007 22:21:30 +0200 Timo Sirainen We were relying on the limits in maildirsize file instead of using the HEAD
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Wed, 24 Jan 2007 19:14:16 +0200 Timo Sirainen Fixed a file descriptor leak. HEAD
Thu, 28 Dec 2006 18:27:53 +0200 Timo Sirainen Added dotlock_use_excl setting. HEAD
Sun, 17 Dec 2006 18:34:24 +0200 Timo Sirainen Fixed a file descriptor at deinit. HEAD
Wed, 22 Nov 2006 19:23:09 +0200 Timo Sirainen Bytes and kilobytes were somewhat mixed up everywhere. Also fixes a HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Sun, 12 Nov 2006 22:04:54 +0200 Timo Sirainen Fixed some warnings with older gccs. HEAD
Sun, 30 Jul 2006 21:32:07 +0300 Timo Sirainen Changes to make trash plugin working again. HEAD
Sun, 30 Jul 2006 20:58:38 +0300 Timo Sirainen Added support for multiple quota roots, rules and storages. The configuration HEAD
Mon, 24 Jul 2006 04:57:15 +0300 Timo Sirainen Don't count "." and ".." directory sizes to quota. After rewriting HEAD
Fri, 16 Jun 2006 12:40:40 +0300 Timo Sirainen Add ",S=size" to maildir filenames when quota plugin is loaded with HEAD
Sun, 11 Jun 2006 20:39:04 +0300 Timo Sirainen If size of the mail was known before saving started, we allocated HEAD
Tue, 02 May 2006 23:11:08 +0300 Timo Sirainen When requesting quota resource, don't return it if it's unlimited. Also HEAD
Mon, 24 Apr 2006 12:49:52 +0300 Timo Sirainen Accidentally reverted 0-is-unlimited-quota change in last commit. HEAD
Sat, 22 Apr 2006 12:34:57 +0300 Timo Sirainen Fixed a buffer overflow if maildirsize was over 5120 bytes long. Luckily HEAD
Fri, 21 Apr 2006 17:09:43 +0300 Timo Sirainen 0 values in maildirsize means unlimited. HEAD
Thu, 06 Apr 2006 22:46:11 +0300 Timo Sirainen Fixes. Added storage and messages parameters to quota plugin parameter. If given, they specify the master quota limits, so if maildirsize has different limits Dovecot will replace them. If maildirsize doesn't exist and Dovecot doesn't have limits, Maildir++ quota is disabled for the user. HEAD
Thu, 06 Apr 2006 18:44:43 +0300 Timo Sirainen Return value of get_resource() was wrong, which caused quota reporting not HEAD
Mon, 06 Mar 2006 21:04:25 +0200 Timo Sirainen Fixes to updating maildirsize. HEAD
Mon, 06 Mar 2006 17:48:33 +0200 Timo Sirainen Cleanups. HEAD
Mon, 06 Mar 2006 12:31:11 +0200 Timo Sirainen Maildir++ quota support. HEAD