log

age author description
Wed, 21 Jan 2009 18:29:44 -0500 Timo Sirainen mail_index_transaction_get_next_uid() shouldn't sort appends. They may still be modified! HEAD
Wed, 21 Jan 2009 16:51:58 -0500 Timo Sirainen dbox: Improved error message. HEAD
Wed, 21 Jan 2009 15:48:51 -0500 Timo Sirainen Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts. HEAD
Wed, 21 Jan 2009 12:40:06 -0500 Timo Sirainen quota debug: Hide "(0%)" if quota limits aren't defined defined in percentages. HEAD
Wed, 21 Jan 2009 12:30:15 -0500 Timo Sirainen dbox rebuild: Don't crash if nothing was previously in cache. HEAD
Tue, 20 Jan 2009 17:36:50 -0500 Timo Sirainen Don't warn about maybe not being able to log in if protocols=none. HEAD
Tue, 20 Jan 2009 15:04:25 -0500 Timo Sirainen If all login processes are in use and we can't create a new one, log a warning. HEAD
Tue, 20 Jan 2009 12:31:58 -0500 Timo Sirainen mail_extra_groups backwards compatibility setting removed. HEAD
Tue, 20 Jan 2009 11:28:48 -0500 Timo Sirainen dict proxy: Handle async commits better. HEAD
Mon, 19 Jan 2009 17:38:21 -0500 Timo Sirainen Give a better error message when userdb-only checkpassword program is used with passdb checkpassword. HEAD
Mon, 19 Jan 2009 16:24:33 -0500 Timo Sirainen imap-acl plugin: Include version string in the plugin. HEAD
Mon, 19 Jan 2009 16:03:50 -0500 Timo Sirainen dict quota: Use dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 16:03:25 -0500 Timo Sirainen Added dict_transaction_commit_async(). HEAD
Mon, 19 Jan 2009 15:50:40 -0500 Timo Sirainen dict quota: noenforcing setting caused quota to not be updated at all. HEAD
Mon, 19 Jan 2009 15:30:58 -0500 Timo Sirainen dict quota: When updating quota don't look up the current byte/msg limit if there's no limit for it. HEAD
Mon, 19 Jan 2009 12:08:51 -0500 Timo Sirainen dbox: Notify plugins about expunges. Fixes quota. HEAD
Mon, 19 Jan 2009 12:08:24 -0500 Timo Sirainen dict-file: Fixed a crash. HEAD
Mon, 19 Jan 2009 11:55:26 -0500 Timo Sirainen quota: Fixed debug logging. HEAD
Sun, 18 Jan 2009 21:47:47 -0500 Timo Sirainen pgsql: When doing negative increments, don't even try to use INSERT. HEAD
Sun, 18 Jan 2009 21:02:15 -0500 Timo Sirainen pgsql: More fixes to transaction handling. HEAD
Sun, 18 Jan 2009 20:15:26 -0500 Timo Sirainen hook_mail_namespaces_created() wasn't always called with all namespaces as parameter. HEAD
Sun, 18 Jan 2009 20:14:31 -0500 Timo Sirainen listescape plugin: The next namespaces_created callback was called with NULL namespaces. HEAD
Sat, 17 Jan 2009 17:21:29 -0500 Timo Sirainen pgsql: Don't write to freed memory if transaction is aborted while SQL commands are being executed. HEAD
Sat, 17 Jan 2009 13:56:24 -0500 Timo Sirainen Added dict_process_count setting for creating multiple dict processes. HEAD
Sat, 17 Jan 2009 13:41:44 -0500 Timo Sirainen pgsql: Removed accidentally committed debug code. HEAD
Sat, 17 Jan 2009 12:32:28 -0500 Timo Sirainen sql dict: Merge two INSERTs together whenever possible (for dict quota). HEAD
Sat, 17 Jan 2009 12:31:28 -0500 Timo Sirainen pgsql: Don't use BEGIN/COMMIT if transaction has only a single change. HEAD
Sat, 17 Jan 2009 12:30:54 -0500 Timo Sirainen quota plugin optimization: Don't look up quota values every time when iterating quota roots. HEAD
Sat, 17 Jan 2009 11:57:56 -0500 Timo Sirainen Previous changes broke compiling with select ioloop. HEAD
Fri, 16 Jan 2009 14:21:25 -0500 Timo Sirainen Fixes to handling +w permission errors and use it more often. HEAD
Fri, 16 Jan 2009 12:45:06 -0500 Timo Sirainen Permission denied error handling can now suggest missing +w permissions. HEAD
Fri, 16 Jan 2009 12:29:30 -0500 Timo Sirainen Fix to previous commit to actually compile.. HEAD
Fri, 16 Jan 2009 12:21:21 -0500 Timo Sirainen Permission error logging: If UNIX permissions appear to be ok, suggest ACL problem. HEAD
Thu, 15 Jan 2009 21:36:26 -0500 Timo Sirainen mempool system clean: Don't break if realloc() shrinks the memory area. HEAD
Thu, 15 Jan 2009 17:21:18 -0500 Timo Sirainen Earlier changes broke login process, because it wasn't chdir()ing to login directory. HEAD
Thu, 15 Jan 2009 17:14:29 -0500 Timo Sirainen deliver: Don't allow running as setuid-root if world can execute the binary. HEAD
Thu, 15 Jan 2009 16:23:59 -0500 Timo Sirainen Maildir: Fix to earlier >26 keywords handling change. HEAD
Thu, 15 Jan 2009 16:22:04 -0500 Timo Sirainen login processes: Tell ioloop the maximum number of fds we can use. HEAD
Thu, 15 Jan 2009 16:20:09 -0500 Timo Sirainen Added io_loop_set_max_fd_count() to specify how many fds we expect to use. HEAD
Thu, 15 Jan 2009 15:54:39 -0500 Timo Sirainen Removed some old backwards compatibility handling code. HEAD
Thu, 15 Jan 2009 15:52:44 -0500 Timo Sirainen Renamed "ssl_disable" setting to "ssl". Added support for ssl=required. HEAD
Thu, 15 Jan 2009 15:47:12 -0500 Timo Sirainen Updated imap response codes. HEAD
Thu, 15 Jan 2009 15:12:07 -0500 Timo Sirainen deliver: Changed the default rejection_subject. HEAD
Thu, 15 Jan 2009 15:05:58 -0500 Timo Sirainen Maildir keywords handling code cleanup. HEAD
Wed, 14 Jan 2009 15:14:11 -0500 Timo Sirainen If login process crashes, log the IP address that (maybe) caused it. HEAD
Wed, 14 Jan 2009 14:06:46 -0500 Timo Sirainen Crashfix / keyword handling fix when appending messages non-sorted (dbox rebuild). HEAD
Wed, 14 Jan 2009 13:56:01 -0500 Timo Sirainen Cleaned up read-only mailbox handling. Fixes a bug with Maildir syncing. HEAD
Wed, 14 Jan 2009 11:48:20 -0500 Timo Sirainen maildir: Fixes to handling over 26 keywords. HEAD
Wed, 14 Jan 2009 11:13:15 -0500 Timo Sirainen pop3: Prevent clients from looping forever trying to fetch an expunged message. HEAD
Wed, 14 Jan 2009 10:47:47 -0500 Timo Sirainen pop3: Treat invalid command parameters also as command errors HEAD
Tue, 13 Jan 2009 16:55:03 -0500 Timo Sirainen Added rejection_subject setting to deliver, which is used for rejected mails. HEAD
Tue, 13 Jan 2009 13:13:19 -0500 Timo Sirainen Check broken ssl-parameters.dat files better and give a better error message when seeing one. HEAD
Tue, 13 Jan 2009 13:12:21 -0500 Timo Sirainen Always send LOGIN_DIR environment to login processes. HEAD
Mon, 12 Jan 2009 20:35:07 -0500 Timo Sirainen s/acl_dict/acl_shared_dict/ HEAD
Mon, 12 Jan 2009 19:18:56 -0500 Timo Sirainen Auth sockets: Allow specifying user and group with numbers. HEAD
Mon, 12 Jan 2009 13:26:24 -0500 Timo Sirainen pgsql: If query failed because connection was lost, retry it automatically. HEAD
Mon, 12 Jan 2009 12:23:19 -0500 Timo Sirainen pgsql: ROLLBACK wasn't sent correctly in synchronous commit failures. HEAD
Mon, 12 Jan 2009 12:05:58 -0500 Timo Sirainen pgsql: If query fails because connection gets closed, return a proper error message. HEAD
Mon, 12 Jan 2009 12:05:19 -0500 Timo Sirainen psql: Don't give errors with epoll if db connection gets closed. HEAD
Mon, 12 Jan 2009 10:44:13 -0500 Timo Sirainen Improved "Transaction log corrupted unexpectedly" error message. HEAD