This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from 37e435d click on a link which is the current URL will now refresh the page + completing/harmonizing the comments new 639391c detection module open_ports_detection added + bug fix on init_conn: now the port is well pre-configured new 5175283 The conn modules must now specify which port it usually use. Then on init_conn, a connection is created if a open port of same number exists on the loaded conn mod new dca7d4d hostpage: removed useless function The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit dca7d4d9899a638ad0ca6ab43636af1f6fa622c3 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Apr 9 18:36:39 2015 +0200 hostpage: removed useless function commit 5175283672a985cfd006a06a633dcf4834a09152 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Apr 9 13:59:59 2015 +0200 The conn modules must now specify which port it usually use. Then on init_conn, a connection is created if a open port of same number exists on the loaded conn mod commit 639391c7338c194c33196c8ec6ed91a226f06687 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Apr 9 11:07:28 2015 +0200 detection module open_ports_detection added + bug fix on init_conn: now the port is well pre-configured Summary of changes: README | 2 +- app/module_loader.py | 5 +++++ app/modules/connection_modules/ssh.py | 4 ++++ .../detection_modules/open_ports_detection.py | 26 ++++++++++++++++++++++ app/modules/storage_modules/shelve_db.py | 24 +++++++++++++++----- static/js/controllers/hostPageCtrl.js | 4 ---- 6 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 app/modules/detection_modules/open_ports_detection.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.