Commit Graph

  • 5c338fda5e Switch to tox Dmitry Tantsur 2014-10-10 15:34:45 +0200
  • d34fd49278 Python 3 compatibility Dmitry Tantsur 2014-10-10 15:21:47 +0200
  • aa4b90b471 Enhanced README, added installation guide Dmitry Tantsur 2014-10-10 14:24:11 +0200
  • 1d2cdb01de Makefile: .PHONY Dmitry Tantsur 2014-10-09 17:21:06 +0200
  • eef833ce30 Switch to setuptools entry points Dmitry Tantsur 2014-10-09 17:14:46 +0200
  • 74242c2776 Implement authentication via Keystone Dmitry Tantsur 2014-10-09 16:45:43 +0200
  • fdd0ef4124 Refactor __main__ to import only discoverd module, not specific items Dmitry Tantsur 2014-10-09 16:31:41 +0200
  • fd3d4d1d7d Bump version to 0.2.0 Dmitry Tantsur 2014-10-09 15:56:36 +0200
  • 33cea4cceb Include man page into manifest 0.1.1 Dmitry Tantsur 2014-10-08 12:28:28 +0200
  • 059bbf3eed Simple man page Dmitry Tantsur 2014-10-08 12:16:28 +0200
  • d7dbad5ea6 Updated README Dmitry Tantsur 2014-10-08 11:46:46 +0200
  • 9237f1b906 Make interface configurable Dmitry Tantsur 2014-10-08 11:31:06 +0200
  • 872d7e782f Drop defaults from example.conf Dmitry Tantsur 2014-10-08 11:25:50 +0200
  • c509cd38d7 Version bump Dmitry Tantsur 2014-10-08 11:21:24 +0200
  • edba0ebdee Requires eventlet 0.1.0 Dmitry Tantsur 2014-10-07 12:18:37 +0200
  • 22ab3b8d73 Small wording fix Dmitry Tantsur 2014-10-07 12:13:31 +0200
  • b3ea94c17b Version 0.1.0 Dmitry Tantsur 2014-10-07 12:12:28 +0200
  • 43073cb42d Remove on_discovery after discovered data arrived Dmitry Tantsur 2014-10-07 10:09:52 +0000
  • 7b9bc9f1d3 Remaining of threaded code Dmitry Tantsur 2014-10-06 17:56:24 +0000
  • c3a3940b88 Revert "Switch to os.system instead of subprocess which is not thread-safe" Dmitry Tantsur 2014-10-06 17:47:21 +0000
  • 250e29aca8 (Try to) switch to eventlet Dmitry Tantsur 2014-10-06 19:45:06 +0200
  • bc28c27d75 Switch to os.system instead of subprocess which is not thread-safe Dmitry Tantsur 2014-10-06 18:31:52 +0200
  • 026a2f6859 Updated from global requirements Dmitry Tantsur 2014-10-06 15:37:51 +0200
  • 4f8862078c Enhance example.conf with documentation Dmitry Tantsur 2014-10-06 15:34:09 +0200
  • fdf3550c90 Remaining fixes + load listen address and port from configuration Dmitry Tantsur 2014-10-06 14:42:26 +0200
  • b9f1659e02 Fixed for README Dmitry Tantsur 2014-10-06 12:17:38 +0200
  • d8bd1a78c3 Stabilized API, update README Dmitry Tantsur 2014-10-06 12:16:08 +0200
  • de3f143781 Fixed README Dmitry Tantsur 2014-10-06 10:08:16 +0200
  • b21be56ee9 Bump version to 0.1 Dmitry Tantsur 2014-10-03 17:21:19 +0200
  • 4c81939640 Apache license Dmitry Tantsur 2014-10-03 17:15:55 +0200
  • cdca75fd34 MANIFEST.in for example.conf Dmitry Tantsur 2014-10-03 17:07:22 +0200
  • 206d5a5d18 Late version bump Dmitry Tantsur 2014-10-03 17:03:03 +0200
  • d7979ffc39 Update README and drop make run target Dmitry Tantsur 2014-10-03 16:56:40 +0200
  • 9143fc7978 Load configuration from file, not env Dmitry Tantsur 2014-10-03 16:54:23 +0200
  • edd265e8a3 Add unit tests Dmitry Tantsur 2014-10-03 14:57:23 +0200
  • 39d25823f1 README.md -> README.rst Dmitry Tantsur 2014-10-03 13:22:51 +0200
  • 7b6d4f8cf7 Added main script and updated setup.py Dmitry Tantsur 2014-10-03 13:16:43 +0200
  • 7fad70e2c6 Travis button Dmitry Tantsur 2014-10-02 18:38:21 +0200
  • 2782bec813 Enable Travis and make test Dmitry Tantsur 2014-10-02 18:37:01 +0200
  • 067e76f60d Updated Makefile and added README Dmitry Tantsur 2014-10-02 18:20:08 +0200
  • 45872dcc88 New structure, getting ready for PyPI Dmitry Tantsur 2014-10-02 18:14:54 +0200
  • b036605a1f Tabs vs spaces Dmitry Tantsur 2014-10-02 15:45:33 +0200
  • 7e1c482d26 Small issues - batch 2 Dmitry Tantsur 2014-10-02 13:41:31 +0000
  • 299fca21ee Fixed firewall Dmitry Tantsur 2014-10-02 13:00:26 +0000
  • f523c6767b Small fixes Dmitry Tantsur 2014-10-02 14:08:30 +0200
  • 96d1e87546 Firewall handling Dmitry Tantsur 2014-10-02 14:03:10 +0200
  • ec3c27346c Inline some code and add docstrings Dmitry Tantsur 2014-10-02 09:32:31 +0200
  • bf122cbf06 Call update_filters() periodically Dmitry Tantsur 2014-10-01 17:28:34 +0200
  • 29be712333 Stub for changing iptables rules Dmitry Tantsur 2014-10-01 17:17:49 +0200
  • aa40c2a208 Initial implementation of /start call Dmitry Tantsur 2014-10-01 16:12:14 +0200
  • 22c1614b43 Force power state off after discovery Dmitry Tantsur 2014-10-01 14:59:04 +0200
  • a4b372ffed Basic implementation Dmitry Tantsur 2014-10-01 14:51:25 +0200
  • ea8e321f77 Initial commit Dmitry Tantsur 2014-09-29 15:13:25 +0200