Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-08 | [bug] remove --syslog twistd option | drebs | |
Currently, we don't want to log to syslog, because the platform has to be modified before we can do that (see #6942). In the future, we might want to log to syslog only, or make it optional depending on the contents of /etc/default/leap_mx. For now we just remove twistd's --syslog option from the initscript. Closes: #6937. | |||
2015-05-08 | [refactor] move initscript to more sensible name | drebs | |
2015-04-29 | Merge tag '0.7.0' into debian/platform-0.7 | drebs | |
Release Leap MX version 0.7.0. Conflicts: setup.py | |||
2015-04-24 | [pkg] remove initscript from python package | drebs | |
There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches). | |||
2015-04-21 | Merge tag '0.6.2' into debian/release-0.6.2 | drebs | |
Tag leap.mx version 0.6.2 Conflicts: CHANGELOG src/leap/mx/mail_receiver.py | |||
2015-04-20 | [bug] implement message bouncing according to RFCs | drebs | |
If we do not adhere to the standads, we may have a lot of problems when bouncing a message. This commit implements a bounce message according to: * RFC 6522 - The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages * RFC 3834 - Do not bounce for unknown or invalid addresses. * RFC 3464 - An Extensible Message Format for Delivery Status Notification. Closes: #6858. | |||
2015-04-16 | [bug] change default bounce message sender address | drebs | |
This commit changes the bounce message sender address to be MAILER-DAEMON@domain, instead of bounce@domain. Related: #6858. | |||
2015-01-12 | sync upstream initscript and custom debian one, adding syslog options | Micah Anderson | |
2015-01-12 | sync initscript with debian version | Micah Anderson | |
2015-01-12 | add --prefix argument to get distinguishable syslog messages | Micah Anderson | |
2015-01-12 | log to syslog. Closes: #6307 | Kali Kaneko | |
2014-11-11 | Merge tag '0.6.0' into debian/experimental | Kali Kaneko | |
Tag leap.mx version 0.6.0 | |||
2014-09-11 | Implement mail bouncing under certain problematic situations | Tomás Touceda | |
2014-04-22 | Merge tag '0.5.0' into debian | Kali Kaneko | |
Tag leap.mx version 0.5.0 Conflicts: pkg/requirements.pip | |||
2014-04-04 | Update requirements | Tomás Touceda | |
2013-12-23 | fix deps to something installable | Kali Kaneko | |
2013-12-23 | bump requirements to unified release | Kali Kaneko | |
2013-12-17 | Ignore encoding, use message.as_string directly. | Tomás Touceda | |
The message is already in str type, so we don't care about encoding. json.dumps will ignore convertion. | |||
2013-11-06 | add chardet dependency explicitly | Kali Kaneko | |
2013-11-05 | Merge tag '0.3.3' into debian | Kali Kaneko | |
Tag leap.mx version 0.3.3 Conflicts: pkg/requirements.pip | |||
2013-11-01 | Update requirements | Tomás Touceda | |
2013-10-30 | fix requirements pinning | Kali Kaneko | |
2013-10-30 | update mx requirements | Kali Kaneko | |
2013-10-28 | Support any encoding in the emails | Tomás Touceda | |
2013-08-29 | Add couchdb as a dependency. | Kali Kaneko | |
Closes: #3601 | |||
2013-08-29 | Add couchdb as a dependency. | Kali Kaneko | |
Closes: #3601 | |||
2013-08-22 | Merge remote-tracking branch 'origin/develop' into debian | Micah Anderson | |
2013-08-22 | Use the right database | Tomás Touceda | |
2013-08-19 | Update to new soledad package scheme. | drebs | |
2013-08-13 | update to 0.3.0 | Micah Anderson | |
2013-07-25 | Fix keymanager requirement to version 0.2.0. | drebs | |
2013-07-18 | make initscript be installed via the debian packaging tools, add the ↵ | Micah Anderson | |
required missing LSB headers | |||
2013-07-18 | rename mx.tac to leap_mx.tac and install it in the standard twisted ↵ | Micah Anderson | |
/usr/share/apps directory | |||
2013-07-18 | update package to latest 0.2.2 version | Micah Anderson | |
2013-07-04 | Add dependency for leap.keymanager. | drebs | |
2013-07-04 | Update to latest Soledad api. | drebs | |
2013-06-13 | Fix version number to be a consistent 0.2.2 (Closes: #2849) | Micah Anderson | |
2013-06-13 | initial debian packaging | Micah Anderson | |
2013-05-10 | bump version | Kali Kaneko | |
moved tac file to pkg | |||
2013-05-08 | Fix twistd path for deployment servers | Tomas Touceda | |
2013-05-07 | Update README some more and bump leap.common | Tomas Touceda | |
2013-05-07 | Place mx.tac in /usr/local/bin/ | Tomas Touceda | |
2013-05-06 | Improve leap_mx init script | Tomas Touceda | |
2013-05-03 | Add setup script and init.d script | Tomas Touceda | |
Also, some pep8 fixes | |||
2013-04-25 | Update requirements | Tomas Touceda | |
2013-04-25 | Reorder files, normalize repo and add sample config | Tomas Touceda | |
2013-04-18 | Add ipaddr as a dependency | Tomas Touceda | |
2013-02-15 | Updated the pip requirements file with a note to add a requirement for | Isis Lovecruft | |
whatever python-gnupg ends up being called after it's uploaded to pypi. | |||
2013-01-31 | Update pip requirements for pyxdg. | Isis Lovecruft | |
2013-01-31 | Update pip requirements file to include PyYAML. | Isis Lovecruft | |