aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for glib < 2.30.Vsevolod Stakhov2015-05-111-0/+14
|
* Deal with multiple signatures in DKIM.Vsevolod Stakhov2015-05-111-98/+161
| | | | Issue: #254
* Set header value properly for decrypted headers.Vsevolod Stakhov2015-05-111-0/+2
|
* Set re limit from regexp module.Vsevolod Stakhov2015-05-102-6/+3
|
* Add configuration alias to avoid ambiguity.Vsevolod Stakhov2015-05-091-0/+12
|
* Die if some workers couldn't start.Vsevolod Stakhov2015-05-091-0/+6
|
* Fix dealing with growing strings.Vsevolod Stakhov2015-05-091-16/+17
|
* Add notice to fix issue with realloc.Vsevolod Stakhov2015-05-081-0/+7
|
* Restore parsing of headers.Vsevolod Stakhov2015-05-084-54/+79
|
* Fix client's callback return result.Vsevolod Stakhov2015-05-081-1/+1
|
* More fixes.Vsevolod Stakhov2015-05-081-5/+7
|
* Fixes to encrypted request writing.Vsevolod Stakhov2015-05-081-24/+66
|
* Implement new scheme of encrypted requests reading.Vsevolod Stakhov2015-05-081-41/+121
|
* More fixes to encrypted writing.Vsevolod Stakhov2015-05-081-70/+151
|
* Fix headers addition.Vsevolod Stakhov2015-05-081-2/+2
|
* Completely rework HTTP encryption.Vsevolod Stakhov2015-05-081-43/+154
| | | | | | | | Now we encrypt everything: - URL - Method - Headers - Body
* Rework HTTP headers to avoid copying.Vsevolod Stakhov2015-05-082-59/+83
|
* Fix documentation.Vsevolod Stakhov2015-05-081-12/+2
|
* Add some human readable aliases for rspamd configuration options.Vsevolod Stakhov2015-05-071-0/+24
|
* Properly deal with negative scores and nice symbols.Vsevolod Stakhov2015-05-071-13/+19
|
* Implement match_limit in spamassassin plugin.Vsevolod Stakhov2015-05-071-7/+25
|
* Add function regexp:set_limitVsevolod Stakhov2015-05-071-0/+47
| | | | | With this function it will be possible to limit the maximum size of text to search using this regexp.
* Fix splits.Vsevolod Stakhov2015-05-071-1/+1
|
* Improve regexp items parsing diagnostics.Vsevolod Stakhov2015-05-072-4/+17
|
* Fix log message for unknown rules with scores.Vsevolod Stakhov2015-05-071-1/+3
|
* Check smtp recipients before indexing.Vsevolod Stakhov2015-05-071-2/+3
|
* Fix some unaligned cases.Vsevolod Stakhov2015-05-071-4/+7
|
* Some fixes for vectorized encryption.Vsevolod Stakhov2015-05-071-2/+9
|
* Implement preliminary version of vectorized encryption.Vsevolod Stakhov2015-05-062-3/+161
|
* Fix colored logging.Vsevolod Stakhov2015-05-062-5/+10
|
* Properly scale bayes HAM probability.Vsevolod Stakhov2015-05-061-2/+5
|
* Some pcre distributions are brain damaged.Vsevolod Stakhov2015-05-061-4/+4
|
* Implement group composites.Vsevolod Stakhov2015-05-051-1/+18
|
* Rework composites processing.Vsevolod Stakhov2015-05-051-17/+31
|
* Fix internal functions arguments parsing.Vsevolod Stakhov2015-05-051-6/+23
|
* Add another normalization argument.Vsevolod Stakhov2015-05-051-2/+8
|
* Take OSB feature multiplier into account.Vsevolod Stakhov2015-05-051-3/+11
|
* Fix uribls with no bits and ips.Vsevolod Stakhov2015-05-051-2/+2
|
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-054-7/+28
| | | | | | | | | | | | | | | | | | | | So now in a configuration with multiple section with the same name, for example: module { param1 = value1; param2 = value2; } module { param2 = value2_1; param3 = value3; } this function will return a single lua table that looks as following: param1 = value1, param2 = value2_1, param3 = value3
* Allow password-less controller.Vsevolod Stakhov2015-05-051-5/+15
|
* Use default backend if no other backends specified.Vsevolod Stakhov2015-05-051-1/+4
|
* Fix http-proxy in encryption mode.Vsevolod Stakhov2015-05-051-1/+10
|
* Fix various issues in encrypted messages support.Vsevolod Stakhov2015-05-052-58/+132
|
* Remove memory leak in lua_redis.Vsevolod Stakhov2015-05-051-10/+18
|
* Fix http proxy startup.Vsevolod Stakhov2015-05-041-1/+7
|
* Be more clever about printing errors.Vsevolod Stakhov2015-05-044-11/+13
|
* Add a trivial encrypting HTTP proxy worker.Vsevolod Stakhov2015-05-042-2/+433
|
* Adopt task object for new timers architecture.Vsevolod Stakhov2015-05-045-76/+19
|
* Rework timers invocation.Vsevolod Stakhov2015-05-042-50/+48
|
* Check upstream before freeing.Vsevolod Stakhov2015-05-041-9/+11
|