Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-17 | [pkg] Try packaging for xenial | varac | |
2017-03-17 | [pkg] Run test stage at beginning of pipeline | varac | |
2017-03-17 | [pkg] Use test_jessie_amd64 for testing | varac | |
2017-03-17 | [pkg] Lintian default vars now in gitlab-buildpackage | varac | |
2017-03-17 | [pkg] Package for jessie and stretch | varac | |
2017-03-17 | [pkg] remove dependency to python-zmq>=14.4.1-1.1 from debian/control as well | varac | |
2017-03-17 | [docs] add changelog for 0.5.40.5.4 | Kali Kaneko | |
2017-03-17 | [feat] add VPN_STATUS_CHANGED event | Ruben Pollan | |
2017-03-15 | [refactor] Improve python3 compatibility | efkin | |
This commit is required for `soledad` tests re-collection. Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-03-13 | [pkg] add changelog for 0.5.30.5.3 | Kali Kaneko | |
2017-03-13 | [feat] add MAIL_STATUS_CHANGED event | Ruben Pollan | |
2016-09-20 | Merge tag '0.5.2' | Kali Kaneko | |
0.5.2 | |||
2016-07-11 | [pkg] remove dependency on dirspec0.5.2 | Kali Kaneko | |
2016-07-11 | [tests] ignore .tox folderHEADdevelop | Kali Kaneko | |
2016-07-11 | [pkg] remove dependency on dirspec | drebs | |
This commit removes the dep introduced in 5e12233 by just importing some tiny bit of dirspec code. The previous change was introduced because: * pyxdg did not account for Mac OS specifics, i.e. using ~/Library/ directory structure instead of .config (see: https://leap.se/code/issues/3574). * dirspec does the correct thing for xdg on Mac OS. * u1db depends on dirspec anyway. The problem is that dirspec is not maintained and published on pypi, what forces us to download it from an URL and add exceptions to be able to pip install it. As we are removing dependence on u1db on other modules, we can also remove it here. To workaround the Mac OS problem, we just add some code from dirspec to ensure we get the correct directory on Mac OS. | |||
2016-07-11 | [test] toxify tests | drebs | |
2016-07-06 | [test] add gitlab ci file | drebs | |
2016-05-18 | [pkg] setup: use new versioneer json format | Kali Kaneko | |
2016-05-16 | [style] move import to top | Kali Kaneko | |
2016-04-18 | Merge tag '0.5.1' into develop | Kali Kaneko | |
Tag leap.bitmask version 0.5.1 | |||
2016-04-18 | Merge tag '0.5.1' | Kali Kaneko | |
Tag leap.bitmask version 0.5.1 # gpg: Signature made Mon 18 Apr 2016 10:52:44 AM BOT # gpg: using RSA key 1CAF6C5B9F720808 # gpg: Good signature from "Kaliyuga <kaliyuga@riseup.net>" [ultimate] # gpg: aka "Kali Kaneko (leap communications) <kali@leap.se>" [ultimate] | |||
2016-04-18 | [pkg] Update changelog0.5.1 | Kali Kaneko | |
2016-04-01 | [pkg] update to versioneer 0.16 | Kali Kaneko | |
2016-03-24 | [doc] update event annotation | Kali Kaneko | |
2016-03-24 | Merge remote-tracking branch 'leapcode/pr/139' into develop | Kali Kaneko | |
2016-03-16 | [bug] close TxAuthenticator properly | Christoph Kluenter | |
otherwise the context.term() does not return | |||
2016-03-11 | [feature] HookableService | Kali Kaneko | |
ad-hoc register/trigger mechanism used for service composition. to be used in bitmask.core and bitmask.bonafide in the first place. | |||
2016-03-11 | Merge remote-tracking branch 'leapcode/pr/138' into develop | Kali Kaneko | |
2016-03-10 | [setup] Added docs on how to run the tests | Bruno Wagner | |
Also added dirspec directly to the setuptools for now, because it needs the dependency along with the url, but pip would break if it had both | |||
2016-03-10 | [setup] pycommon pip installs in edit mode | Bruno Wagner | |
Leap pycommon will now be installed in editable mode when you use pip install, so that you can run the tests and develop using only pip | |||
2016-03-10 | [setup] Added dirspec url to requirements | Bruno Wagner | |
I also added a conditional to the setup.py so that python setup.py develop can be used even with the dirspec url | |||
2016-03-09 | [style] pep8 | Kali Kaneko | |
2016-02-29 | [tests] adapt events tests to recent changes | Kali Kaneko | |
2016-02-29 | [feature] reactor-based authenticator | Kali Kaneko | |
We don't really need a thread to make use of the ZAP authenticator. Document bug fix after authenticator thread is gone | |||
2016-02-23 | [bug] avoid the events server to block twistd daemon | Kali Kaneko | |
1. refactor the zmq_connect/bind methods to use the txzmq addEndpoints mechanism, which cleans up the code a bit. it uses the underlying bindOrConnect method. 2. wrap the addEndpoints call in a helper function that ensures that doRead is called afterward. I'm not fully comfortable with us still using the AuthenticatorThread, I believe we could go witha txzmq-based authenticator for curve. | |||
2016-02-22 | [feature] optional flag to disable curve authentication | Kali Kaneko | |
2016-02-18 | [feat] Get events working on windows | meskio on windows | |
Always use tcp channels and disable curve encryption on the zmq connections. - Closes: #7899, #7239 - Related: #7919 | |||
2015-12-07 | [refactor] reorder and comment events | Kali Kaneko | |
Reorder blocks of events, and comment about which user-specific info it's being emitted with them. | |||
2015-11-12 | [style] fix pep8 | Ruben Pollan | |
2015-11-11 | [pkg] migrate changelog to rst and fold in changes0.5.0 | Ivan Alejandro | |
Also, convert issues like #1234 to link pointing to issue tracker. | |||
2015-11-11 | [docs] add next-changelog to changes/ | Kali Kaneko | |
2015-11-11 | [feature] add variable to skip twisted version | Kali Kaneko | |
2015-11-02 | [pkg] rename extras to 'http' | Kali Kaneko | |
and document the dependencies on the README. | |||
2015-10-28 | [pkg] fold in changes0.4.4 | Ivan Alejandro | |
2015-10-21 | Workaround for deadlock problem in zmq auth | Folker Bernitt | |
- See https://leap.se/code/issues/7536 - Actual root cause not identified yet | |||
2015-10-13 | [bug] fix typo on dirname usage | Ivan Alejandro | |
2015-10-09 | [bug] fix wrong ca_cert path inside bundle | Kali Kaneko | |
-Resolves: #7524 | |||
2015-10-07 | [bug] consider STANDALONE for the paths | Ivan Alejandro | |
Since we need to write a file we have to consider whether we are running in 'standalone' mode or not to use the right path prefix. - Related: #7512 | |||
2015-09-22 | [pkg] fold in changes0.4.3 | Ivan Alejandro | |
2015-09-16 | [refactor] move checking flag to main module | Kali Kaneko | |