blotus
blotus
_From [[email protected]](https://code.google.com/u/117093437999097903182/) on August 02, 2013 14:28:04_ The description of the license on the main page is inconsistent with the license itself. The page states that naxsi is "OpenSource and...
- Allow to enable WAL when using sqlite - Change `blackhole` behaviour: previously, a bucket would have been created even if the overflow would be discarded in the end. This...
Currently, the date formats understood by crowdsec are hardcoded in the dateparse plugin, which is pretty inconvenient. We should load the formats from a configuration file (provided by the hub...
The goal of this command would be to simplify support for users: we often ask always the same questions (metrics, acquis.yaml, config, collections/parsers/scenarios, ...) and this can add a lot...
This PR add `support` command to `cscli`. The only subcommand available for now is `dump`. It will create a zip file containing various details about the crowdsec installation and the...
If the windows installer cannot contact the hub to update itself or CAPI, the installation fails and is rollbacked. We should instead display a warning message to the user but...
Similarly to the helpers we have in `expr`, we should have go template helpers to remove (or reduce) the requirement of iterating over a lot of different slices/maps. A good...
Currently, the only way to configure crowdsec/cscli to use a proxy is to set `HTTP_PROXY` or `HTTPS_PROXY` in the env. While it mostly works, there are some usecases where it...