Bastian Schroll
e938cdcd6d
rename globals. call to globalVars.
2016-10-03 12:02:18 +02:00
Bastian Schroll
f8fcda94b6
rename globals to globalVars
...
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
Bastian Schroll
e8e870849d
rename filter to regexFilter
...
to prevent to redifine an builtin function
2016-10-03 11:50:18 +02:00
Bastian Schroll
77fb7fb44f
remove trailing whitespaces
...
to improve codacy rating
2016-10-02 21:28:04 +02:00
Bastian Schroll
6e6a0a4a45
edit interface.txt info
...
information now in plugins/readme.md
2016-10-02 12:38:47 +02:00
JHCD
e7b5bffdd3
add data['timestamp'] #72
...
to make sure, that all Plugins use the same timestamp
2015-07-31 19:09:27 +02:00
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