Commit graph

16 commits

Author SHA1 Message Date
JHCD 30320b3c71 add possibility to start Plugins asynchron
If you are using many Plugins or Plugins with a long execution time you could execute them in an asynchronous manner.
It must be pointed out that enabling (0|1) this consume time, so don't use it for one rapid Plugin.
2015-07-30 18:55:36 +02:00
Schrolli c19a89859b change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
2015-07-13 10:19:45 +02:00
Schrolli 48c4d1e354 remove trailing whitespace 2015-07-02 09:02:49 +02:00
JHCD 3280c68737 change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:50:33 +02:00
JHCD d6b9174112 change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:27:48 +02:00
JHCD c32beae4bb change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 18:37:32 +02:00
JHCD 97e87fcae2 small changes in documentation 2015-06-14 20:21:21 +02:00
Schrolli b3ee8d29ae checkFilters() with freq und wildcards 2015-05-28 09:18:21 +02:00
Schrolli 5394bceedf insert a Lots of Docu in includes 2015-05-27 07:48:24 +02:00
Schrolli 0e952d6057 little debug and error edits 2015-05-26 11:41:05 +02:00
Bastian Schroll fa328676e8 bug in filter.py 2015-05-25 10:28:35 +02:00
JHCD 72ef930c7f simple filter for pocsag
- implement allow-/deny-list
- move rangefilter

restructure config.ini to follow code-structure
implemented switch to turn on/off regEx-filter
2015-05-24 21:24:26 +02:00
Bastian Schroll 02a84b6ec9 add filter check to alarm
add filter.checkFilters() to alarmHandler.processAlarm()
2015-05-23 09:34:48 +02:00
Bastian Schroll f53bdb30f6 debug return from plugin 2015-05-22 22:58:43 +02:00
Bastian Schroll 0849672cbe rename pluginloader -> pluginLoader 2015-05-22 22:40:44 +02:00
Bastian Schroll 26c9e23db8 rename pluginHander.py->alarmHandler.py
Method rename:
throwAlarm() ->processAlarm()
2015-05-22 21:32:37 +02:00
Renamed from includes/pluginHandler.py (Browse further)