summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use blake2 as KDF instead of sha256.Vsevolod Stakhov2014-12-181-9/+8
|
* Add blake2 hash contrib code.Vsevolod Stakhov2014-12-181-0/+1
|
* Process commands for lmdb.Vsevolod Stakhov2014-12-172-2/+103
|
* Start new fuzzy storage protocol implementation.Vsevolod Stakhov2014-12-172-21/+46
|
* Add lmdb initialization.Vsevolod Stakhov2014-12-172-79/+144
|
* Refactor function names.Vsevolod Stakhov2014-12-173-66/+69
|
* Remove old lists mode.Vsevolod Stakhov2014-12-171-258/+53
|
* Tune shingles settings.Vsevolod Stakhov2014-12-172-6/+9
|
* Add comparision function for shingles.Vsevolod Stakhov2014-12-172-0/+25
|
* Allow to allocate shingles without pool.Vsevolod Stakhov2014-12-171-1/+7
|
* Link siphash library.Vsevolod Stakhov2014-12-171-0/+1
|
* Add preliminary shingles version.Vsevolod Stakhov2014-12-173-0/+198
|
* Make words from text parts.Vsevolod Stakhov2014-12-175-6/+34
|
* Remove direct ucl access.Vsevolod Stakhov2014-12-174-22/+29
|
* Add snowball stemmer to the build.Vsevolod Stakhov2014-12-171-0/+0
|
* Try to read fuzzy reply even if we have timeout.Vsevolod Stakhov2014-12-091-2/+3
|
* Remove broken whitelist module.Vsevolod Stakhov2014-12-081-86/+0
|
* Check DKIM fields length before decoding.Vsevolod Stakhov2014-12-041-0/+1
|
* Avoid descriptors leak in lua_http.Vsevolod Stakhov2014-12-031-0/+7
|
* Some fixes to lua_http.Vsevolod Stakhov2014-12-021-5/+7
|
* Fix url parser invocation.Vsevolod Stakhov2014-12-021-1/+1
|
* Validate inet_addr before connecting/listening.Vsevolod Stakhov2014-12-021-1/+26
|
* Refactor function names.Vsevolod Stakhov2014-11-2956-448/+450
|
* Tune extended urls output.Vsevolod Stakhov2014-11-252-7/+11
|
* Fix some issues with URLs normalization.Vsevolod Stakhov2014-11-251-7/+11
|
* Add --extended-urls option to rspamc.Vsevolod Stakhov2014-11-251-0/+6
|
* Fill surbl field in struct uri.Vsevolod Stakhov2014-11-251-2/+6
|
* Add extended output format for URLs.Vsevolod Stakhov2014-11-253-7/+35
|
* Fix `register_symbols` lua function.Vsevolod Stakhov2014-11-221-5/+4
|
* Rework `register_symbols` function.Vsevolod Stakhov2014-11-211-8/+23
|
* Rework spf module.Vsevolod Stakhov2014-11-211-17/+29
| | | | | | | - Copy data to memory pool as cached record might be destroyed causing freed memory being passed to the protocol output (use after free). - Allow SPF_NEUTRAL policy to be handled separately. - Add R_SPF_NEUTRAL to the default config.
* Fix PTR resolving in lua resolver.Vsevolod Stakhov2014-11-212-1/+2
|
* Fix leaking of iconv descriptors.Vsevolod Stakhov2014-11-211-0/+3
|
* Another try to fix race condition in the upstreams.Vsevolod Stakhov2014-11-211-24/+27
|
* Use more proper hashing for fuzzy.Vsevolod Stakhov2014-11-201-6/+7
|
* Add fuzzy hash utilities.Vsevolod Stakhov2014-11-202-0/+56
|
* Fix fuzzy hashes addding.Vsevolod Stakhov2014-11-191-16/+29
|
* Rework DKIM canonization to line based.Vsevolod Stakhov2014-11-191-74/+24
|
* Fix raw vs parsed reperesentations.Vsevolod Stakhov2014-11-192-6/+7
| | | | | | | | | Raw parts are now: - decoded b64/qp, but *NOT* converted to utf-8 Processed parts are now: - converted to UTF-8 - normalized if needed (e.g. HTML tags are stripped)
* One more try to fix dkim border issues.Vsevolod Stakhov2014-11-191-26/+22
|
* Do not include \0 into length of text.Vsevolod Stakhov2014-11-191-1/+1
|
* Fix logic of finding URLs in HTML parts.Vsevolod Stakhov2014-11-191-10/+3
|
* Decode entitles when normalizing HTML parts.Vsevolod Stakhov2014-11-191-4/+22
|
* Try to fix hang in upstream events.Vsevolod Stakhov2014-11-191-1/+1
|
* Return nil if header was not found in lua_task.Vsevolod Stakhov2014-11-191-4/+6
|
* Fix ping command.Vsevolod Stakhov2014-11-182-6/+7
|
* Apply boundary fix for dkim simple canonization.Vsevolod Stakhov2014-11-181-0/+8
|
* Do not validate utf for raw headers.Vsevolod Stakhov2014-11-171-3/+2
|
* Remove unused function.Vsevolod Stakhov2014-11-161-11/+0
|
* Improve dkim debug log.Vsevolod Stakhov2014-11-151-5/+9
|