Wed, 27 Jun 2012 12:18:53 +0000 VMM: The Python 2.4.x compatibility commit. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Wed, 27 Jun 2012 12:18:53 +0000] rev 559
VMM: The Python 2.4.x compatibility commit.
Thu, 14 Jun 2012 20:45:12 +0000 pgsql/set-permissions.py: Extended permissions. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 14 Jun 2012 20:45:12 +0000] rev 558
pgsql/set-permissions.py: Extended permissions. Postfix needs read access on the postfix_gid view. Dovecot needs read permissions on both mailboxformat columns.
Thu, 14 Jun 2012 16:06:09 +0000 VMM/handler: Restored method Handler.domain_transport(). v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 14 Jun 2012 16:06:09 +0000] rev 557
VMM/handler: Restored method Handler.domain_transport(). It went somehow lost with changeset 5806fb74130b.
Thu, 31 May 2012 18:48:00 +0000 pgsql: Added helper script: set-permissions.py. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 31 May 2012 18:48:00 +0000] rev 556
pgsql: Added helper script: set-permissions.py.
Sun, 15 Apr 2012 13:17:21 +0200 Provide list{addresses,aliases,users,relocated} subcommands v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 13:17:21 +0200] rev 555
Provide list{addresses,aliases,users,relocated} subcommands The patch provides the list{addresses,aliases,users,relocated} subcommands to the UI. All commands actually take the same path in the code and only one query is run with different parameters for each case. There are still two shortcomings: 1. With alias domains, the output order is not as one might want it, e.g. foo@example.org bar@example.org foo@example.com bar@example.com when it should really be foo@ twice and then bar@ twice. I have not found a way to modify the SQL accordingly. 2. The SELECT queries for Accounts, Alias and Relocated are hard-coded in common.py.
Sun, 15 Apr 2012 19:56:21 +0200 man: escape hyphens v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 19:56:21 +0200] rev 554
man: escape hyphens Hyphens inside words must be spelt \- instead of just -. This patch fixes up the manpages. * * * .
Sun, 15 Apr 2012 19:47:58 +0200 man: add 'catchall' to domaininfo v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 19:47:58 +0200] rev 553
man: add 'catchall' to domaininfo Since the addition of catchall, the domaininfo subcommand can also take 'catchall' as a [detail] to limit the output of details to the catch-all aliases. Also, the number of catch-all destinations is now included in the simple domaininfo output.
Sun, 15 Apr 2012 16:17:50 +0000 man: vmm1: Use `fqdn' instead of `domain' in catchall* descriptions. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 16:17:50 +0000] rev 552
man: vmm1: Use `fqdn' instead of `domain' in catchall* descriptions. Fixed a typo s/cadd/cad/. Replaced double quotes by \(dq.
Sun, 15 Apr 2012 15:56:01 +0000 VMM/cli/subcommands: Use the `fqdn' argument placeholder also for v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 15:56:01 +0000] rev 551
VMM/cli/subcommands: Use the `fqdn' argument placeholder also for catch-all subcommands.
Sun, 15 Apr 2012 17:51:00 +0200 Fix transport_maps function for non-existent domains v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 17:51:00 +0200] rev 550
Fix transport_maps function for non-existent domains The postfix_transport_maps function had a bug causing 2012-04-15 17:40:22 CEST LOG: statement: SELECT transport FROM postfix_transport_map('logcheck', 'domine.madduck.net'); 2012-04-15 17:40:22 CEST ERROR: query returned no rows when the domain was not in the database. This would make did be NULL and make the query fail. This patch moves the tid query until after a check for did. If the latter is NULL, the function RETURNs (rather than fails).
Sun, 15 Apr 2012 17:36:26 +0200 Revert caching of destination interpolation v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 17:36:26 +0200] rev 549
Revert caching of destination interpolation Since 'destination' comes from the table in the query, it cannot be cached across queries! Doh!
Sun, 15 Apr 2012 15:30:16 +0000 pgsql: update_tables_*: Added missing `NOT' to `… tid DROP NOT NULL;'. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 15:30:16 +0000] rev 548
pgsql: update_tables_*: Added missing `NOT' to `… tid DROP NOT NULL;'.
Sun, 15 Apr 2012 12:54:16 +0000 pgsql: Create column `note' as text. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 12:54:16 +0000] rev 547
pgsql: Create column `note' as text.
Sun, 15 Apr 2012 14:10:40 +0200 Add docstring for common.format_domain_default v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 14:10:40 +0200] rev 546
Add docstring for common.format_domain_default
Sat, 14 Apr 2012 21:48:00 +0200 Document domainnote in manpages v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 21:48:00 +0200] rev 545
Document domainnote in manpages 5806fb74130b did not contain this, so I must have forgotten it. Oops.
Sat, 14 Apr 2012 22:56:52 +0200 Remove domain/account notes from TODO v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:56:52 +0200] rev 544
Remove domain/account notes from TODO
Sat, 14 Apr 2012 22:53:21 +0200 Include account note in getuser output v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:53:21 +0200] rev 543
Include account note in getuser output Modify the getuser output to include an account note, if one is present
Sat, 14 Apr 2012 22:52:40 +0200 Display formatted notes in info output v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:52:40 +0200] rev 542
Display formatted notes in info output If the user/domain object has an attached note, this patch makes the userinfo/domaininfo output print the note, wrapped to the terminal size.
Sat, 14 Apr 2012 21:20:06 +0200 Ignore *.egg-status build directory created by setuptools v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 21:20:06 +0200] rev 541
Ignore *.egg-status build directory created by setuptools
Sat, 14 Apr 2012 15:44:23 +0200 Add user/domainnote commands to manpages v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 15:44:23 +0200] rev 540
Add user/domainnote commands to manpages
Sat, 14 Apr 2012 13:29:01 +0200 Add note field to Account/Domain and CLI v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 13:29:01 +0200] rev 539
Add note field to Account/Domain and CLI
Sat, 14 Apr 2012 12:58:20 +0200 Modify SQL to add note field to domain_data and users v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 12:58:20 +0200] rev 538
Modify SQL to add note field to domain_data and users
Sat, 14 Apr 2012 16:02:46 +0000 man: vmm.1: subcommand's name argument is optional now. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 14 Apr 2012 16:02:46 +0000] rev 537
man: vmm.1: subcommand's name argument is optional now. Based on martin f. krafft's v2 of changeset c340ba4bd544.
Sat, 14 Apr 2012 14:33:21 +0200 Allow username to take no argument to erase value v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 14:33:21 +0200] rev 536
Allow username to take no argument to erase value Once a username has been set, it could not be removed via the UI. Now, if no argument is passed to username, the value stored is replaced with NULL.
Sat, 14 Apr 2012 12:39:06 +0200 Add inheritance as a feature to README v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 12:39:06 +0200] rev 535
Add inheritance as a feature to README
Sat, 14 Apr 2012 12:37:08 +0200 Change 'force' argument to reset user records for tid/ssid/qid v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 12:37:08 +0200] rev 534
Change 'force' argument to reset user records for tid/ssid/qid If domain{quotalimit,transport,serviceset} are run with 'force' and settings are inheritable from the domain, then rather than to copy the ID to the user table, the affected field in the user records should be set to NULL so that the domain default is used.
Sat, 14 Apr 2012 00:36:43 +0200 Change UI to accept 'default' to restore inherited values v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 00:36:43 +0200] rev 533
Change UI to accept 'default' to restore inherited values Instead of explicit values for tid/ssid/qid, the UI now accepts 'default', which removed user-pecific settings and hence causes domain defaults to be used.
Fri, 13 Apr 2012 23:24:12 +0200 Modify userinfo output to indicate when domain defaults are displayed v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 23:24:12 +0200] rev 532
Modify userinfo output to indicate when domain defaults are displayed When Account instances reference NULL tid/qid/ssid, the data must come from the associated domain, and this should be indicated. For transport and services, this is easy to do as the string passed in the info dict can simply be modified. For quotalimit, however, another method must be used due to the CLI-side formatting. All approaches use a common formatter outsourced to the common.py file.
Fri, 13 Apr 2012 23:09:40 +0200 Modify Account class to handle NULL references v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 23:09:40 +0200] rev 531
Modify Account class to handle NULL references This patch modifies the Account class to defer to using the associated domain's tid/ssid/qid fields if the per-instance fields are None/NULL.
Fri, 13 Apr 2012 17:49:14 +0200 Modify SQL update script to accept NULL fields for users v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 17:49:14 +0200] rev 530
Modify SQL update script to accept NULL fields for users The value NULL in the qid/ssid/tid fields of the user table means that the value from the associated domain record should be used instead. This patch modifies the PL/pgSQL functions used by Dovecot and Postfix accordingly.
Fri, 13 Apr 2012 23:49:26 +0200 man: Add examples for userservices v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 23:49:26 +0200] rev 529
man: Add examples for userservices
Sat, 14 Apr 2012 15:11:27 +0000 Reverted previous three changesets (e09139525580, 85517c8fde36, 3acbff727626) v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 14 Apr 2012 15:11:27 +0000] rev 528
Reverted previous three changesets (e09139525580, 85517c8fde36, 3acbff727626)
Fri, 13 Apr 2012 23:24:12 +0200 Modify userinfo output to indicate when domain defaults are displayed v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 23:24:12 +0200] rev 527
Modify userinfo output to indicate when domain defaults are displayed When Account instances reference NULL tid/qid/ssid, the data must come from the associated domain, and this should be indicated. For transport and services, this is easy to do as the string passed in the info dict can simply be modified. For quotalimit, however, another method must be used due to the CLI-side formatting. All approaches use a common formatter outsourced to the common.py file.
Fri, 13 Apr 2012 23:09:40 +0200 Modify Account class to handle NULL references v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 23:09:40 +0200] rev 526
Modify Account class to handle NULL references This patch modifies the Account class to defer to using the associated domain's tid/ssid/qid fields if the per-instance fields are None/NULL.
Fri, 13 Apr 2012 17:49:14 +0200 Modify SQL update script to accept NULL fields for users v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 17:49:14 +0200] rev 525
Modify SQL update script to accept NULL fields for users The value NULL in the qid/ssid/tid fields of the user table means that the value from the associated domain record should be used instead. This patch modifies the PL/pgSQL functions used by Dovecot and Postfix accordingly.
Sat, 14 Apr 2012 11:50:33 +0200 Add list* subcommands to TODO v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 11:50:33 +0200] rev 524
Add list* subcommands to TODO
Sat, 14 Apr 2012 10:41:10 +0200 add domain/account notes to TODO v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 10:41:10 +0200] rev 523
add domain/account notes to TODO
Fri, 13 Apr 2012 22:57:23 +0200 Add my WIP items to the TODO list v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 22:57:23 +0200] rev 522
Add my WIP items to the TODO list
Fri, 13 Apr 2012 14:56:29 +0200 Cache interpolated destination v0.6.x
martin f. krafft <madduck@madduck.net> [Fri, 13 Apr 2012 14:56:29 +0200] rev 521
Cache interpolated destination Instead of running the string modification function for destination interpolation twice, store the result once and use the stored result subsequently.
Thu, 12 Apr 2012 18:22:54 +0000 man: Use example.com in catchallinfo example output. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 12 Apr 2012 18:22:54 +0000] rev 520
man: Use example.com in catchallinfo example output.
Thu, 12 Apr 2012 18:18:02 +0000 README: reStructuredText fix: ERROR/3 and WARNING/2. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 12 Apr 2012 18:18:02 +0000] rev 519
README: reStructuredText fix: ERROR/3 and WARNING/2.
Wed, 11 Apr 2012 16:23:27 +0200 Enable interpolation of alias destinations v0.6.x
martin f. krafft <madduck@madduck.net> [Wed, 11 Apr 2012 16:23:27 +0200] rev 518
Enable interpolation of alias destinations This patch modifies the virtual_alias_maps function so that the destination address is parsed for the place holders %n, %d and %=, which are replaced with the localpart, the domain or the full address with '@' replaced by '=' of the queried key. In combination with alias domains, this allows for domain-specific recipients. E.g. given example.org and its alias domain example.com, defining an alias postmaster@example.org → postmaster+%d@example.org will cause mail to postmaster@example.*com* to go to postmaster+example.*com*@example.org.
Wed, 11 Apr 2012 09:08:19 +0200 Add catch-all aliases to README/features v0.6.x
martin f. krafft <madduck@madduck.net> [Wed, 11 Apr 2012 09:08:19 +0200] rev 517
Add catch-all aliases to README/features
Tue, 10 Apr 2012 23:50:35 +0200 Add catchall subcommands to manpages v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 23:50:35 +0200] rev 516
Add catchall subcommands to manpages
Tue, 10 Apr 2012 23:50:18 +0200 Include catch-all count in domaininfo output v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 23:50:18 +0200] rev 515
Include catch-all count in domaininfo output
Tue, 10 Apr 2012 22:56:30 +0200 Make PL/pgSQL function feed back identity for mailboxes/relocated when there v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 22:56:30 +0200] rev 514
Make PL/pgSQL function feed back identity for mailboxes/relocated when there are catchall destinations. Without catchall aliases, if no virtual_alias matches, the query can just return NULL and Postfix will later check mailboxes/relocated for the address to rewrite. However, since virtual aliases are handled long before mailboxes/relocated, a catchall alias would also catch mail to mailboxes and relocated addresses, which we do not want. The way to tell postfix to keep delivering is for the virtual alias map to return the search key itself (identity function). This patch changes the postfix_virtual_alias_maps Pl/pgSQL function to do exactly that, but only if there are catchall destinations defined for the domain in question — otherwise it returns NULL when no match is found.
Tue, 10 Apr 2012 01:08:25 +0200 Fix syntax errors v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 01:08:25 +0200] rev 513
Fix syntax errors
Tue, 10 Apr 2012 00:50:55 +0200 Modify virtual_alias_maps function to check mailboxes/relocated first v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 00:50:55 +0200] rev 512
Modify virtual_alias_maps function to check mailboxes/relocated first
Tue, 10 Apr 2012 00:33:53 +0200 Make virtual_alias_maps function search catchall when no aliases are found v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 00:33:53 +0200] rev 511
Make virtual_alias_maps function search catchall when no aliases are found
Tue, 10 Apr 2012 00:08:12 +0200 Add catchall info to domain_info output v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 00:08:12 +0200] rev 510
Add catchall info to domain_info output
Tue, 10 Apr 2012 00:07:49 +0200 Correct syntax errors v0.6.x
martin f. krafft <madduck@madduck.net> [Tue, 10 Apr 2012 00:07:49 +0200] rev 509
Correct syntax errors
Mon, 09 Apr 2012 23:50:12 +0200 Fixup catchall_info to return iterator, not self v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 23:50:12 +0200] rev 508
Fixup catchall_info to return iterator, not self
Mon, 09 Apr 2012 23:44:36 +0200 Correct syntax errors v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 23:44:36 +0200] rev 507
Correct syntax errors
Mon, 09 Apr 2012 23:40:52 +0200 Teach CLI about catchall* commands v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 23:40:52 +0200] rev 506
Teach CLI about catchall* commands
Mon, 09 Apr 2012 23:21:56 +0200 Provide catchall_* methods to the Handler class v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 23:21:56 +0200] rev 505
Provide catchall_* methods to the Handler class
Mon, 09 Apr 2012 18:10:56 +0200 First version of a CatchallAlias class v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 18:10:56 +0200] rev 504
First version of a CatchallAlias class I based the CatchallAlias class in catchall.py heavily on the Alias class, but by copy, not deriving. The two are functionally related, but the implementations are too different because CatchallAliases have no localpart.
Mon, 09 Apr 2012 17:45:02 +0200 Add database table for catchall destinations v0.6.x
martin f. krafft <madduck@madduck.net> [Mon, 09 Apr 2012 17:45:02 +0200] rev 503
Add database table for catchall destinations Catch-all aliases are stored for a domain. Since there can be multiple destinations per domain, this is done using a 1:n relation on the gid. This commit extends the SQL schema definition and also provides appropriate upgrade DDL.
Sun, 08 Apr 2012 19:05:25 +0000 pgsql: Merged types and functions into the create_tables… files. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 08 Apr 2012 19:05:25 +0000] rev 502
pgsql: Merged types and functions into the create_tables… files.
Sun, 08 Apr 2012 16:29:37 +0000 postfix: Removed VIEW-based comments from configuration files. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 08 Apr 2012 16:29:37 +0000] rev 501
postfix: Removed VIEW-based comments from configuration files.
Sun, 08 Apr 2012 16:20:43 +0000 pgsql: Removed most of the VIEWs. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 08 Apr 2012 16:20:43 +0000] rev 500
pgsql: Removed most of the VIEWs. There are only two views left for now: - postfix_gid - vmm_domain_info All other views have a faster replacement: plpgsql functions.
Sun, 08 Apr 2012 13:18:02 +0200 Ignore even more Debian-build-related files v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 08 Apr 2012 13:18:02 +0200] rev 499
Ignore even more Debian-build-related files
Sun, 08 Apr 2012 11:54:17 +0200 Ignore more Debian-build-related files v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 08 Apr 2012 11:54:17 +0200] rev 498
Ignore more Debian-build-related files Debian produces log and debhelper files in debian/* that do not need to be known to mercurial. Hence, this patch adds the globs to .hgignore.
Sun, 08 Apr 2012 00:02:00 +0200 Add non-root TODO v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 08 Apr 2012 00:02:00 +0200] rev 497
Add non-root TODO
Sat, 07 Apr 2012 20:38:48 +0000 VMM/config: Fixed a typo: s/DB_MUDULES/DB_MODULES/g. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 07 Apr 2012 20:38:48 +0000] rev 496
VMM/config: Fixed a typo: s/DB_MUDULES/DB_MODULES/g.
Sat, 07 Apr 2012 15:23:14 +0200 Ignore build files related to Debian packaging v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 07 Apr 2012 15:23:14 +0200] rev 495
Ignore build files related to Debian packaging During Debian packaging, the package is built in ./debian/vmm/, and quilt is used (./.pc/). Both directories contain only generated files and should hence be ignored from the perspective of Mercurial.
Sat, 07 Apr 2012 15:00:10 +0200 Instruct mercurial to ignore build directory v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 07 Apr 2012 15:00:10 +0200] rev 494
Instruct mercurial to ignore build directory Python's distutil builds the package into ./build/, which can and should be ignored with respect to the repository. This patch simply adds the appropriate line to .hgignore.
Fri, 06 Apr 2012 23:37:04 +0000 VMM/handler: Create domain directory with umask 0022. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Fri, 06 Apr 2012 23:37:04 +0000] rev 493
VMM/handler: Create domain directory with umask 0022.
Sat, 07 Apr 2012 00:45:57 +0200 Modify address check query to obtain well-defined result v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 07 Apr 2012 00:45:57 +0200] rev 492
Modify address check query to obtain well-defined result The way in which UNION does not yield the desired result, because (a) UNION merges results and (b) the result order is undefined. This patch changes the query to select the counts as columns and hence provides a well-defined order.
Fri, 06 Apr 2012 21:34:23 +0000 postfix: Uncommented the query in pgsql-smtpd_sender_login_maps.cf. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Fri, 06 Apr 2012 21:34:23 +0000] rev 491
postfix: Uncommented the query in pgsql-smtpd_sender_login_maps.cf.
Fri, 06 Apr 2012 21:32:09 +0000 postfix: Renamed pgsql-transport.cf to pgsql-transport_maps.cf. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Fri, 06 Apr 2012 21:32:09 +0000] rev 490
postfix: Renamed pgsql-transport.cf to pgsql-transport_maps.cf. Now it matches pgsql-${postfix-parameter}.cf.
Thu, 29 Mar 2012 19:27:18 +0000 po: Updated French translation (translated by Dimitri Duc). v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Thu, 29 Mar 2012 19:27:18 +0000] rev 489
po: Updated French translation (translated by Dimitri Duc).
Tue, 13 Mar 2012 20:37:12 +0000 po: Updated Finnish translation (translated by Jorma Karvonen). v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Tue, 13 Mar 2012 20:37:12 +0000] rev 488
po: Updated Finnish translation (translated by Jorma Karvonen).
Tue, 13 Dec 2011 00:34:39 +0000 VMM/cli/subcommands: Fixed a TypeError in user_info(). v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Tue, 13 Dec 2011 00:34:39 +0000] rev 487
VMM/cli/subcommands: Fixed a TypeError in user_info().
Mon, 05 Dec 2011 16:17:01 +0000 postfix: Use pgsql functions in query templates where possible. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Mon, 05 Dec 2011 16:17:01 +0000] rev 486
postfix: Use pgsql functions in query templates where possible.
Mon, 05 Dec 2011 12:34:29 +0000 pgsql: Updated required privileges for function dovecotpassword. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Mon, 05 Dec 2011 12:34:29 +0000] rev 485
pgsql: Updated required privileges for function dovecotpassword.
Sun, 27 Nov 2011 01:52:06 +0000 README: Added section `Installation Prerequisites'. Reworked some parts. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 27 Nov 2011 01:52:06 +0000] rev 484
README: Added section `Installation Prerequisites'. Reworked some parts.
Sat, 26 Nov 2011 17:28:59 +0000 update_config: Write the old package install dir to a tmp file. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 26 Nov 2011 17:28:59 +0000] rev 483
update_config: Write the old package install dir to a tmp file. upgrade: Remove old CamelCase files. Removed some unused variables.
Sun, 13 Nov 2011 20:19:40 +0000 VMM: The pyPgSQL compatibility commit. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 13 Nov 2011 20:19:40 +0000] rev 482
VMM: The pyPgSQL compatibility commit.
Sun, 13 Nov 2011 20:18:41 +0000 VMM: The Python 2.4.x compatibility commit. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 13 Nov 2011 20:18:41 +0000] rev 481
VMM: The Python 2.4.x compatibility commit.
Sun, 13 Nov 2011 19:59:26 +0000 VMM/relocated: Don't accept something@localhost as destination. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 13 Nov 2011 19:59:26 +0000] rev 480
VMM/relocated: Don't accept something@localhost as destination.
Sun, 13 Nov 2011 16:13:50 +0000 man1: Updated configuration related descriptions/examples, v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 13 Nov 2011 16:13:50 +0000] rev 479
man1: Updated configuration related descriptions/examples, accordingly to commit 4ff0fa3ba0fa.
Sat, 12 Nov 2011 17:52:57 +0000 Updated the author's e-mail address. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 12 Nov 2011 17:52:57 +0000] rev 478
Updated the author's e-mail address.
Sat, 12 Nov 2011 17:28:14 +0000 man: Updated the URL of the bug tracker. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 12 Nov 2011 17:28:14 +0000] rev 477
man: Updated the URL of the bug tracker.
Fri, 11 Nov 2011 22:19:03 +0000 man5: Updated the `usable password schemes' part. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Nov 2011 22:19:03 +0000] rev 476
man5: Updated the `usable password schemes' part.
Thu, 10 Nov 2011 00:01:08 +0000 man1: Copied new formatted/translated command output into the examples. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Nov 2011 00:01:08 +0000] rev 475
man1: Copied new formatted/translated command output into the examples.
Wed, 09 Nov 2011 22:57:46 +0000 VMM/cli/subcommands: Small improvement of domaininfo's output. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Nov 2011 22:57:46 +0000] rev 474
VMM/cli/subcommands: Small improvement of domaininfo's output. Pointed out that the displayed quota limit is valid per user.
Wed, 09 Nov 2011 04:12:41 +0000 man1: Removed obsolete commands and added new commands. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Nov 2011 04:12:41 +0000] rev 473
man1: Removed obsolete commands and added new commands.
Wed, 09 Nov 2011 03:33:08 +0000 man/de/man1: Removed translated argument names. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Nov 2011 03:33:08 +0000] rev 472
man/de/man1: Removed translated argument names.
Tue, 08 Nov 2011 23:25:30 +0000 VMM/cli/subcommands: Use the common output formatting in list_pwschemes(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Nov 2011 23:25:30 +0000] rev 471
VMM/cli/subcommands: Use the common output formatting in list_pwschemes().
Tue, 08 Nov 2011 21:31:30 +0000 VMM/handler: Added a comment for the Translation Project. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Nov 2011 21:31:30 +0000] rev 470
VMM/handler: Added a comment for the Translation Project.
Tue, 08 Nov 2011 01:42:49 +0000 VMM/cli/subcommands: Subcommand argument placeholders are no longer translatable. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Nov 2011 01:42:49 +0000] rev 469
VMM/cli/subcommands: Subcommand argument placeholders are no longer translatable.
Mon, 07 Nov 2011 23:02:33 +0000 po: Updated German translation (translated by Mario Blättermann). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 23:02:33 +0000] rev 468
po: Updated German translation (translated by Mario Blättermann).
Mon, 07 Nov 2011 04:24:25 +0000 po: Updated address for message-id bug reports. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 04:24:25 +0000] rev 467
po: Updated address for message-id bug reports. Looks like as sf.net would have horrible configured mail servers. :-/
Mon, 07 Nov 2011 03:30:31 +0000 merged changes from default(c0e1fb1b0145) v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 03:30:31 +0000] rev 466
merged changes from default(c0e1fb1b0145)
Mon, 07 Nov 2011 03:22:15 +0000 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 03:22:15 +0000] rev 465
po: Added Finnish translation to the repository. Many thanks to Jorma Karvonen from the Translation Project for the work.
Mon, 07 Nov 2011 02:43:07 +0000 VMM/password: list_schemes(): report suffixes with a leading dot. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 02:43:07 +0000] rev 464
VMM/password: list_schemes(): report suffixes with a leading dot.
Mon, 07 Nov 2011 02:40:10 +0000 po: Updated messages template and German translation. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Nov 2011 02:40:10 +0000] rev 463
po: Updated messages template and German translation.
Sun, 06 Nov 2011 21:38:18 +0000 VMM/cli/subcommands: Added new subcommand `listpwschemes' (lp). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 06 Nov 2011 21:38:18 +0000] rev 462
VMM/cli/subcommands: Added new subcommand `listpwschemes' (lp). Marked version()'s ctx argument as unused.
Sun, 06 Nov 2011 21:26:34 +0000 VMM/password: Added function list_schemes(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 06 Nov 2011 21:26:34 +0000] rev 461
VMM/password: Added function list_schemes().
Sun, 06 Nov 2011 04:47:43 +0000 man5: Moved some option descriptions to section doamin, v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 06 Nov 2011 04:47:43 +0000] rev 460
man5: Moved some option descriptions to section doamin, accordingly to commit 4ff0fa3ba0fa. Added a brief explanation of which settings will be applied in which situations.
Sat, 05 Nov 2011 21:54:31 +0000 update_config: Updated, so that the previous config modifications v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 21:54:31 +0000] rev 459
update_config: Updated, so that the previous config modifications will be applied to 0.5.2 configurations files.
Sat, 05 Nov 2011 21:44:23 +0000 VMM/config: Moved some options to section `domain': v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 21:44:23 +0000] rev 458
VMM/config: Moved some options to section `domain': old new ------------------------------------------------------------ account.imap -> domain.imap account.pop3 -> domain.pop3 account.sieve -> domain.sieve account.smtp -> domain.account misc.quota_bytes -> domain.quota_bytes misc.quota_messages -> domain.quota_messages misc.transport -> domain.transport
Sat, 05 Nov 2011 19:04:07 +0000 VMM: Show a warning when a unsupported locale setting was detected. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 19:04:07 +0000] rev 457
VMM: Show a warning when a unsupported locale setting was detected.
Sat, 05 Nov 2011 16:41:19 +0000 VMM/cli/subcommands: Small improvement in domain_add(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 16:41:19 +0000] rev 456
VMM/cli/subcommands: Small improvement in domain_add(). Inform the admin, when the postmaster account will be auto-created.
Sat, 05 Nov 2011 15:43:23 +0000 VMM/cli/subcommands: Fixed a small failure in alias_info(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 15:43:23 +0000] rev 455
VMM/cli/subcommands: Fixed a small failure in alias_info().
Sat, 05 Nov 2011 02:00:07 +0000 TODO: updated … v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 02:00:07 +0000] rev 454
TODO: updated …
Sat, 05 Nov 2011 01:54:12 +0000 VMM/domain: Extended Domain._chk_state() to support both states. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Nov 2011 01:54:12 +0000] rev 453
VMM/domain: Extended Domain._chk_state() to support both states.
Fri, 04 Nov 2011 23:56:55 +0000 VMM/constants: Cleared out obsolete error codes. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 23:56:55 +0000] rev 452
VMM/constants: Cleared out obsolete error codes.
Fri, 04 Nov 2011 23:55:15 +0000 VMM/account: Removed unused import. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 23:55:15 +0000] rev 451
VMM/account: Removed unused import.
Fri, 04 Nov 2011 23:52:49 +0000 VMM/{maillocation,quotalimit}: Unified object initialization code. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 23:52:49 +0000] rev 450
VMM/{maillocation,quotalimit}: Unified object initialization code. Simply raise a ValueError for wrong values (unknown IDs).
Fri, 04 Nov 2011 22:45:53 +0000 VMM/transport: Reworked Transport initialization. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 22:45:53 +0000] rev 449
VMM/transport: Reworked Transport initialization. Set the transport id only if we could find a transport with that id. Raise a ValueError instead of a translatable TransportError(VMMError). VMM/errors: Deleted class TransportError, it is no longer needed.
Fri, 04 Nov 2011 03:25:29 +0000 VMM/cli/subcommands: domainservices: Don't fail when neither a v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 03:25:29 +0000] rev 448
VMM/cli/subcommands: domainservices: Don't fail when neither a service nor the keyword force was provided.
Fri, 04 Nov 2011 02:20:01 +0000 VMM/domain: Extended/updated Domain.get_info() in order to: v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Nov 2011 02:20:01 +0000] rev 447
VMM/domain: Extended/updated Domain.get_info() in order to: - include active service(s) || None - use more understandable English terms VMM/cli/subcommands: Updated (order of) keys of `domaininfo' output. .`userinfo' will always show `sieve', no longer `managesieve'.
Thu, 03 Nov 2011 05:32:47 +0000 VMM/cli/subcommands: Small indent fix. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 03 Nov 2011 05:32:47 +0000] rev 446
VMM/cli/subcommands: Small indent fix.
Thu, 03 Nov 2011 05:07:17 +0000 VMM/cli/subcommands: Added subcommand domainservices (ds). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 03 Nov 2011 05:07:17 +0000] rev 445
VMM/cli/subcommands: Added subcommand domainservices (ds). Replaced subcommands userdisable and userenable by userservices (us).
Wed, 02 Nov 2011 03:29:51 +0000 VMM/account: Integrated class ServiceSet in class Account. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 02 Nov 2011 03:29:51 +0000] rev 444
VMM/account: Integrated class ServiceSet in class Account. Replaced methods Account.enable() and Account.disable() by Account.update_serviceset(). VMM/handler: Replaced methods Handler.user_disable() and Handler.user_enable() by Handler.user_services()
Tue, 01 Nov 2011 23:37:06 +0000 VMM/serviceset: Added @property ServiceSet.services -> dict. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 01 Nov 2011 23:37:06 +0000] rev 443
VMM/serviceset: Added @property ServiceSet.services -> dict.
Tue, 01 Nov 2011 13:07:45 +0000 VMM/account: Sorted imports … v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 01 Nov 2011 13:07:45 +0000] rev 442
VMM/account: Sorted imports …
Tue, 01 Nov 2011 02:13:57 +0000 VMM/domain: Integrated class ServiceSet in class Domain. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 01 Nov 2011 02:13:57 +0000] rev 441
VMM/domain: Integrated class ServiceSet in class Domain. VMM/handler: Extended Handler.domain_add() and added Handler.domain_services(). Removed unused domain.get_gid import.
Tue, 01 Nov 2011 01:01:33 +0000 VMM/serviceset: Use SERVICES inside of ServiceSet - avoid slicing. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 01 Nov 2011 01:01:33 +0000] rev 440
VMM/serviceset: Use SERVICES inside of ServiceSet - avoid slicing.
Mon, 31 Oct 2011 22:14:22 +0000 VMM/serviceset: Added module constant SERVICES. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 31 Oct 2011 22:14:22 +0000] rev 439
VMM/serviceset: Added module constant SERVICES.
Sun, 30 Oct 2011 11:41:11 +0000 VMM: Added new module serviceset - provides class ServiceSet. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 30 Oct 2011 11:41:11 +0000] rev 438
VMM: Added new module serviceset - provides class ServiceSet.
Fri, 28 Oct 2011 15:51:31 +0000 pgsql: Added new table `service_set'. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 28 Oct 2011 15:51:31 +0000] rev 437
pgsql: Added new table `service_set'. Moved columns `smtp', `pop3' `imap' and `sieve' from the `users' table to the new `service_set' table.
Wed, 26 Oct 2011 23:32:58 +0000 update_config: Set database.module to pyPgSQL only when psycopg2 v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 26 Oct 2011 23:32:58 +0000] rev 436
update_config: Set database.module to pyPgSQL only when psycopg2 is unavailable.
Wed, 26 Oct 2011 18:55:30 +0000 README: Added contet. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 26 Oct 2011 18:55:30 +0000] rev 435
README: Added contet.
Wed, 26 Oct 2011 03:25:37 +0000 man: Removed reStructuredText files. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 26 Oct 2011 03:25:37 +0000] rev 434
man: Removed reStructuredText files.
Wed, 26 Oct 2011 03:20:40 +0000 man: Reworked/updated German manual pages. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 26 Oct 2011 03:20:40 +0000] rev 433
man: Reworked/updated German manual pages.
Tue, 25 Oct 2011 15:36:38 +0000 man: Added missing `.RE' macro to sub section userinfo (ui). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 25 Oct 2011 15:36:38 +0000] rev 432
man: Added missing `.RE' macro to sub section userinfo (ui).
Sun, 16 Oct 2011 23:51:54 +0000 po: Fixed 2 fatal msgfmt errors inde.po. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 16 Oct 2011 23:51:54 +0000] rev 431
po: Fixed 2 fatal msgfmt errors inde.po.
Sun, 16 Oct 2011 18:12:55 +0000 po: Updated German translation. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 16 Oct 2011 18:12:55 +0000] rev 430
po: Updated German translation.
Sun, 16 Oct 2011 16:48:48 +0000 Messages: Replaced some 'Available' by 'Existing'. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 16 Oct 2011 16:48:48 +0000] rev 429
Messages: Replaced some 'Available' by 'Existing'.
Sun, 16 Oct 2011 15:08:25 +0000 po: Regenerated vmm.pot v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 16 Oct 2011 15:08:25 +0000] rev 428
po: Regenerated vmm.pot
Sat, 03 Sep 2011 22:07:55 +0000 VMM/emailaddress: Class DestinationEmailAddress accepts also v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 03 Sep 2011 22:07:55 +0000] rev 427
VMM/emailaddress: Class DestinationEmailAddress accepts also something@localhost addresses now.
Sat, 03 Sep 2011 20:42:05 +0000 VMM/handler: Handler.alias_delete() also use class DestinationEmailAddress v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 03 Sep 2011 20:42:05 +0000] rev 426
VMM/handler: Handler.alias_delete() also use class DestinationEmailAddress for the destination address, instead of class EmailAddress.
Sat, 03 Sep 2011 20:28:40 +0000 VMM/alias: Alias.del_destination() corrected the value assignment v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 03 Sep 2011 20:28:40 +0000] rev 425
VMM/alias: Alias.del_destination() corrected the value assignment in the error message's dictionary.
Sat, 03 Sep 2011 19:45:31 +0000 VMM/alias: Alias._load_dests() use class DestinationEmailAddress v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 03 Sep 2011 19:45:31 +0000] rev 424
VMM/alias: Alias._load_dests() use class DestinationEmailAddress for destination addresses, instead of class EmailAddress.
Sun, 31 Jul 2011 22:14:02 +0000 VMM/cli/subcommands: user_add() show only generated passwords - not the given. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 31 Jul 2011 22:14:02 +0000] rev 423
VMM/cli/subcommands: user_add() show only generated passwords - not the given.
Thu, 10 Mar 2011 19:34:28 +0000 VMM: Deleted a few unused variables. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Mar 2011 19:34:28 +0000] rev 422
VMM: Deleted a few unused variables.
Sat, 05 Mar 2011 22:46:17 +0000 VMM/network: Added new module network. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 05 Mar 2011 22:46:17 +0000] rev 421
VMM/network: Added new module network.
Sun, 27 Feb 2011 14:35:04 +0000 VMM/cli/subcommands: Added function update_cmd_map(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 27 Feb 2011 14:35:04 +0000] rev 420
VMM/cli/subcommands: Added function update_cmd_map(). So the items will be added to the cmd_map when gettext's _() has been installed -> translatable subcommand descriptions.
Thu, 24 Feb 2011 22:15:10 +0000 po: Regenerated vmm.pot v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 24 Feb 2011 22:15:10 +0000] rev 419
po: Regenerated vmm.pot
Thu, 24 Feb 2011 22:01:06 +0000 VMM/cli/subcommands: The keyword 'force' is no longer translatable. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 24 Feb 2011 22:01:06 +0000] rev 418
VMM/cli/subcommands: The keyword 'force' is no longer translatable.
Thu, 24 Feb 2011 20:47:35 +0000 VMM: Updated some messages. (doesn't, isn't) -> (does not, is not) v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 24 Feb 2011 20:47:35 +0000] rev 417
VMM: Updated some messages. (doesn't, isn't) -> (does not, is not) Added missing dots at the end of some sentences.
Thu, 24 Feb 2011 01:02:24 +0000 man: Replaced unnecessary \(aq glyphs in man1/vmm.1. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 24 Feb 2011 01:02:24 +0000] rev 416
man: Replaced unnecessary \(aq glyphs in man1/vmm.1. Updated COPYING section in man1/vmm.1 and man5/vmm.cfg.5.
Tue, 22 Feb 2011 22:29:58 +0000 VMM/mailbox: Use the correct mailbox hierarchy separator in v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Feb 2011 22:29:58 +0000] rev 415
VMM/mailbox: Use the correct mailbox hierarchy separator in Mailbox.add_boxes() for mdbox and sdbox mailbox format.
Tue, 22 Feb 2011 20:41:16 +0000 VMM: Report quota usage/limit/percentage values formatted v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Feb 2011 20:41:16 +0000] rev 414
VMM: Report quota usage/limit/percentage values formatted according to the current LC_ALL setting.
Tue, 22 Feb 2011 20:12:18 +0000 VMM/cli/subcommands: Improved legibility of domaininfo's "quota limit" v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Feb 2011 20:12:18 +0000] rev 413
VMM/cli/subcommands: Improved legibility of domaininfo's "quota limit" output a little bit.
Tue, 22 Feb 2011 18:10:27 +0000 man/man5: Reworked/updated vmm.cfg.5. Removed vmm.cfg.5.rst. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Feb 2011 18:10:27 +0000] rev 412
man/man5: Reworked/updated vmm.cfg.5. Removed vmm.cfg.5.rst.
Tue, 22 Feb 2011 15:43:25 +0000 man/man1: Small syntax fixes in vmm.1. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 22 Feb 2011 15:43:25 +0000] rev 411
man/man1: Small syntax fixes in vmm.1.
Mon, 21 Feb 2011 18:19:14 +0000 man/man1: Reworked/updated vmm.1. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 21 Feb 2011 18:19:14 +0000] rev 410
man/man1: Reworked/updated vmm.1. Removed vmm.1.rst. reStructuredText was nice to edit but the generated output …
Fri, 18 Feb 2011 16:14:07 +0000 VMM/cli/subcommands: Update also the RunContext's subcommand if v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Feb 2011 16:14:07 +0000] rev 409
VMM/cli/subcommands: Update also the RunContext's subcommand if 'plan A' in {,alias}domain_info() fails.
Fri, 18 Feb 2011 12:36:09 +0000 VMM/cli/subcommands: Fixed a msgid issue (format string with unnamed arguments). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Feb 2011 12:36:09 +0000] rev 408
VMM/cli/subcommands: Fixed a msgid issue (format string with unnamed arguments).
Fri, 18 Feb 2011 12:12:54 +0000 VMM: Solve the default "misc.quota_bytes = '0'" problem where it may occur. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Feb 2011 12:12:54 +0000] rev 407
VMM: Solve the default "misc.quota_bytes = '0'" problem where it may occur.
Fri, 18 Feb 2011 01:15:03 +0000 VMM/cli/subcommands: Made argument names translatable. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 18 Feb 2011 01:15:03 +0000] rev 406
VMM/cli/subcommands: Made argument names translatable.
Mon, 14 Feb 2011 19:11:34 +0000 man1/vmm.1.rst: Added subcommands domainquota and userquota. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 14 Feb 2011 19:11:34 +0000] rev 405
man1/vmm.1.rst: Added subcommands domainquota and userquota. Updated description of subcommand aliasadd.
Sun, 13 Feb 2011 05:01:04 +0000 VMM/{account,domain}: Added a versions check to the update_quotalimit v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 13 Feb 2011 05:01:04 +0000] rev 404
VMM/{account,domain}: Added a versions check to the update_quotalimit methods of classes Account and Domain.
Sun, 13 Feb 2011 04:33:55 +0000 VMM/cli/subcommands: Implemented subcommands domainquota and userquota. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 13 Feb 2011 04:33:55 +0000] rev 403
VMM/cli/subcommands: Implemented subcommands domainquota and userquota.
Sun, 13 Feb 2011 03:32:31 +0000 VMM/domain: Execute the database updates of v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 13 Feb 2011 03:32:31 +0000] rev 402
VMM/domain: Execute the database updates of Domain.update_{quotalimit,transport}() when argument force is True, even when the 'new' setting is the same as the current one.
Sat, 12 Feb 2011 20:40:44 +0000 VMM/cli/subcommands: Divided 'quota usage' from userinfo subcommand v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 12 Feb 2011 20:40:44 +0000] rev 401
VMM/cli/subcommands: Divided 'quota usage' from userinfo subcommand into 'quota storage' and 'quota messages'.
Sat, 12 Feb 2011 18:12:37 +0000 VMM/quotalimit: Don't fail in QuotaLimit.__init__, if we get the v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 12 Feb 2011 18:12:37 +0000] rev 400
VMM/quotalimit: Don't fail in QuotaLimit.__init__, if we get the deafult misc.quota_bytes value: '0'.
Sat, 12 Feb 2011 17:19:43 +0000 VMM/common: Reworked human_size() once more. Return bytes w/o v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 12 Feb 2011 17:19:43 +0000] rev 399
VMM/common: Reworked human_size() once more. Return bytes w/o prefix. Use translatable $FOO_bibyte prefixes, e.g., MiB.
Sat, 12 Feb 2011 01:46:00 +0000 VMM/cli/subcommands: Added quota limit/usage output to {domain,user}info v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 12 Feb 2011 01:46:00 +0000] rev 398
VMM/cli/subcommands: Added quota limit/usage output to {domain,user}info subcommands.
Fri, 11 Feb 2011 19:16:37 +0000 VMM/cli/subcommands: config_get: Print configured misc.quota_bytes v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Feb 2011 19:16:37 +0000] rev 397
VMM/cli/subcommands: config_get: Print configured misc.quota_bytes in human readable format.
Fri, 11 Feb 2011 18:22:37 +0000 VMM/common: human_size() size argument can be also a string. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Feb 2011 18:22:37 +0000] rev 396
VMM/common: human_size() size argument can be also a string. Because the default value of misc.quota_bytes is '0', a string in order to accept also settings like '500M'.
Fri, 11 Feb 2011 11:52:59 +0000 VMM/common: human_size accept also 0 as size. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Feb 2011 11:52:59 +0000] rev 395
VMM/common: human_size accept also 0 as size.
Fri, 11 Feb 2011 02:15:51 +0000 VMM/common: Small code cleanup in human_size(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Feb 2011 02:15:51 +0000] rev 394
VMM/common: Small code cleanup in human_size().
Fri, 11 Feb 2011 02:11:15 +0000 VMM/common: Added function human_size(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 11 Feb 2011 02:11:15 +0000] rev 393
VMM/common: Added function human_size().
Thu, 10 Feb 2011 23:36:31 +0000 VMM/domain: Adjusted Domain.get_info() to the updated vmm_domain_info view. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Feb 2011 23:36:31 +0000] rev 392
VMM/domain: Adjusted Domain.get_info() to the updated vmm_domain_info view.
Thu, 10 Feb 2011 23:33:57 +0000 pgsql: Updated view vmm_domain_info. No longer select data we have already. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Feb 2011 23:33:57 +0000] rev 391
pgsql: Updated view vmm_domain_info. No longer select data we have already.
Thu, 10 Feb 2011 20:10:28 +0000 VMM/{account,domain,handler}: Added quota limit support. A few v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 10 Feb 2011 20:10:28 +0000] rev 390
VMM/{account,domain,handler}: Added quota limit support. A few small modifications in class Account.
Wed, 09 Feb 2011 22:09:35 +0000 VMM/account: Removed unused method Account.set_transport(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 09 Feb 2011 22:09:35 +0000] rev 389
VMM/account: Removed unused method Account.set_transport().
Tue, 08 Feb 2011 18:04:07 +0000 pgsql: Added quotalimit's bytes and messages to view vmm_domain_info. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Feb 2011 18:04:07 +0000] rev 388
pgsql: Added quotalimit's bytes and messages to view vmm_domain_info.
Tue, 08 Feb 2011 13:43:35 +0000 pgsql/{create,update}_tables*: Added the ON DELETE CASCADE clause v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 08 Feb 2011 13:43:35 +0000] rev 387
pgsql/{create,update}_tables*: Added the ON DELETE CASCADE clause to table userquota{,_11}'s foreign-key constraint fkey_userquota_uid_users.
Mon, 07 Feb 2011 21:50:44 +0000 VMM/mailbox: Added missing dummy translator (_) and comment for v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Feb 2011 21:50:44 +0000] rev 386
VMM/mailbox: Added missing dummy translator (_) and comment for method Mailbox._add_boxes.
Mon, 07 Feb 2011 21:28:33 +0000 VMM/quotalimit: Added new module quotalimit to the repository. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 07 Feb 2011 21:28:33 +0000] rev 385
VMM/quotalimit: Added new module quotalimit to the repository.
Sun, 06 Feb 2011 23:17:47 +0000 VMM/config: Added quota_bytes and quota_messages settings. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 06 Feb 2011 23:17:47 +0000] rev 384
VMM/config: Added quota_bytes and quota_messages settings. Updated …/man5/vmm.cfg.5 and vmm.cfg.
Fri, 04 Feb 2011 23:45:34 +0000 VMM/common: Added function size_in_bytes(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Feb 2011 23:45:34 +0000] rev 383
VMM/common: Added function size_in_bytes().
Fri, 04 Feb 2011 17:29:35 +0000 pgsql/*: Added tables, triggers and functions for quota support. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 04 Feb 2011 17:29:35 +0000] rev 382
pgsql/*: Added tables, triggers and functions for quota support.
Wed, 02 Feb 2011 21:09:50 +0000 VMM:/handler: Fixed typo introduced with the previous commit. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 02 Feb 2011 21:09:50 +0000] rev 381
VMM:/handler: Fixed typo introduced with the previous commit.
Wed, 02 Feb 2011 20:45:40 +0000 VMM/handler: Handler._make_domain_dir(): Check if the domain v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 02 Feb 2011 20:45:40 +0000] rev 380
VMM/handler: Handler._make_domain_dir(): Check if the domain directory exists before calling os.mkdir().
Wed, 02 Feb 2011 19:03:54 +0000 VMM/*: Use target column names in all INSERT statements. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 02 Feb 2011 19:03:54 +0000] rev 379
VMM/*: Use target column names in all INSERT statements. In order to avoid trouble after the definition of a table was changed.
Tue, 01 Feb 2011 16:57:09 +0000 INSTALL: Updated "user_query". v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 01 Feb 2011 16:57:09 +0000] rev 378
INSTALL: Updated "user_query".
Fri, 28 Jan 2011 11:03:11 +0000 VMM/mailbox: Be more detailed if doveadm couldn't create mailboxes. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 28 Jan 2011 11:03:11 +0000] rev 377
VMM/mailbox: Be more detailed if doveadm couldn't create mailboxes.
Thu, 20 Jan 2011 00:41:09 +0000 VMM/cli/subcommands: Update also the RunContext's subcommand if v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 20 Jan 2011 00:41:09 +0000] rev 376
VMM/cli/subcommands: Update also the RunContext's subcommand if 'plan A' in {alias,relocated,user}_info() fails.
Thu, 20 Jan 2011 00:22:52 +0000 VMM/{,cli/}handler: Moved the 'address-in-use check' (introduced v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 20 Jan 2011 00:22:52 +0000] rev 375
VMM/{,cli/}handler: Moved the 'address-in-use check' (introduced with changeset ef99be5b7ec0) to {alias,relocated,user}_add().
Wed, 19 Jan 2011 23:58:06 +0000 VMM/account: Account._count_aliases() cast the EmailAddress to str, v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 19 Jan 2011 23:58:06 +0000] rev 374
VMM/account: Account._count_aliases() cast the EmailAddress to str, in order to avoid errors from the database.
Mon, 17 Jan 2011 20:19:14 +0000 VMM/handler: Handler.relocated_add() check if the target address' v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 17 Jan 2011 20:19:14 +0000] rev 373
VMM/handler: Handler.relocated_add() check if the target address' domain is known, if so add a warning when the account/alias doesn't exist.
Mon, 17 Jan 2011 19:44:36 +0000 VMM/handler: Handler._get_{account,alias,relocated}() check v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 17 Jan 2011 19:44:36 +0000] rev 372
VMM/handler: Handler._get_{account,alias,relocated}() check if the address is already in use.
Mon, 17 Jan 2011 19:08:18 +0000 VMM/handler: Handler.alias_add() and Handler.relocated_add() use v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 17 Jan 2011 19:08:18 +0000] rev 371
VMM/handler: Handler.alias_add() and Handler.relocated_add() use DestinationEmailAddress instances for target addresses.
Mon, 17 Jan 2011 19:33:18 +0100 VMM/alias.py: Fixed TypeError when calling dbc.executemany() v0.6.x
Tobias Berling <t-obi@users.sourceforge.net> [Mon, 17 Jan 2011 19:33:18 +0100] rev 370
VMM/alias.py: Fixed TypeError when calling dbc.executemany()
Mon, 17 Jan 2011 17:21:06 +0100 setup.py: Fixed syntax error v0.6.x
Tobias Berling <t-obi@users.sourceforge.net> [Mon, 17 Jan 2011 17:21:06 +0100] rev 369
setup.py: Fixed syntax error
Mon, 17 Jan 2011 17:20:13 +0100 pgsql/create_tables{,-dovecot-1.2.x}.pgsql: Fixed syntax errors v0.6.x
Tobias Berling <t-obi@users.sourceforge.net> [Mon, 17 Jan 2011 17:20:13 +0100] rev 368
pgsql/create_tables{,-dovecot-1.2.x}.pgsql: Fixed syntax errors
Mon, 17 Jan 2011 14:43:35 +0000 VMM/emailaddress: Added class DestinationEmailAddress. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 17 Jan 2011 14:43:35 +0000] rev 367
VMM/emailaddress: Added class DestinationEmailAddress.
Fri, 14 Jan 2011 12:07:14 +0000 Updated copyright notices to include the year 2011. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 14 Jan 2011 12:07:14 +0000] rev 366
Updated copyright notices to include the year 2011.
Thu, 13 Jan 2011 12:54:53 +0000 merged changes from default(cfd29e65e4f2) v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 13 Jan 2011 12:54:53 +0000] rev 365
merged changes from default(cfd29e65e4f2)
Thu, 13 Jan 2011 12:48:30 +0000 INSTALL: Use the %L modifier for %u variable in password_query
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 13 Jan 2011 12:48:30 +0000] rev 364
INSTALL: Use the %L modifier for %u variable in password_query and user_query.
Tue, 10 Aug 2010 04:31:46 +0000 VMM/domain: set_{directory,transport} make sure the domain is new. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 10 Aug 2010 04:31:46 +0000] rev 363
VMM/domain: set_{directory,transport} make sure the domain is new. Assertions could be optimized away.
Tue, 10 Aug 2010 04:10:54 +0000 VMM/cli/subcommands: Added 'auto postmaster' to domain_add(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 10 Aug 2010 04:10:54 +0000] rev 362
VMM/cli/subcommands: Added 'auto postmaster' to domain_add().
Tue, 10 Aug 2010 01:02:21 +0000 VMM/cli/handler: Added support for random passwords in user_add(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 10 Aug 2010 01:02:21 +0000] rev 361
VMM/cli/handler: Added support for random passwords in user_add().
Mon, 09 Aug 2010 19:39:55 +0000 VMM/transport: Small error message 'improvement'. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 19:39:55 +0000] rev 360
VMM/transport: Small error message 'improvement'.
Mon, 09 Aug 2010 19:00:50 +0000 VMM/config: Added option mailbox.format to the configuration check. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 19:00:50 +0000] rev 359
VMM/config: Added option mailbox.format to the configuration check.
Mon, 09 Aug 2010 08:25:11 +0000 update_config: Set pyPgSQL, maybe there is no psycopg2 installed. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 08:25:11 +0000] rev 358
update_config: Set pyPgSQL, maybe there is no psycopg2 installed.
Mon, 09 Aug 2010 08:06:38 +0000 man5/vmm.cfg: Added description for new settings in section database. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 08:06:38 +0000] rev 357
man5/vmm.cfg: Added description for new settings in section database.
Mon, 09 Aug 2010 06:19:48 +0000 Updated INSTALL and setup.py. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 06:19:48 +0000] rev 356
Updated INSTALL and setup.py.
Mon, 09 Aug 2010 05:42:56 +0000 VMM/handler: Added support for psycopg2. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 05:42:56 +0000] rev 355
VMM/handler: Added support for psycopg2.
Mon, 09 Aug 2010 03:52:01 +0000 VMM/cli/main: Adjusted _get_handler() to changes in config module. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 03:52:01 +0000] rev 354
VMM/cli/main: Adjusted _get_handler() to changes in config module.
Mon, 09 Aug 2010 03:48:28 +0000 VMM/config: Extended configuration check and raise only a ConfigError. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 03:48:28 +0000] rev 353
VMM/config: Extended configuration check and raise only a ConfigError. Added new settings 'module', 'port', and 'sslmode' to the database section.
Sat, 07 Aug 2010 20:01:19 +0000 VMM/…: Provide parameters as tuple to cursor.execute(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 20:01:19 +0000] rev 352
VMM/…: Provide parameters as tuple to cursor.execute().
Sat, 07 Aug 2010 05:16:26 +0000 VMM/handler: Small code cleanups. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 05:16:26 +0000] rev 351
VMM/handler: Small code cleanups.
Sat, 07 Aug 2010 05:13:46 +0000 VMM/common: Reformulated error message in exec_ok. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 05:13:46 +0000] rev 350
VMM/common: Reformulated error message in exec_ok.
Sat, 07 Aug 2010 04:44:23 +0000 VMM/cli/config: Except the VMMError from exec_ok in configure(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 04:44:23 +0000] rev 349
VMM/cli/config: Except the VMMError from exec_ok in configure().
Sat, 07 Aug 2010 03:29:53 +0000 VMM/config: Use common.VERSION_RE, instead of defining the regexp two times. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 03:29:53 +0000] rev 348
VMM/config: Use common.VERSION_RE, instead of defining the regexp two times.
Sat, 07 Aug 2010 03:17:46 +0000 VMM/common: Made the version re pattern object accessible as VERSION_RE. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 03:17:46 +0000] rev 347
VMM/common: Made the version re pattern object accessible as VERSION_RE. Small 'global …' cleanups.
Fri, 06 Aug 2010 23:06:19 +0000 VMM/cli/handler: Don't perform config and environment checks twice. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 23:06:19 +0000] rev 346
VMM/cli/handler: Don't perform config and environment checks twice.
Fri, 06 Aug 2010 22:34:46 +0000 VMM/cli/subcommands: Added subcommands configget and configset. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 22:34:46 +0000] rev 345
VMM/cli/subcommands: Added subcommands configget and configset.
Fri, 06 Aug 2010 06:14:04 +0000 VMM/cli/config: CliConfig.set raise a ConfigError, if the new v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 06:14:04 +0000] rev 344
VMM/cli/config: CliConfig.set raise a ConfigError, if the new value could not be set.
Fri, 06 Aug 2010 03:45:34 +0000 VMM/cli/main: Except more errors and handle them correct. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 03:45:34 +0000] rev 343
VMM/cli/main: Except more errors and handle them correct.
Fri, 06 Aug 2010 02:15:16 +0000 VMM/config: LazyConfig._get_section_option check for empty section/option names. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 02:15:16 +0000] rev 342
VMM/config: LazyConfig._get_section_option check for empty section/option names.
Thu, 05 Aug 2010 23:26:23 +0000 VMM/…: Unified messages and removed non-ASCII quotes. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 23:26:23 +0000] rev 341
VMM/…: Unified messages and removed non-ASCII quotes. VMM/account: Added TP-comment back. Was accidentally removed in changeset f9a6b6701cf9. Refreshed po/vmm.pot.
Thu, 05 Aug 2010 05:08:02 +0000 vmm: Renamed to VirtualMailManager/cli/main.py. Splitted subcommands v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 05:08:02 +0000] rev 340
vmm: Renamed to VirtualMailManager/cli/main.py. Splitted subcommands out to VirtualMailManager/cli/subcommands.py. vmm: New created with minimal code.
Thu, 05 Aug 2010 02:38:20 +0000 VMM/cli/handler: CliHandler.user_password: Only prompt for the v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 02:38:20 +0000] rev 339
VMM/cli/handler: CliHandler.user_password: Only prompt for the password if the Account exists.
Thu, 05 Aug 2010 00:12:52 +0000 VMM/account: Made Account._services available as account.SERVICES. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 00:12:52 +0000] rev 338
VMM/account: Made Account._services available as account.SERVICES.
Wed, 04 Aug 2010 18:41:46 +0000 VMM/{,cli/}handler: user_add: Check earlier if the account exists. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 04 Aug 2010 18:41:46 +0000] rev 337
VMM/{,cli/}handler: user_add: Check earlier if the account exists.
Tue, 03 Aug 2010 23:33:46 +0000 VMM/domain: Added missing comma in Domain.get_info's SELECT list. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 03 Aug 2010 23:33:46 +0000] rev 336
VMM/domain: Added missing comma in Domain.get_info's SELECT list.
Sun, 01 Aug 2010 22:59:34 +0000 VMM/handler: Updated Handler.user_{disable,enable} methods to v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 01 Aug 2010 22:59:34 +0000] rev 335
VMM/handler: Updated Handler.user_{disable,enable} methods to accept a list of services. man/{,de/}man1/vmm.1.rst: Updated userenable/userdisable part.
Sun, 01 Aug 2010 03:55:01 +0000 VMM/account: Reworked methods enable/disable in order to accept v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 01 Aug 2010 03:55:01 +0000] rev 334
VMM/account: Reworked methods enable/disable in order to accept multiple services.
Fri, 30 Jul 2010 19:14:49 +0000 VMM/{account,handler}: Account delete, use the boolean keyword force too. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 19:14:49 +0000] rev 333
VMM/{account,handler}: Account delete, use the boolean keyword force too.
Fri, 30 Jul 2010 15:51:22 +0000 man/{,de/}man1/vmm.1.rst: Updated domaindelete part. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 15:51:22 +0000] rev 332
man/{,de/}man1/vmm.1.rst: Updated domaindelete part.
Fri, 30 Jul 2010 15:19:31 +0000 VMM/domain: Simplified Domain.delete() related methods and their arguments, v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 15:19:31 +0000] rev 331
VMM/domain: Simplified Domain.delete() related methods and their arguments, VMM/handler: Adjusted to the changes in the domain module.
Fri, 30 Jul 2010 09:45:51 +0000 VMM/handler: _make_home() Create the domain directory if it v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 09:45:51 +0000] rev 330
VMM/handler: _make_home() Create the domain directory if it doesn't exist for some reason.
Fri, 30 Jul 2010 09:37:44 +0000 VMM/account: Replaced property domain_directory by domain. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 09:37:44 +0000] rev 329
VMM/account: Replaced property domain_directory by domain.
Thu, 29 Jul 2010 23:09:44 +0000 VMM/common: Removed unused import. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 23:09:44 +0000] rev 328
VMM/common: Removed unused import.
Thu, 29 Jul 2010 23:06:05 +0000 VMM/handler: Use more common.lisdir() in Handler's methods _chkenv, v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 23:06:05 +0000] rev 327
VMM/handler: Use more common.lisdir() in Handler's methods _chkenv, _delete_domain_dir, _delete_home, _get_disk_usage, _make_domain_dir, and _make_home. Handler._make_home(): Also check if the domain directory exists.
Thu, 29 Jul 2010 19:14:19 +0000 VMM/common: Replaced function is_dir() by lisdir(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 19:14:19 +0000] rev 326
VMM/common: Replaced function is_dir() by lisdir(). VMM/{config,mailbox}: Adjusted to the above change.
Thu, 29 Jul 2010 04:01:43 +0000 VMM/handler: Reworked methods _get_disk_usage, _delete_home and v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 04:01:43 +0000] rev 325
VMM/handler: Reworked methods _get_disk_usage, _delete_home and _delete_domain_dir. Deleted method _isdir.
Thu, 29 Jul 2010 01:48:25 +0000 VMM/constants: Added MIN_GID and MIN_UID. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 01:48:25 +0000] rev 324
VMM/constants: Added MIN_GID and MIN_UID.
Wed, 28 Jul 2010 03:48:30 +0000 VMM/mailbox: Removed accidentally committed debug print statement. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 28 Jul 2010 03:48:30 +0000] rev 323
VMM/mailbox: Removed accidentally committed debug print statement.
Wed, 28 Jul 2010 03:43:59 +0000 VMM/…: More PEP-8 fixes; eliminated __names. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 28 Jul 2010 03:43:59 +0000] rev 322
VMM/…: More PEP-8 fixes; eliminated __names. VMM/emailaddress: Fixed™ methods __eq__ and __ne__. (I'm not pylint's nanny.)
Wed, 28 Jul 2010 02:52:08 +0000 VMM/transport: Converted _mixedCase method names to v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 28 Jul 2010 02:52:08 +0000] rev 321
VMM/transport: Converted _mixedCase method names to _lower_case_with_underscores. Added missing docstrings. Fixed™ methods __eq__ and __ne__. (I'm not pylint's nanny.)
Wed, 28 Jul 2010 02:08:03 +0000 VMM/*: Made all modules names lowercase, adjusted imports. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 28 Jul 2010 02:08:03 +0000] rev 320
VMM/*: Made all modules names lowercase, adjusted imports.
(0) -240 tip