- Apr 14, 2016
-
-
Pavel Kácha authored
-
- Apr 13, 2016
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Mar 07, 2016
-
-
Pavel Kácha authored
-
- Feb 23, 2016
-
-
Pavel Kácha authored
getEvents - id<=0 now resets server's notion of client's id to last N events (and starts sending there)
-
- Dec 08, 2015
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Dec 07, 2015
-
-
Pavel Kácha authored
-
- Dec 01, 2015
-
-
Pavel Kácha authored
-
- Nov 27, 2015
-
-
Pavel Kácha authored
Some Python/ssl module versions incorrectly initialize hashlib, causing weird openssl errors. Importing hashlib explicitly helps.
-
Pavel Kácha authored
More sensible configuration file defaults, some sections left commented to prevent unnecessary default filtering and/or adding Node info
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Oct 29, 2015
-
-
Pavel Kácha authored
-
- Oct 06, 2015
-
-
root authored
-
- Oct 05, 2015
-
-
Pavel Kácha authored
Logging module in Python 2.6 does not accept unicode socket path - but strings from JSON configuration are always unicode. Applied workaround, now on 2.6 Client accepts at least ASCII filenames for syslog socket.
-
- Oct 02, 2015
-
-
Pavel Kácha authored
-
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.
-