aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Fix detection of URLs in text partsVsevolod Stakhov2016-06-162-17/+84
* [Feature] Implement SSL support in http clientVsevolod Stakhov2016-06-131-2/+7
* [Fix] Fix length calculations for shared memory segmentsVsevolod Stakhov2016-06-131-3/+21
* [Feature] Configure CA path and ciphersVsevolod Stakhov2016-06-111-5/+0
* [Feature] Allow to set ciphers and CA paths in configVsevolod Stakhov2016-06-113-0/+22
* [Feature] Use offset when passing shm to deal with encrypted requestsVsevolod Stakhov2016-06-111-6/+36
* [Fix] Fix shm_open call as described in POSIXVsevolod Stakhov2016-06-101-1/+1
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-103-20/+36
* [Fix] Fix caseless uthash applicationVsevolod Stakhov2016-06-101-0/+2
* [Feature] Allow to open message from a shared memory segmentVsevolod Stakhov2016-06-101-35/+97
* [Fix] Do not delete uninitialized eventsVsevolod Stakhov2016-06-091-2/+9
* [Feature] Add protection against open files limit and accepting socketsVsevolod Stakhov2016-06-091-10/+11
* [Fix] Implement new automata to skip empty lines for dkim signingVsevolod Stakhov2016-06-061-16/+153
* [Fix] Force rspamd to upgrade fuzzy db on openingVsevolod Stakhov2016-06-021-1/+1
* [Minor] Simplify rspamc conversion routinesVsevolod Stakhov2016-06-022-9/+10
* [Minor] Declare function non-staticVsevolod Stakhov2016-06-022-1/+10
* [Minor] Add guards for header regexpsVsevolod Stakhov2016-05-241-2/+2
* [Feature] Implement partial deleting for multi-flagsVsevolod Stakhov2016-05-231-3/+48
* [Fix] More fixes to multi-flag fuzzy storageVsevolod Stakhov2016-05-231-11/+11
* [Feature] Implement multi-flags fuzzy repliesVsevolod Stakhov2016-05-231-2/+33
* [Feature] Implement multiple-sources fuzzy storageVsevolod Stakhov2016-05-232-45/+74
* [Feature] Allow versioning for sqlite databasesVsevolod Stakhov2016-05-231-3/+3
* [Minor] Use xxhash indirectlyVsevolod Stakhov2016-05-231-1/+2
* [Feature] Allow to parse pubkeys from the rcl configVsevolod Stakhov2016-05-232-1/+58
* [Feature] Rework listening system to allow multiple socket types per workerVsevolod Stakhov2016-05-141-4/+7
* [Feature] Add versions to fuzzy storageVsevolod Stakhov2016-05-132-4/+46
* [Fix] Try to fix false positive URL detections in text partsVsevolod Stakhov2016-05-121-5/+4
* [Feature] Limit logging of elements that could have too many itemsVsevolod Stakhov2016-05-111-1/+25
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-105-21/+22
* [Feature] Use new maps API for local addrsVsevolod Stakhov2016-05-102-2/+2
* [Rework] Adopt new maps codeVsevolod Stakhov2016-05-092-33/+21
* [Rework] Start the complete maps reworkVsevolod Stakhov2016-05-091-1/+0
* [Feature] Fix task functions to work without rspamd_configVsevolod Stakhov2016-05-093-11/+16
* [Fix] Remove event before closing of fd to avoid race conditionsVsevolod Stakhov2016-05-061-4/+5
* [Feature] Sort symbols when displaying them in logVsevolod Stakhov2016-05-051-2/+35
* [Feature] Various improvements in greylist moduleVsevolod Stakhov2016-05-031-2/+1
* [CritFix] Really skip filters in case of pre-result setVsevolod Stakhov2016-05-031-7/+8
* [CritFix] Restore the intended pre-filters behaviourVsevolod Stakhov2016-05-032-2/+9
* [Feature] Allow setting scores and actions from luaVsevolod Stakhov2016-05-031-2/+12
* [Feature] Add 'symbols_enabled' and 'groups_enabled' to settingsVsevolod Stakhov2016-05-021-1/+92
* Fix build with unmodified LibreSSL opensslv.hBernard Spil2016-04-301-1/+1
* [Minor] Add 'learn_condition' aliasVsevolod Stakhov2016-04-301-1/+1
* [Feature] Add learn conditions for classifiersVsevolod Stakhov2016-04-302-1/+65
* [CritFix] Plug memory leak in dkim moduleVsevolod Stakhov2016-04-291-21/+36
* [Fix] More fixes to parts distance calculationsVsevolod Stakhov2016-04-291-0/+3
* [Minor] Use more portable constants for uint64_tVsevolod Stakhov2016-04-291-11/+12
* [CritFix] Properly support SA body regexpsVsevolod Stakhov2016-04-282-54/+78
* [CritFix] Fix SA rawbody processing - exclude top partVsevolod Stakhov2016-04-281-0/+9
* [Feature] Save settings id hash for convenienceVsevolod Stakhov2016-04-271-9/+16
* [Feature] Pass settings id to log helperVsevolod Stakhov2016-04-272-0/+19