Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Feature] Implement SSL support in http client | Vsevolod Stakhov | 2016-06-13 | 1 | -3/+7 | |
| | ||||||
* | [Typo] Correct suppress spelling | Jérôme Lebleu | 2016-06-10 | 3 | -3/+3 | |
| | ||||||
* | [Rework] Finish rework for the rest of places that use HTTP | Vsevolod Stakhov | 2016-06-10 | 2 | -6/+15 | |
| | ||||||
* | [Feature] Add protection against open files limit and accepting sockets | Vsevolod Stakhov | 2016-06-09 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow static lua files in any parts of rspamd sources | Vsevolod Stakhov | 2016-05-28 | 2 | -88/+2 | |
| | ||||||
* | [Feature] Allow versioning for sqlite databases | Vsevolod Stakhov | 2016-05-23 | 1 | -4/+4 | |
| | ||||||
* | [Feature] Add initial version of HTTP lua repl | Vsevolod Stakhov | 2016-05-16 | 1 | -0/+189 | |
| | ||||||
* | [Fix] Try to handle multiline history in a more sane way | Vsevolod Stakhov | 2016-05-09 | 1 | -1/+11 | |
| | ||||||
* | [Minor] Some output fixes | Vsevolod Stakhov | 2016-05-09 | 1 | -1/+4 | |
| | ||||||
* | [Feature] Add dot commands for lua REPL: | Vsevolod Stakhov | 2016-05-09 | 2 | -9/+228 | |
| | | | | | | * .help - shows help * .load - loads lua script * .message - scans messages using the specified lua callback | |||||
* | [Fix] Fix REPL output | Vsevolod Stakhov | 2016-05-09 | 1 | -5/+20 | |
| | ||||||
* | [Feature] Add the initial version of LUA repl to rspamadm | Vsevolod Stakhov | 2016-05-09 | 3 | -0/+291 | |
| | ||||||
* | [Rework] Rename http proxy to rspamd proxy | Vsevolod Stakhov | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow multiple PBKDF types in `rspamadm pw` | Vsevolod Stakhov | 2016-04-21 | 1 | -11/+93 | |
| | ||||||
* | [Feature] Allow catena encrypted passwords in controller | Vsevolod Stakhov | 2016-04-21 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Add preliminary version of log_helper worker | Vsevolod Stakhov | 2016-04-04 | 1 | -1/+2 | |
| | ||||||
* | [Fix] Allow to edit new files with signtool | Vsevolod Stakhov | 2016-03-31 | 1 | -7/+29 | |
| | ||||||
* | [Feature] Allow to set db and password for redis in stat_convert | Vsevolod Stakhov | 2016-03-16 | 2 | -22/+102 | |
| | ||||||
* | Fix some more issues found by coverity | Vsevolod Stakhov | 2016-02-22 | 2 | -1/+6 | |
| | ||||||
* | Add command to sync fuzzy storage | Vsevolod Stakhov | 2016-02-22 | 1 | -0/+4 | |
| | | | | | | | It should be as simple as `rspamadm control fuzzy_sync` Issue: #533 Reported by: @moisseev | |||||
* | Add workaround for old glib | Vsevolod Stakhov | 2016-02-18 | 1 | -0/+12 | |
| | ||||||
* | Add tool to edit signed files using text editor | Vsevolod Stakhov | 2016-02-17 | 1 | -2/+165 | |
| | ||||||
* | Add option to show saved comments in configdump | Vsevolod Stakhov | 2016-02-17 | 1 | -4/+23 | |
| | ||||||
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 2 | -11/+11 | |
| | ||||||
* | Add ability to store public key when signing | Vsevolod Stakhov | 2016-02-15 | 1 | -3/+33 | |
| | ||||||
* | Fix couple of issues found by coverity scan | Vsevolod Stakhov | 2016-02-11 | 1 | -0/+1 | |
| | ||||||
* | Fix some issues found by coverity | Vsevolod Stakhov | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | Allow to dump configuration with help comments | Vsevolod Stakhov | 2016-02-08 | 1 | -30/+36 | |
| | ||||||
* | Unbreak function pointer passing | Vsevolod Stakhov | 2016-02-08 | 1 | -9/+1 | |
| | ||||||
* | Start rework of configdump | Vsevolod Stakhov | 2016-02-08 | 1 | -28/+112 | |
| | | | | | | - Add support of paths - Add initial support of help - Fix options | |||||
* | Fix for the new libucl API | Vsevolod Stakhov | 2016-02-08 | 1 | -1/+1 | |
| | ||||||
* | Check sanity of a key | Vsevolod Stakhov | 2016-02-06 | 1 | -0/+5 | |
| | ||||||
* | Fix some errors | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+1 | |
| | ||||||
* | Fix rspamadm | Vsevolod Stakhov | 2016-02-06 | 2 | -209/+63 | |
| | ||||||
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 11 | -230/+132 | |
| | ||||||
* | Add utility to manage digital signatures | Vsevolod Stakhov | 2016-02-03 | 3 | -0/+389 | |
| | ||||||
* | Add more fields to ucl definition of the keypair | Vsevolod Stakhov | 2016-02-02 | 1 | -0/+13 | |
| | ||||||
* | Fix keypair output | Vsevolod Stakhov | 2016-02-02 | 1 | -10/+43 | |
| | ||||||
* | Implement keypairs generation for signing | Vsevolod Stakhov | 2016-02-02 | 1 | -45/+106 | |
| | ||||||
* | Add more diagnostic for lua subr errors | Vsevolod Stakhov | 2016-01-31 | 1 | -4/+8 | |
| | ||||||
* | Fix couple of compiler warnings | Vsevolod Stakhov | 2016-01-30 | 1 | -1/+10 | |
| | ||||||
* | Set a sane quark for configtest to avoid NULL | Vsevolod Stakhov | 2016-01-30 | 1 | -1/+2 | |
| | ||||||
* | Avoid using of lua functional | Vsevolod Stakhov | 2016-01-29 | 1 | -5/+4 | |
| | ||||||
* | Fix other usages of ottery_init | Vsevolod Stakhov | 2016-01-29 | 1 | -1/+0 | |
| | ||||||
* | Allow converting of learn cache from sqlite to redis | Vsevolod Stakhov | 2016-01-27 | 2 | -9/+66 | |
| | ||||||
* | Use pipelined HINCRBY | Vsevolod Stakhov | 2016-01-26 | 1 | -16/+15 | |
| | ||||||
* | Fix stat migration script | Vsevolod Stakhov | 2016-01-25 | 1 | -2/+30 | |
| | ||||||
* | Add stat_convert command | Vsevolod Stakhov | 2016-01-25 | 4 | -0/+203 | |
| | | | | New command is intended to convert sqlite stats to redis stats | |||||
* | Do not recompile lua generated headers all time | Vsevolod Stakhov | 2016-01-21 | 1 | -29/+64 | |
| |