- Oct 02, 2015
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
* Server is now in line with Idea spec concerning client names - they are stored in db and compared lowercase * Fixed duplicity check when adding/modifying client * Secret is not secret anyway, simplify Client and logging code
-
- Oct 01, 2015
-
-
Pavel Kácha authored
-
- Sep 17, 2015
-
-
Pavel Kácha authored
-
- Sep 11, 2015
-
-
Pavel Kácha authored
* --pid_file is now on command line, instead of in cfg file (better supports startup shell scripts) * filer now supports done_dir, where processed messages get stored instead of removing them * sender now can opportunistically wait if the number of event files to process is lower than send_events_limit. Governed by owait_* cfg file options
-
- Sep 09, 2015
-
-
Pavel Kácha authored
* Shorter example config
-
- Sep 07, 2015
-
-
root authored
-
- May 13, 2015
-
-
Michal Kostěnec authored
-
Michal Kostěnec authored
-
- May 12, 2015
-
-
root authored
-
Michal Kostěnec authored
Export correct time with timezone Export virus scan report in correct format
-
Michal Kostěnec authored
Minor updates
-
Michal Kostěnec authored
-
Michal Kostěnec authored
-
- Apr 30, 2015
-
-
Pavel Kácha authored
-
Pavel Kácha authored
* fixed missing 'dml' modifier in some queries
-
- Apr 29, 2015
-
-
Pavel Kácha authored
Server now limits max accepted event size. events.data changed to longtext to accomodate longer events
-
Pavel Kácha authored
-
Pavel Kácha authored
Server now silently logs and skips events which cannot be deserialized from db. That can happen if too big event slips in and db truncates it, causing invalid JSON.
-
- Apr 28, 2015
-
-
Michal Kostěnec authored
IPv6 address supported
-
- Apr 24, 2015
-
-
Pavel Kácha authored
-
- Apr 17, 2015
-
-
Pavel Kácha authored
* Slight help for warden_curl_test.sh * TL;DR README section
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Apr 16, 2015
-
-
Michal Kostěnec authored
Aggregation window size bug fix
-
Michal Kostěnec authored
-
- Apr 14, 2015
-
-
Michal Kostěnec authored
Minor fixes
-
- Apr 10, 2015
-
-
Pavel Kácha authored
-
- Apr 07, 2015
-
-
Pavel Kácha authored
-
- Apr 06, 2015
-
-
Michal Kostěnec authored
Optional malware reporting Native warden3 time functions used Minor updates
-
- Apr 03, 2015
-
-
Michal Kostěnec authored
-
- Apr 02, 2015
-
-
Pavel Kácha authored
* help message fix
-
- Apr 01, 2015
-
-
Pavel Kácha authored
-
- Mar 31, 2015
-
-
Pavel Kácha authored
* Added format_time (to avoid time conversions where not necessary, for example when parsed from logs) * Added utc arg for format_timestamp, to signal, whether input epoch needs adjustment to local time (defaults to True, so yes)
-
- Mar 30, 2015
-
-
Pavel Kácha authored
-
- Mar 25, 2015
-
-
Pavel Kácha authored
* Changed charset to utf8 (not mb4, to support older MySQLs) in sqldump * Ditched data from clients (no predefined clients for new installations) in sqldump * Identity is renamed to name everywhere ii code and db to be consistent with Idea terminology * Better exception handling in insertLastReceivedId
-
- Mar 24, 2015
-
-
Pavel Kácha authored
* Included Warden client config - can be both unicode or str
-
- Mar 23, 2015
-
-
Pavel Kácha authored
-
- Mar 18, 2015
-
-
Pavel Kácha authored
-