summaryrefslogtreecommitdiffstats
path: root/combox/cbox.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
| | | | From combox contributors -> Dr. Robert C. Green II.
* combox/cbox.py: configuration related update.Siddharth Ravikumar2016-01-111-1/+2
| | | | | Now, combox starts configuration when the configuration directory or the configuration file does not exist.
* docstrings in combox.cbox are sphinx friendly now.Siddharth Ravikumar2016-01-051-4/+17
|
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
|
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+2
|
* Fixed try-catch block in combox.cbox.main.Siddharth Ravikumar2015-12-221-2/+3
|
* combox defaults to using gui for config.Siddharth Ravikumar2015-12-131-1/+9
|
* Now ComboxDirMonitor uses Lock. Addresses bug#11.Siddharth Ravikumar2015-11-191-3/+3
|
* combox now uses python's logging module instead of `print` to stdout ↵Siddharth Ravikumar2015-10-171-5/+5
| | | | | | | | | | information/errors. modified: ChangeLog modified: combox/cbox.py modified: combox/events.py modified: combox/file.py modified: combox/log.py
* updated combox.cbox.run_cb.Siddharth Ravikumar2015-08-241-0/+3
| | | | | Now, the first node monitor does the housekeeping thing on the node directories.
* Intergrated node monitor into the combox.cbox module.Siddharth Ravikumar2015-05-081-9/+34
| | | | modified: combox/cbox.py
* fixed bug #1 (platform-specific)Siddharth Ravikumar2015-04-091-1/+2
| | | | | | | we're using os.path.expanduser instead of os.getenv('HOME'). modified: combox/cbox.py modified: combox/config.py
* refactored the way locks work in combox.siloComboxSilo.Siddharth Ravikumar2015-04-011-1/+3
| | | | | | | | modified: combox/cbox.py modified: combox/events.py modified: combox/silo.py modified: tests/events_test.py modified: tests/silo_test.py
* combox/cbox.py: put the code under __main__ into a new function called 'main()'Siddharth Ravikumar2015-02-051-2/+8
| | | | main() is called from __main__ now.
* [bugfix] combox/cbox.py: Forgot to rename ComboxEventHandler -> ↵Siddharth Ravikumar2015-02-051-2/+2
| | | | ComboxDirMonitor. Fixed it now.
* updated copright year.Siddharth Ravikumar2015-01-201-1/+1
| | | | | | | | | | | | modified: combox/cbox.py modified: combox/config.py modified: combox/crypto.py modified: combox/events.py modified: combox/file.py modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py
* added combox/cbox.py: pretty rough.Siddharth Ravikumar2015-01-161-0/+82
contains function that runs combox.