Tue, 27 Aug 2013 21:13:28 +0000 Pascal Volk doc/web: Removed layout.html template.
Sat, 08 Jun 2013 15:12:16 +0000 Pascal Volk merged changes from default(61aaa7a98ec0). v0.7.x
Sat, 08 Jun 2013 14:16:59 +0000 Pascal Volk doc/web: Added a note about using Dovecot's LMTP with Postfix.
Sun, 17 Mar 2013 17:07:14 +0000 Pascal Volk VMM/serviceset: Small code cleanup. v0.7.x
Sun, 17 Mar 2013 16:29:03 +0000 Pascal Volk {INSTALL,doc}: Updated documentation. v0.7.x
Sun, 10 Feb 2013 17:33:38 +0000 Pascal Volk Dropped pyPgSQL support. v0.7.x
Sat, 09 Feb 2013 17:24:12 +0000 Pascal Volk pgsql/set-permissions: use argparse instead of optparse. v0.7.x
Sun, 27 Jan 2013 14:46:43 +0000 Pascal Volk pgsql: Removed files for Dovecot < 1.2.0. v0.7.x
Wed, 23 Jan 2013 22:16:38 +0000 Pascal Volk VMM: Dropped support for Dovecot versions before v1.2.0. v0.7.x
Sun, 20 Jan 2013 15:50:36 +0000 Pascal Volk doc: Updated doc/web and man1. v0.7.x
Sun, 20 Jan 2013 14:42:52 +0000 Pascal Volk VMM/cli/subcommands: Avoid the accidentally deletion of values. v0.7.x
Sat, 19 Jan 2013 16:59:39 +0000 Pascal Volk man1: Deleted trailing whitespaces. v0.7.x
Sat, 19 Jan 2013 16:55:18 +0000 Pascal Volk doc: Added description of {domain,user}add's -n option. v0.7.x
Sun, 13 Jan 2013 18:12:51 +0000 Pascal Volk VMM: Added option `-n NOTE' to {domain,user}add. v0.7.x
Sun, 13 Jan 2013 17:24:01 +0000 Pascal Volk VMM/cli/subcommands: domain_add: Fixed a coding error. v0.7.x
Sun, 13 Jan 2013 15:41:13 +0000 Pascal Volk man1: Use service names in lowercase letters. v0.7.x
Sun, 13 Jan 2013 15:33:23 +0000 Pascal Volk doc/web: Updated copyright and version info. v0.7.x
Sun, 13 Jan 2013 15:26:37 +0000 Pascal Volk doc/web: Updated to reflect the new cli. v0.7.x
Wed, 09 Jan 2013 20:55:27 +0000 Pascal Volk VMM: Code cleanup. v0.7.x
Sun, 06 Jan 2013 19:10:37 +0000 Pascal Volk {install,upgrade}.sh: Removed disused code. v0.7.x
Sun, 06 Jan 2013 18:30:16 +0000 Pascal Volk VMM/cli/subcommands: Rephrased two help messages. v0.7.x
Sun, 06 Jan 2013 18:15:20 +0000 Pascal Volk man: Deleted German manual pages. v0.7.x
Sun, 06 Jan 2013 18:11:49 +0000 Pascal Volk man1: Updated to reflect the new cli. v0.7.x
Sun, 06 Jan 2013 00:09:47 +0000 Pascal Volk merged changes from default(d24f094d1cb5) v0.7.x
Sat, 05 Jan 2013 23:49:42 +0000 Pascal Volk Updated copyright notices to include the year 2013.
Sat, 05 Jan 2013 18:39:15 +0000 Pascal Volk VMM/config: Post-2to3 fix. PEP8-ified imports. v0.7.x
Sat, 05 Jan 2013 18:33:52 +0000 Pascal Volk VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns. v0.7.x
Sat, 05 Jan 2013 18:23:05 +0000 Pascal Volk VMM/network: Post-2to3 fix. s/addr.encode('hex')/b2a_hex(addr). v0.7.x
Sun, 30 Dec 2012 18:13:56 +0000 Pascal Volk VMM/*: Post-2to3 fix. Updated some error messages/comments. v0.7.x
Sun, 30 Dec 2012 18:08:23 +0000 Pascal Volk VMM/*: Post-2to3 fix. Updated some error messages/comments. v0.7.x
Sun, 30 Dec 2012 16:41:19 +0000 Pascal Volk VMM/cli/clihelp: Removed module clihelp. v0.7.x
Sun, 30 Dec 2012 16:16:09 +0000 Pascal Volk VMM/cli: Small cleanup. v0.7.x
Sun, 30 Dec 2012 16:15:13 +0000 Pascal Volk VMM/constants: Removed constants, which are obsolete now. v0.7.x
Sun, 30 Dec 2012 16:12:18 +0000 Pascal Volk VMM/cli/main: Adjusted to new argparse functionality. v0.7.x
Sun, 30 Dec 2012 16:10:29 +0000 Pascal Volk VMM/cli/subcommands: Switched argument parsing over to argparse. v0.7.x
Fri, 21 Dec 2012 12:28:56 +0000 Pascal Volk VMM/password: Added scheme CLEAR. v0.7.x
Sun, 09 Dec 2012 17:34:10 +0000 Pascal Volk VMM/cli: Deleted unnecessary encode()s from read_pass. v0.7.x
Sun, 09 Dec 2012 15:03:33 +0000 Pascal Volk merged changes from default(29295afafa91) v0.7.x
Sun, 09 Dec 2012 14:59:46 +0000 Pascal Volk VMM/account: Fixed a typo in Account.delete().
Sat, 08 Dec 2012 14:48:30 +0000 Pascal Volk VMM/mailbox: Decode error messages from doveadm. v0.7.x
Mon, 03 Dec 2012 19:19:52 +0000 Pascal Volk VMM/cli/config: … encode/decode … v0.7.x
Sun, 02 Dec 2012 15:51:17 +0000 Pascal Volk VMM{/cli}/config: Explicitly pass utf-8 as the encoding to open(). v0.7.x
Sun, 02 Dec 2012 14:54:24 +0000 Pascal Volk VMM/cli/subcommands: Fixed some encode/decode issues. v0.7.x
Sat, 01 Dec 2012 17:25:11 +0000 Pascal Volk VMM/cli/subcommands: Print usable password schemes in sorted order. v0.7.x
Mon, 26 Nov 2012 22:07:20 +0000 Pascal Volk VMM/password: Code cleanups: v0.7.x
Mon, 26 Nov 2012 19:04:38 +0000 Pascal Volk VMM/cli: Avoid UnicodeDecodeErrors with some „obsolete“ encodings. v0.7.x
Sun, 25 Nov 2012 17:06:17 +0000 Pascal Volk VMM: Post-2to3 fixes. v0.7.x
Sun, 25 Nov 2012 14:37:09 +0000 Pascal Volk VMM: Post-2to3 fix. v0.7.x
Sat, 24 Nov 2012 22:48:12 +0000 Pascal Volk VMM/password: Post-2to3 fixes. v0.7.x
Thu, 22 Nov 2012 18:31:55 +0000 Pascal Volk VMM/config: s/_boolean_states/BOOLEAN_STATES/g v0.7.x
Thu, 22 Nov 2012 12:49:36 +0000 Pascal Volk VMM/handler: Dropped psycopg2 typecaster registration. v0.7.x
Wed, 21 Nov 2012 22:37:22 +0000 Pascal Volk VMM/handler: Reworked config file permission check. v0.7.x
Wed, 21 Nov 2012 13:13:31 +0000 Pascal Volk merged changes from default(86c2ed36aba8) v0.7.x
Wed, 21 Nov 2012 12:53:56 +0000 Pascal Volk po: Updated Finnish translation (translated by Jorma Karvonen).
Tue, 20 Nov 2012 13:55:46 +0000 Pascal Volk Updated shebang to use python3 instead of python. v0.7.x
Tue, 20 Nov 2012 13:48:00 +0000 Pascal Volk pgsql/set-permissions.py: Ran 2to3 from Python 3.2.3. v0.7.x
Tue, 20 Nov 2012 13:40:32 +0000 Pascal Volk Ran 2to3 from Python 3.2.3. v0.7.x
Sun, 11 Nov 2012 16:53:52 +0000 Pascal Volk Use the with statement for file operations. v0.7.x
Tue, 06 Nov 2012 23:23:55 +0000 Pascal Volk VMM/config: Undone changeset 90d69ae4f40d. v0.7.x
Tue, 06 Nov 2012 21:45:50 +0000 Pascal Volk VMM/cli/subcommands: Code cleanup in list_pwschemes(). v0.7.x
Tue, 06 Nov 2012 19:46:06 +0000 Pascal Volk setup.py: PEP-314-ified. v0.7.x
Mon, 05 Nov 2012 21:57:37 +0000 Pascal Volk VMM: Partial PEP-308-ification. v0.7.x
Sun, 04 Nov 2012 18:33:11 +0000 Pascal Volk VMM: Removed module pycompat. v0.7.x
Sun, 04 Nov 2012 18:02:19 +0000 Pascal Volk VMM/pycompat: Removed module hashlib. v0.7.x
Sat, 03 Nov 2012 16:22:48 +0000 Pascal Volk doc/web: Updated OpenBSD's package names.
Wed, 31 Oct 2012 20:45:43 +0000 Pascal Volk doc/web: Fixed a typo.
Tue, 30 Oct 2012 20:09:40 +0000 Pascal Volk VMM/password: Added scheme SCRAM-SHA-1.
Sun, 28 Oct 2012 18:57:49 +0000 Pascal Volk Documentation: Fixed dictionary quota URI.
Sun, 28 Oct 2012 12:59:30 +0000 Pascal Volk install.sh: Don't fail if $SYSCONFDIR doesn't exist.
Wed, 24 Oct 2012 19:04:32 +0000 Pascal Volk doc/web/ext_references: Fixed URL of pg_hba.conf.
Fri, 19 Oct 2012 15:27:28 +0000 Pascal Volk doc/web: Added links to the Debian package and the git repos.
Wed, 03 Oct 2012 12:51:35 +0000 Pascal Volk Added tag vmm-0.6.1 for changeset 682431c45b24
Wed, 03 Oct 2012 12:51:24 +0000 Pascal Volk Released vmm-0.6.1 vmm-0.6.1
Wed, 03 Oct 2012 12:43:27 +0000 Pascal Volk doc/web: Updated documentation for vmm-0.6.1.
Tue, 02 Oct 2012 07:47:20 +0200 martin f. krafft Add list* commands to manpages
Mon, 01 Oct 2012 18:57:44 +0000 Pascal Volk UPGRADE: Added procedure for updating from v0.6.0.
Sun, 30 Sep 2012 16:09:37 +0000 Pascal Volk update_config: Updated to work with version 0.6.0.
Sat, 29 Sep 2012 17:13:29 +0000 Pascal Volk doc/web: Updated and extended documentation.
Sat, 29 Sep 2012 15:57:24 +0000 Pascal Volk VMM/cli/clihelp: Added missing help messages.
Thu, 27 Sep 2012 20:20:49 +0000 Pascal Volk po: Updated Dutch translation (translated by Erwin Poeze).
Thu, 27 Sep 2012 20:03:05 +0000 Pascal Volk VMM/alias: Load destination addresses sorted.
Thu, 27 Sep 2012 19:15:09 +0000 Pascal Volk VMM: {alias,catchall}delete: Accept multiple destinations.
Mon, 24 Sep 2012 19:13:51 +0000 Pascal Volk po: Updated Dutch translation (translated by Erwin Poeze).
Sun, 23 Sep 2012 17:22:42 +0000 Pascal Volk VMM/cli/main: Check if we have warnings before exiting.
Sun, 16 Sep 2012 17:09:45 +0000 Pascal Volk VMM/domain: Enabled transport-validation.
Sun, 16 Sep 2012 17:05:33 +0000 Pascal Volk VMM: Moved transport-validation to common.
Sat, 15 Sep 2012 17:31:34 +0000 Pascal Volk VMM/account: Fixed account's transport check.
Wed, 12 Sep 2012 19:19:05 +0000 Pascal Volk po: Updated Dutch translation (translated by Erwin Poeze).
Wed, 05 Sep 2012 21:30:42 +0000 Pascal Volk PEP8: Fixed all PEP8 related issues.
Mon, 03 Sep 2012 22:40:01 +0000 Pascal Volk po: Regenerated vmm.pot
Mon, 03 Sep 2012 22:32:17 +0000 Pascal Volk Added a few comments for the Translation Project.
Mon, 03 Sep 2012 19:59:49 +0000 Pascal Volk VMM: Corrected/updated some msgids.
Sun, 02 Sep 2012 21:33:53 +0000 Pascal Volk VMM/cli/subcommands: Corrected username's usage string.
Sun, 02 Sep 2012 21:01:40 +0000 Pascal Volk VMM/cli: Activated help subcommand.
Sun, 02 Sep 2012 20:18:16 +0000 Pascal Volk VMM/handler: Fixed user{quota,services,transport} subcommands.
Sun, 02 Sep 2012 17:23:46 +0000 Pascal Volk doc/web: Added missing userservices description.
Sun, 02 Sep 2012 16:47:53 +0000 Pascal Volk man: Typo-fix.
Sun, 02 Sep 2012 15:24:41 +0000 Pascal Volk VMM/cli/subcommands: Corrected two usage strings.
Sat, 01 Sep 2012 23:02:01 +0000 Pascal Volk VMM: Decode localized numbers to the current encoding.
Tue, 28 Aug 2012 22:37:43 +0000 Pascal Volk VMM/cli/subcommands: Don't mark empty strings as translatable.
Tue, 28 Aug 2012 00:52:50 +0000 Pascal Volk doc/web: Added description 'Upgrade to Dovecot ≧ v1.2.beta2'.
Mon, 27 Aug 2012 23:58:33 +0000 Pascal Volk pgsql: Added dovecot_update_v1.2+.pgsql.
Mon, 27 Aug 2012 22:35:05 +0000 Pascal Volk VMM/cli/subcommands: Reverted accidentally committed help() code.
Mon, 27 Aug 2012 22:24:11 +0000 Pascal Volk pgsql/create_tables.pgsql: Eliminated two unnecessary differences.
Mon, 27 Aug 2012 22:09:24 +0000 Pascal Volk pgsql: Don't select service_set.ssid in dovecotpassword() unconditional.
Mon, 27 Aug 2012 20:49:31 +0000 Pascal Volk VMM/serviceset: Fixed a conditional ProgrammingError.
Thu, 23 Aug 2012 21:27:33 +0000 Pascal Volk VMM/cli/subcommands: Added 'missing' newline below domain notes.
Sun, 19 Aug 2012 11:47:21 +0000 Pascal Volk doc/web: Added the transport filed to the usertransport example.
Sun, 12 Aug 2012 21:09:21 +0000 Pascal Volk doc/web: Added the 'Howto'.
Sun, 12 Aug 2012 18:10:42 +0000 Pascal Volk man/{de/}man1: A few more corrections.
Sun, 12 Aug 2012 13:59:50 +0000 Pascal Volk man/{de/}man1: Small corrections for domaininfo's description.
Sun, 12 Aug 2012 13:31:44 +0000 Pascal Volk man/{de/}man5: s/Wiki/Homepage/g
Sat, 11 Aug 2012 16:13:12 +0000 Pascal Volk man/{de/}man1: s/Wiki/Homepage/g
Wed, 08 Aug 2012 14:37:29 +0000 martin f. krafft VMM/common: Improve search_address complexity
Tue, 07 Aug 2012 23:55:41 +0000 Pascal Volk doc/web: Refreshed vmm.cfg
Tue, 07 Aug 2012 23:50:11 +0000 Pascal Volk vmm.cfg: Updated/improved comments.
Tue, 07 Aug 2012 21:54:39 +0000 martin f. krafft If an alias has multiple destinations, multiple records exist, due to
Tue, 07 Aug 2012 21:53:41 +0000 martin f. krafft Due to the UNION query in address_list, the assumption that the list of
Sun, 29 Jul 2012 16:44:20 +0000 Pascal Volk doc/web: Emphasized a few lines of Dovecot/PostgreSQL configuration
Sun, 29 Jul 2012 14:56:14 +0000 Pascal Volk .hgignore: "doc/build" is no longer required.
(0) -120 tip