Mercurial
Mercurial
>
vmm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
bz2
|
help
less
more
|
(0)
-120
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.
pgsql/create_tables: Set default transport to lmtp.
v0.7.x
2014-02-12, by Pascal Volk
pgsql: create_tables-dovecot-1.2.x.pgsql -> create_tables.pgsql
v0.7.x
2014-02-12, by Pascal Volk
VMM/password: Renamed _dovecotpw() -> _doveadmpw()
v0.7.x
2014-02-12, by Pascal Volk
VMM/mailbox: s/dovecotpw/doveadm/g
v0.7.x
2014-02-12, by Pascal Volk
{man,}/vmm.cfg: Updated vmm.cfg to match VMM/config.
v0.7.x
2014-02-11, by Pascal Volk
VMM/config: Updated default values for Dovecot ≥ 2.0.0
v0.7.x
2014-02-11, by Pascal Volk
doc/web: Replaced vmm.cfg by a symbolic link.
v0.7.x
2014-02-10, by Pascal Volk
ext/postconf: Corrected a typo in a docstring.
v0.7.x
2014-02-10, by Pascal Volk
VMM/config: Updated Dovecot version check.
v0.7.x
2014-02-09, by Pascal Volk
VMM/constants: Added MIN_DOVECOT_VERSION (>= 2.0.0).
v0.7.x
2014-02-08, by Pascal Volk
VMM/cli/handler: Updated `skip_some_checks' conditions.
v0.7.x
2014-02-08, by Pascal Volk
VMM/cli: Make sure that there is at least one argument.
v0.7.x
2014-02-03, by Pascal Volk
README: Updated/cleaned up dependences.
v0.7.x
2014-02-02, by Pascal Volk
Merged changes from default(5716bf441ceb).
v0.7.x
2014-02-02, by Pascal Volk
Added signature for changeset 93b2f5859866
2014-02-01, by Pascal Volk
Added tag vmm-0.6.2 for changeset 93b2f5859866
2014-02-01, by Pascal Volk
Released vmm-0.6.2
vmm-0.6.2
2014-02-01, by Pascal Volk
UPGRADE: Added a note about upgrading from 0.6.1.
2014-02-01, by Pascal Volk
doc/web: Updated documentation for vmm-0.6.2.
2014-02-01, by Pascal Volk
update_config: Updated to work with version 0.6.1.
2014-02-01, by Pascal Volk
VMM/domain: RE_DOMAIN: Check Punycode TLDs more precise.
2014-01-29, by Pascal Volk
Updated copyright notices to include the year 2014.
2014-01-27, by Pascal Volk
VMM/handler: Improved domaininfo subcommand.
2014-01-27, by Pascal Volk
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
VMM/config: Undone changeset 90d69ae4f40d.
v0.7.x
2012-11-06, by Pascal Volk
VMM/cli/subcommands: Code cleanup in list_pwschemes().
v0.7.x
2012-11-06, by Pascal Volk
setup.py: PEP-314-ified.
v0.7.x
2012-11-06, by Pascal Volk
VMM: Partial PEP-308-ification.
v0.7.x
2012-11-05, by Pascal Volk
VMM: Removed module pycompat.
v0.7.x
2012-11-04, by Pascal Volk
VMM/pycompat: Removed module hashlib.
v0.7.x
2012-11-04, by Pascal Volk
doc/web: Updated OpenBSD's package names.
2012-11-03, by Pascal Volk
doc/web: Fixed a typo.
2012-10-31, by Pascal Volk
VMM/password: Added scheme SCRAM-SHA-1.
2012-10-30, by Pascal Volk
Documentation: Fixed dictionary quota URI.
2012-10-28, by Pascal Volk
install.sh: Don't fail if $SYSCONFDIR doesn't exist.
2012-10-28, by Pascal Volk
doc/web/ext_references: Fixed URL of pg_hba.conf.
2012-10-24, by Pascal Volk
doc/web: Added links to the Debian package and the git repos.
2012-10-19, by Pascal Volk
Added tag vmm-0.6.1 for changeset 682431c45b24
2012-10-03, by Pascal Volk
Released vmm-0.6.1
vmm-0.6.1
2012-10-03, by Pascal Volk
doc/web: Updated documentation for vmm-0.6.1.
2012-10-03, by Pascal Volk
Add list* commands to manpages
2012-10-02, by martin f. krafft
UPGRADE: Added procedure for updating from v0.6.0.
2012-10-01, by Pascal Volk
update_config: Updated to work with version 0.6.0.
2012-09-30, by Pascal Volk
doc/web: Updated and extended documentation.
2012-09-29, by Pascal Volk
VMM/cli/clihelp: Added missing help messages.
2012-09-29, by Pascal Volk
po: Updated Dutch translation (translated by Erwin Poeze).
2012-09-27, by Pascal Volk
VMM/alias: Load destination addresses sorted.
2012-09-27, by Pascal Volk
VMM: {alias,catchall}delete: Accept multiple destinations.
2012-09-27, by Pascal Volk
po: Updated Dutch translation (translated by Erwin Poeze).
2012-09-24, by Pascal Volk
VMM/cli/main: Check if we have warnings before exiting.
2012-09-23, by Pascal Volk
VMM/domain: Enabled transport-validation.
2012-09-16, by Pascal Volk
VMM: Moved transport-validation to common.
2012-09-16, by Pascal Volk
VMM/account: Fixed account's transport check.
2012-09-15, by Pascal Volk
po: Updated Dutch translation (translated by Erwin Poeze).
2012-09-12, by Pascal Volk
PEP8: Fixed all PEP8 related issues.
2012-09-05, by Pascal Volk
po: Regenerated vmm.pot
2012-09-03, by Pascal Volk
Added a few comments for the Translation Project.
2012-09-03, by Pascal Volk
VMM: Corrected/updated some msgids.
2012-09-03, by Pascal Volk
VMM/cli/subcommands: Corrected username's usage string.
2012-09-02, by Pascal Volk
VMM/cli: Activated help subcommand.
2012-09-02, by Pascal Volk
VMM/handler: Fixed user{quota,services,transport} subcommands.
2012-09-02, by Pascal Volk
less
more
|
(0)
-120
tip