- Jun 21, 2017
-
-
Pavel Kácha authored
-
- Sep 16, 2016
-
-
Pavel Kácha authored
-
- Sep 14, 2016
-
-
Pavel Kácha authored
-
- Sep 13, 2016
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Sep 12, 2016
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Sep 07, 2016
-
-
Pavel Kácha authored
Added combined X509MixMatchAuthenticator, which allows for logging in both clients with hostname cert and with client name cert
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Sep 01, 2016
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Jun 15, 2016
-
-
Pavel Kácha authored
-
- Jun 13, 2016
-
-
Pavel Kácha authored
-
- May 30, 2016
-
-
Pavel Kácha authored
-
- Apr 26, 2016
-
-
Pavel Kácha authored
-
- Apr 19, 2016
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
Fixed first client's access without id (IndexError: tuple index out of range) (thanks to Radko Krkos)
-
- Apr 18, 2016
-
-
Pavel Kácha authored
-
- Apr 13, 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 07, 2015
-
-
Pavel Kácha authored
-
- Oct 02, 2015
-
-
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
-
- Apr 30, 2015
-
-
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
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 17, 2015
-
-
Pavel Kácha authored
-
- Apr 02, 2015
-
-
Pavel Kácha authored
* help message fix
-
- 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 23, 2015
-
-
Pavel Kácha authored
-
- Mar 18, 2015
-
-
Pavel Kácha authored
-
- Mar 02, 2015
-
-
Pavel Kácha authored
-
- Feb 27, 2015
-
-
Pavel Kácha authored
* Fixed initialization logging
-