Commit graph

93 commits

Author SHA1 Message Date
JHCD f3db4635c7 convert csv-files to UTF-8 #63 2015-07-14 16:49:14 +02:00
JHCD e829778db2 add convert csv-field "description" to utf-8
to make sure, that only utf-8 chars are in process
2015-07-13 19:43:47 +02:00
Schrolli d8981ba114 insert header and encoding in __init__.py (Issue #60) 2015-07-13 10:23:09 +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 1ea5cce24e edit build date 2015-07-13 09:42:54 +02:00
Schrolli bd6432b1e5 Fix error in pluginLoader.py
see Issue #52
2015-07-09 08:04:55 +02:00
Schrolli 1ab3b61ef4 insert helper configHandler.py
little edit in wildcardHandler.py error message
2015-07-08 09:42:52 +02:00
Schrolli 4ad5766f98 insert wildcardHandler.replaceWildcards() in httpReq Plugin 2015-07-07 13:17:18 +02:00
Schrolli 444b6a7ba6 edit build date 2015-07-06 10:36:35 +02:00
Bastian Schroll 649b00bf8a insert a try:exception: for the three decode() methods
Issue #44
2015-07-04 14:37:35 +02:00
Bastian Schroll 9f99d0e705 edit pluginLoader debug msg 2015-07-04 08:34:50 +02:00
Bastian Schroll c4c5b79626 Issue #44 2015-07-04 08:14:33 +02:00
Bastian Schroll 624addad43 Issue #44 2015-07-04 00:53:29 +02:00
Bastian Schroll e31ab65911 Issue #44 2015-07-04 00:39:34 +02:00
JHCD 9a867fa91e Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop 2015-07-03 23:38:05 +02:00
JHCD dfc982a7e4 solve bug in exception-handling
we don't want to break down BOSWatch, if an plugin doesn't work
2015-07-03 23:36:50 +02:00
Bastian Schroll 664cceff18 error in timeHandler 2015-07-03 23:25:54 +02:00
Bastian Schroll ac8a02e3ca insert helper function timeHandler.getTimestamp() 2015-07-02 21:39:43 +02:00
Schrolli 68fb88cc63 move helper functions in seperate folder and split to logical files 2015-07-02 15:16:24 +02:00
Schrolli c94ddfce31 add helper.replaceWildcards() to helper.py 2015-07-02 11:51:28 +02:00
Schrolli 48c4d1e354 remove trailing whitespace 2015-07-02 09:02:49 +02:00
Schrolli 5e6cf3b7ae add pocsag testdata for test-driver 2015-07-02 07:48:17 +02:00
Schrolli ab4b63daac insert version number and build date in the globals 2015-07-02 07:33:27 +02:00
JHCD 4562704b84 dos2linux-converting 2015-07-01 22:31:20 +02:00
JHCD 01ae87c918 solve some bugs
- solve issue #35
- some bugs in logging errors
- move check subprocesses in include-file
2015-07-01 22:04:06 +02:00
JHCD 241a31ec01 solve bug in if-clause 2015-07-01 21:57:27 +02:00
Bastian Schroll 5f9bfa7a63 edit decoder.py 2015-07-01 19:01:16 +02:00
Schrolli dea33d5b7e little docu mistake in helper.py 2015-07-01 14:52:33 +02:00
Schrolli 2778b9e710 file for little helper functions - also for use in plugins directly 2015-07-01 14:11:11 +02:00
Schrolli 0199151165 littles changes at arguments debug 2015-06-30 12:38:52 +02:00
Schrolli 948aaea065 insert a debug log in doubleFilter.newEntry() 2015-06-30 08:55:46 +02:00
Schrolli 8b8cd81abc resolve error in RegEX Filter 2015-06-30 08:27:50 +02:00
Schrolli bcc0fca656 added the name of the talking function to the logging 2015-06-30 07:59:27 +02:00
JHCD 9b6e5c8da3 some changes in exception-handling 2015-06-29 23:32:55 +02:00
JHCD 09b9cc5f7d change pluginLoader and exception-handling
- if the function plugin.onLoad() throws an exception the plugin will skipped
- change exception-handling for pluginLoader
2015-06-29 23:24:48 +02:00
JHCD eba5b7947a enhancement of doubleFilter
- expand id for pocsag: new pocID+function als "id"
- if wanted, enable doubleFilter_check_msg in config.ini
  it will check if the new msg is a substring of the old one
  if not it will pass
2015-06-29 17:15:20 +02:00
Schrolli 7da58fe521 call the .onLoad() routine during plugin loading 2015-06-29 12:55:13 +02:00
JHCD 304b7ddeb0 small bug, forgotten to read config-param 2015-06-28 22:37:01 +02:00
JHCD 098faa0255 implemtation of new doubleAlarm-Filter
You can set the number of historical entries the filter will check
and the time ignoring the id in case of a double alarm
2015-06-28 22:32:17 +02:00
JHCD 4eaf27c754 implemtation of new doubleAlarm-Filter
You can set the number of historical entries the filter will check
and the time ignoring the id in case of a double alarm
2015-06-28 22:28:21 +02:00
JHCD f6e25d77b4 only dos2linux on files 2015-06-25 21:19:41 +02:00
JHCD 00902784a4 add new argument for logfile-location
-u --usevarlog
Use '/var/log/boswatch' for logfiles instead of subdir 'log' in BOSWatch directory
2015-06-25 17:10:31 +02:00
JHCD f58891a8ec extract class and functions from boswatch.py to includes 2015-06-25 16:13:52 +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 698416d66e small changes in exception-handling 2015-06-14 20:35:04 +02:00
JHCD 97e87fcae2 small changes in documentation 2015-06-14 20:21:21 +02:00
JHCD 16865b2c57 bug with "enabled demodulators"-line of multimon-ng output, when using pocsag
- to enable detecting pocsag-bitrate the first searching is only on "*pocsag*"
- in the "enabled demodulators"-line every given demodulator is displayed, even "POCSAG*"
- pocsag-bitrate detection is searching for "POCSAG{512|1024|2400}:"
-> now the "enabled demodulators"-line will be ignored
2015-06-14 19:50:13 +02:00
JHCD c1c5595b6f small changes in log-level 2015-06-14 19:49:48 +02:00