Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | [bug] remove remanents of IMAP profiling code | Ruben Pollan | |
- Resolves: #8870 | |||
2017-05-01 | [feature] streamline and move manhole into core | Kali Kaneko (leap communications) | |
2017-04-27 | [style] pep8 fixes | Kali Kaneko (leap communications) | |
2017-04-27 | [bug] unify logging style using class attr | Kali Kaneko (leap communications) | |
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements. | |||
2017-03-12 | [bug] remove offline toggle | drebs | |
The offline toggle added a race condition in which the client could end up offline forever. We decided to remove it for now and then decide if soledad client needs to know about network connectivity (check: https://0xacab.org/leap/soledad/issues/8789). | |||
2017-02-27 | [refactor] use new soledad client parameter | drebs | |
- Resolves: #8721 | |||
2016-11-03 | [bug] message can also be a BytesIO | Victor Shyba | |
Twisted 16.5 sends a BytesIO as message, which was unexpected in this types list. | |||
2016-10-21 | [bug] fix yet another logger syntax error | Kali Kaneko (leap communications) | |
2016-10-17 | [bug] use twisted.logger and fix logging namespace | drebs | |
2016-10-10 | [bug] fix error logging calls using twisted logger | drebs | |
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) | |
2016-10-03 | [refactor] standardize smtp and imap service modules | drebs | |
2016-09-30 | [refactor] turn mail services into twisted services | drebs | |
2016-09-20 | [feat] discover gpg bin path instead of hardcode it | Ruben Pollan | |
2016-09-01 | [refactor] fix imports after merging submodules | Kali Kaneko (leap communications) | |
2016-09-01 | [tests] move tests to root folder | Kali Kaneko (leap communications) | |
2016-08-29 | [pkg] move mail source to leap.bitmask.mail | Kali Kaneko (leap communications) | |