- Consider standalone flag when saving events certificates. Related #7512.
- fix wrong ca_cert path inside bundle.
- Workaround for deadlock problem in zmq auth.
- Expose async methods for events. Closes: #7274.
- Add http request timeout. Related to #7234.
- Add a flag to disable events framework. Closes:#7259
- Allow passing callback to HTTP client.
- Bugfix: do not add a port string to non-tcp addresses.
- Add close method for http agent.
- Fix code style and tests.
- Bugfix: HTTP timeout was not being cleared on abort.
- Fix regexp to allow ipc protocol in zmq sockets. Closes: #7089.
- Remove extraneous data from events logs. Closes #7130.
- Make https client use Twisted SSL validation and adds a reuse by default behavior on connection pool
- Modify leap.common.events to use ZMQ. Closes #6359.
- Fix time comparison between local and UTC times that caused the VPN certificates not being correctly downloaded on time. Closes #6994.
- Add a HTTPClient the twisted way.
- Consider different possibilities for tmpdir. Related to #6631.
- Add support for deferreds to memoize_method decorator
- Extract the environment set up and tear down for tests
- Include pemfile in the package data. Closes #5897.
- Look for bundled cacert.pem in the Resources dir for OSX.
- Add Soledad sync status signals. Closes #5517.
- Add memoized_method decorator. Closes #4784.
- Add Soledad invalid auth token event. Closes #5191.
- Support str type in email charset detection.
- Update some documentation and packaging bits.
- Move get_email_charset to this module.
- Add cert bundle including ca-cert certificate. Closes #3850.
- Fix events server exception raising when port is occupied by some other process. Closes #3515.
- Use dirspec instead of plain xdg. Closes #3574.
- Correct use of CallbackAlreadyRegistered exception.
- Add libssl-dev requirement for pyOpenSSL.
- Make the server ping call be async inside events' ensure_server. Fixes #3355.
- Requirements in setup are taken from requirements.pip
- Updated requirements.
- Add IMAP_UNREAD_MAIL event.
- Add events for SMTP relay signaling. Closes #3464.
- Add events for imap and keymanager notifications. Closes:#3480
- Add versioneer to handle versioning.
- OSX: Fix problem with path prefix not returning the correct value. Fixes #3273.
- Check if schema exists before load a config. Related to #3310.
- Handle schemas and api versions in base class. Related to #3310.
- Refactor events so components are now called clients. Closes #3246
- Add leap_check helper method, to use whenever leap_assert does not apply. Related to #3007.
- Improve leap_assert so that it only prints the traceback from the leap_assert call up. Closes #2895
- Add OSX temp directories to the basetests class.
- Bugfix: use the provider's default language as default string. Also take care (and note) a possible case with a problematic provider misconfiguration. Closes #3029.
- Add data files to setup and manifest (certificates for tests)
- Allow absolute paths in baseconfig.load
- Fix deprecation warnings
- Fix attempt to fetch private keys from server.
- Fix missing imports
- Add possibility of unregistering callbacks for a signal.
- Add a mechanism for events signaling between components.
- Prioritize the path_extension in the which method so it finds our bundled app before the system one, if any.
- Move the Key Manager to leap client repository.
- Move symmetric encryption code to leap.soledad.
- Refactor opengpg utility functions implementation so it uses a context manager.
- Add OpenPGP sign/verify
- Add RAISE_WINDOW event
- Add AES-256 (CTR mode) encrypting/decrypting functions using PyCrypto.