- 30 Jan, 2017 2 commits
-
-
Michal 'vorner' Vaner authored
Because pythons GIL
☺ -
Michal 'vorner' Vaner authored
This reverts commit 58697377.
-
- 28 Jan, 2017 1 commit
-
-
Michal 'vorner' Vaner authored
So we push data faster. Maybe.
-
- 09 Jan, 2017 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 27 Oct, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
Disable the old connection without compression. It is no longer used, so don't sit on the port.
-
- 06 Jan, 2015 1 commit
-
-
Michal 'vorner' Vaner authored
And leave the rest for DB
-
- 11 Jul, 2014 1 commit
-
-
Robin Obůrka authored
-
- 08 Jul, 2014 1 commit
-
-
Robin Obůrka authored
-
- 02 Jul, 2014 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 21 May, 2014 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 16 May, 2014 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The timeout should be longer than when the server or client drops the connection. This will help cleaning up „forgotten“ socats.
-
- 29 Nov, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 19 Nov, 2013 4 commits
-
-
Michal 'vorner' Vaner authored
Not that they'd be considered insecure, just extra paranoia.
-
Michal 'vorner' Vaner authored
Support TLS and use compression
-
Michal 'vorner' Vaner authored
So we can place a socat sooner in the path, with better capabilities.
-
Michal 'vorner' Vaner authored
-
- 09 Oct, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
It is not supported on ubuntu in socat yet, which is what our server runs.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
To provide a SSL proxy. This moves it out of the python process, so it can keep up with the load.
-
- 08 Oct, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
When the application is terminated by CTRL+C, it shuts down the activity thread gracefully, flushing all previous data first.
-
- 04 Sep, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 30 Aug, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Obviously, without the key being in the repository. Unfortunately, twisted seems to be lacking SSL-TCP-IPv6 support :-(. Using IPv4 for now, but needs to be discussed.
-
- 16 Aug, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 15 Aug, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Which can be turned off, because we don't want that for the clients.
-
- 12 Jul, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 03 Jun, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 30 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Don't crash because of error in variable name.
-
- 26 Apr, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Load the plugins dynamically based on content of configuration. Pass configuration dictionary to them too. They don't handle the configuration yet.
-
Michal 'vorner' Vaner authored
-
- 10 Apr, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Let the groups aggregate keys, print only the aggregated results.
-
Michal 'vorner' Vaner authored
Support aggregation of keys from multiple clients in a given group and extraction of aggregated results.
-
- 05 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Add another log level, TRACE, which is more verbose than DEBUG.
-
- 04 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
It is already complex and will become even more, so it deserves its own directory.
-
- 03 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 06 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Send the config when the client connects
-
- 05 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Create the plugin and let it ask for data from time to time. The data aren't parsed yet, nor processed.
-
- 04 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Write skeleton of the plugin storage (plugin.Plugins), plugin (plugin.Plugin) and register the clients correctly.
-