Mercurial
Mercurial
>
vmm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
bz2
|
help
less
more
|
(0)
-300
-100
-60
+60
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
VMM/domain: Accept also ccTLDs and 'new' gTLDs.
2014-01-26, by Pascal Volk
Merged changes from default(4c8e15c2f01b)
v0.7.x
2013-08-27, by Pascal Volk
doc/web: Removed layout.html template.
2013-08-27, by Pascal Volk
merged changes from default(61aaa7a98ec0).
v0.7.x
2013-06-08, by Pascal Volk
doc/web: Added a note about using Dovecot's LMTP with Postfix.
2013-06-08, by Pascal Volk
VMM/serviceset: Small code cleanup.
v0.7.x
2013-03-17, by Pascal Volk
{INSTALL,doc}: Updated documentation.
v0.7.x
2013-03-17, by Pascal Volk
Dropped pyPgSQL support.
v0.7.x
2013-02-10, by Pascal Volk
pgsql/set-permissions: use argparse instead of optparse.
v0.7.x
2013-02-09, by Pascal Volk
pgsql: Removed files for Dovecot < 1.2.0.
v0.7.x
2013-01-27, by Pascal Volk
VMM: Dropped support for Dovecot versions before v1.2.0.
v0.7.x
2013-01-23, by Pascal Volk
doc: Updated doc/web and man1.
v0.7.x
2013-01-20, by Pascal Volk
VMM/cli/subcommands: Avoid the accidentally deletion of values.
v0.7.x
2013-01-20, by Pascal Volk
man1: Deleted trailing whitespaces.
v0.7.x
2013-01-19, by Pascal Volk
doc: Added description of {domain,user}add's -n option.
v0.7.x
2013-01-19, by Pascal Volk
VMM: Added option `-n NOTE' to {domain,user}add.
v0.7.x
2013-01-13, by Pascal Volk
VMM/cli/subcommands: domain_add: Fixed a coding error.
v0.7.x
2013-01-13, by Pascal Volk
man1: Use service names in lowercase letters.
v0.7.x
2013-01-13, by Pascal Volk
doc/web: Updated copyright and version info.
v0.7.x
2013-01-13, by Pascal Volk
doc/web: Updated to reflect the new cli.
v0.7.x
2013-01-13, by Pascal Volk
VMM: Code cleanup.
v0.7.x
2013-01-09, by Pascal Volk
{install,upgrade}.sh: Removed disused code.
v0.7.x
2013-01-06, by Pascal Volk
VMM/cli/subcommands: Rephrased two help messages.
v0.7.x
2013-01-06, by Pascal Volk
man: Deleted German manual pages.
v0.7.x
2013-01-06, by Pascal Volk
man1: Updated to reflect the new cli.
v0.7.x
2013-01-06, by Pascal Volk
merged changes from default(d24f094d1cb5)
v0.7.x
2013-01-06, by Pascal Volk
Updated copyright notices to include the year 2013.
2013-01-05, by Pascal Volk
VMM/config: Post-2to3 fix. PEP8-ified imports.
v0.7.x
2013-01-05, by Pascal Volk
VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns.
v0.7.x
2013-01-05, by Pascal Volk
VMM/network: Post-2to3 fix. s/addr.encode('hex')/b2a_hex(addr).
v0.7.x
2013-01-05, by Pascal Volk
VMM/*: Post-2to3 fix. Updated some error messages/comments.
v0.7.x
2012-12-30, by Pascal Volk
VMM/*: Post-2to3 fix. Updated some error messages/comments.
v0.7.x
2012-12-30, by Pascal Volk
VMM/cli/clihelp: Removed module clihelp.
v0.7.x
2012-12-30, by Pascal Volk
VMM/cli: Small cleanup.
v0.7.x
2012-12-30, by Pascal Volk
VMM/constants: Removed constants, which are obsolete now.
v0.7.x
2012-12-30, by Pascal Volk
VMM/cli/main: Adjusted to new argparse functionality.
v0.7.x
2012-12-30, by Pascal Volk
VMM/cli/subcommands: Switched argument parsing over to argparse.
v0.7.x
2012-12-30, by Pascal Volk
VMM/password: Added scheme CLEAR.
v0.7.x
2012-12-21, by Pascal Volk
VMM/cli: Deleted unnecessary encode()s from read_pass.
v0.7.x
2012-12-09, by Pascal Volk
merged changes from default(29295afafa91)
v0.7.x
2012-12-09, by Pascal Volk
VMM/account: Fixed a typo in Account.delete().
2012-12-09, by Pascal Volk
VMM/mailbox: Decode error messages from doveadm.
v0.7.x
2012-12-08, by Pascal Volk
VMM/cli/config: … encode/decode …
v0.7.x
2012-12-03, by Pascal Volk
VMM{/cli}/config: Explicitly pass utf-8 as the encoding to open().
v0.7.x
2012-12-02, by Pascal Volk
VMM/cli/subcommands: Fixed some encode/decode issues.
v0.7.x
2012-12-02, by Pascal Volk
VMM/cli/subcommands: Print usable password schemes in sorted order.
v0.7.x
2012-12-01, by Pascal Volk
VMM/password: Code cleanups:
v0.7.x
2012-11-26, by Pascal Volk
VMM/cli: Avoid UnicodeDecodeErrors with some „obsolete“ encodings.
v0.7.x
2012-11-26, by Pascal Volk
VMM: Post-2to3 fixes.
v0.7.x
2012-11-25, by Pascal Volk
VMM: Post-2to3 fix.
v0.7.x
2012-11-25, by Pascal Volk
VMM/password: Post-2to3 fixes.
v0.7.x
2012-11-24, by Pascal Volk
VMM/config: s/_boolean_states/BOOLEAN_STATES/g
v0.7.x
2012-11-22, by Pascal Volk
VMM/handler: Dropped psycopg2 typecaster registration.
v0.7.x
2012-11-22, by Pascal Volk
VMM/handler: Reworked config file permission check.
v0.7.x
2012-11-21, by Pascal Volk
merged changes from default(86c2ed36aba8)
v0.7.x
2012-11-21, by Pascal Volk
po: Updated Finnish translation (translated by Jorma Karvonen).
2012-11-21, by Pascal Volk
Updated shebang to use python3 instead of python.
v0.7.x
2012-11-20, by Pascal Volk
pgsql/set-permissions.py: Ran 2to3 from Python 3.2.3.
v0.7.x
2012-11-20, by Pascal Volk
Ran 2to3 from Python 3.2.3.
v0.7.x
2012-11-20, by Pascal Volk
Use the with statement for file operations.
v0.7.x
2012-11-11, by Pascal Volk
less
more
|
(0)
-300
-100
-60
+60
tip