Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Improve encryption requirement error code | Vsevolod Stakhov | 2018-11-20 | 1 | -1/+7 |
| | |||||
* | [Minor] Allow to require encryption when checking messages | Vsevolod Stakhov | 2018-11-20 | 1 | -1/+6 |
| | |||||
* | [Minor] g_abort requires quite a recent glib | Vsevolod Stakhov | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | [Rework] Add more traces to async events, get rid of GQuarks | Vsevolod Stakhov | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve SSL connection error message | Vsevolod Stakhov | 2018-10-19 | 1 | -1/+6 |
| | |||||
* | [Minor] Fix event pending checks | Vsevolod Stakhov | 2018-10-06 | 1 | -5/+5 |
| | |||||
* | [CritFix] Check NM part of pubkey to match it with rotating keypairs | Vsevolod Stakhov | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | [CritFix] Fix shmem leak in encrypting proxy mode | Vsevolod Stakhov | 2018-06-28 | 1 | -5/+0 |
| | |||||
* | [Minor] Add aux method to disable HTTP encryptipon | Vsevolod Stakhov | 2018-06-24 | 1 | -1/+23 |
| | |||||
* | [Fix] Fix potential race condition for a finished HTTP connections | Vsevolod Stakhov | 2018-06-12 | 1 | -2/+15 |
| | |||||
* | [Minor] Another attempt to fix path normalisation | Vsevolod Stakhov | 2018-04-17 | 1 | -5/+2 |
| | |||||
* | [Minor] Another fix to path normalisation | Vsevolod Stakhov | 2018-04-17 | 1 | -1/+4 |
| | |||||
* | [Fix] Fix slash + dot in urls | Vsevolod Stakhov | 2018-04-17 | 1 | -2/+9 |
| | | | | Issue: #2181 | ||||
* | [Feature] Deal with unnormalised Unicode obfuscation | Vsevolod Stakhov | 2018-03-26 | 1 | -2/+4 |
| | |||||
* | [Minor] Use own localtime/gmtime | Vsevolod Stakhov | 2018-02-18 | 1 | -4/+3 |
| | |||||
* | [Fix] Handle proxy copy errors | Vsevolod Stakhov | 2017-12-14 | 1 | -1/+17 |
| | |||||
* | [Minor] Further portion of g_slice elimination | Vsevolod Stakhov | 2017-10-28 | 1 | -25/+25 |
| | |||||
* | [Minor] Avoid unnecessary dynamic allocation | Vsevolod Stakhov | 2017-10-25 | 1 | -58/+45 |
| | |||||
* | [Minor] Set sane defaults when handle router socket | Vsevolod Stakhov | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | [Feature] Add gzip compression support for rspamd controller | Vsevolod Stakhov | 2017-08-12 | 1 | -0/+8 |
| | |||||
* | [Fix] Use full URL when making an HTTP request | Vsevolod Stakhov | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | [Minor] Store raw urls | Vsevolod Stakhov | 2017-08-12 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix brain-damaged spamc protocol for now | Vsevolod Stakhov | 2017-05-19 | 1 | -3/+18 |
| | |||||
* | [Minor] Add method to get HTTP message flags | Vsevolod Stakhov | 2017-05-08 | 1 | -0/+6 |
| | |||||
* | [Minor] Do not set implicit content-type in HTTP | Vsevolod Stakhov | 2017-05-07 | 1 | -29/+68 |
| | |||||
* | [Fix] Oops, fix d9d0fa5e86db2f4470d34395a233b450478b2f60 | Vsevolod Stakhov | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix append HTTP header routine | Vsevolod Stakhov | 2017-05-07 | 1 | -1/+2 |
| | |||||
* | [Minor] Convert milter session to HTTP request | Vsevolod Stakhov | 2017-05-06 | 1 | -3/+47 |
| | |||||
* | [Minor] Use memmove for overlapping memory | Vsevolod Stakhov | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | [Fix] Deal with EOF properly | Vsevolod Stakhov | 2017-02-17 | 1 | -12/+11 |
| | |||||
* | [Fix] Fix Content-Type in HTTP requests | Vsevolod Stakhov | 2017-02-10 | 1 | -6/+41 |
| | | | | | Issue: #1410 Reported by: @cgt | ||||
* | [Minor] Use some implicit status messages for HTTP replies | Vsevolod Stakhov | 2017-02-06 | 1 | -4/+29 |
| | |||||
* | [Feature] Allow to specify custom method for a message | Vsevolod Stakhov | 2017-02-06 | 1 | -0/+14 |
| | |||||
* | [Minor] Deal with HTTP requests without content length | Vsevolod Stakhov | 2017-02-05 | 1 | -10/+14 |
| | |||||
* | [Minor] Allow to disable ssl verification if needed | Vsevolod Stakhov | 2017-02-03 | 1 | -1/+2 |
| | |||||
* | [Feature] Simplify HTTPCrypt client support | Vsevolod Stakhov | 2017-01-26 | 1 | -1/+24 |
| | |||||
* | [Feature] Add url encoding function | Vsevolod Stakhov | 2017-01-23 | 1 | -3/+4 |
| | |||||
* | [Feature] Add CORS support to the controller | Vsevolod Stakhov | 2017-01-11 | 1 | -0/+9 |
| | |||||
* | [Minor] Treat special HTTP methods specially | Vsevolod Stakhov | 2017-01-11 | 1 | -31/+47 |
| | |||||
* | [Minor] Allow to append headers for rspamd http router | Vsevolod Stakhov | 2017-01-11 | 1 | -0/+32 |
| | |||||
* | [Fix] Normalize path in HTTP router | Vsevolod Stakhov | 2017-01-08 | 1 | -0/+4 |
| | |||||
* | [Test] More test cases | Vsevolod Stakhov | 2017-01-08 | 1 | -5/+13 |
| | |||||
* | [Test] Add tests, fix normalization algorithm | Vsevolod Stakhov | 2017-01-08 | 1 | -18/+96 |
| | |||||
* | [Feature] Add function to normalize HTTP paths | Vsevolod Stakhov | 2017-01-08 | 1 | -0/+119 |
| | |||||
* | Fix shm on DragonFly | Michael Neumann | 2017-01-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rspamd tried to call shm_open(3) with a path in the root filesystem (e.g. /rhm.3f0fd440d46fac91e1b4). But DragonFly uses regular files for shm. Obviously, this fails, because rspamd has no permissions to create files in the root (/). Lots of lines like the following were found in /var/log/rspamd/rspamd.log before this patch: rspamd_shmem_mkstemp: /usr/obj/dports/mail/rspamd/rspamd-1.4.1/src /libutil/util.c:1970: failed to create temp shmem /rhm.3f0fd440d46fac91e1b4: Permission denied Also, rspamd made the receiving of mail very slow, when used in the pre-accept rmilter setting, due to these errors. Even worse, it just didn't filter emails at all. This patch fixes the problem by creating the shm files in /tmp for DragonFly. With this patch applied, these lines are gone from the log and emails now correctly contain the X-Spamd-Result header, AND receiving mails is now much much faster. For rspamd 1.4.1, we will fix it in dports: https://github.com/DragonFlyBSD/DeltaPorts/pull/727 | ||||
* | [Minor] Fix removing of HTTP event | Vsevolod Stakhov | 2016-11-25 | 1 | -1/+5 |
| | |||||
* | [Minor] Add lua 5.3 support | Vsevolod Stakhov | 2016-11-25 | 1 | -1/+0 |
| | |||||
* | [Minor] Do not set shmem body for empty HTTP requests | Vsevolod Stakhov | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | [CritFix] Fix chunked encoding when reading messages | Vsevolod Stakhov | 2016-11-01 | 1 | -0/+5 |
| | |||||
* | [Fix] Avoid double frees in HEAD requests | Vsevolod Stakhov | 2016-10-19 | 1 | -0/+12 |
| |