aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate mime_expressions to the regexp module.Vsevolod Stakhov2015-03-231-8/+14
|
* Restore compiling of plugins.Vsevolod Stakhov2015-03-231-409/+27
|
* Move specific functions to mime_expr.Vsevolod Stakhov2015-03-211-1019/+3
|
* Move regexp process code from the plugin.Vsevolod Stakhov2015-03-191-407/+0
|
* Fix issue with raw regexp processing.Vsevolod Stakhov2015-03-111-5/+5
|
* More additions to the regexp module.Vsevolod Stakhov2015-03-071-84/+55
|
* Start moving to the rspamd regexps.Vsevolod Stakhov2015-03-071-70/+21
|
* Write skeleton of rspamd fast regexps.Vsevolod Stakhov2015-03-041-14/+14
|
* Fix some initializations.Vsevolod Stakhov2015-02-031-4/+6
|
* Remove old crap functions from url parser code.Vsevolod Stakhov2015-02-031-1/+1
|
* Rework message store to allow encryption.Vsevolod Stakhov2015-01-301-2/+2
|
* Do not validate utf for raw headers.Vsevolod Stakhov2014-11-171-3/+2
|
* Choose raw regexp for raw headers.Vsevolod Stakhov2014-11-121-2/+4
|
* Rework calling of lua functions from regexp module.Vsevolod Stakhov2014-11-121-2/+57
|
* Be more informative about lua errors.Vsevolod Stakhov2014-11-111-2/+6
|
* Check type of InternetAddress.Vsevolod Stakhov2014-10-011-4/+8
|
* Fix some problematic includes.Vsevolod Stakhov2014-09-281-6/+4
|
* Refactor function names.Vsevolod Stakhov2014-09-231-3/+3
|
* Fix regexp module.Vsevolod Stakhov2014-09-031-107/+22
|
* Remove unused options from regexp module.Vsevolod Stakhov2014-08-191-371/+1
|
* Fix regexp plugin for new smtp from/rcpt.Vsevolod Stakhov2014-08-181-10/+24
|
* Fix critical bug in host/port parsing.Vsevolod Stakhov2014-08-181-5/+5
|
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-4/+4
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-456/+756
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-761/+461
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-461/+761
|
* Add attach_controller callback to plugins.Vsevolod Stakhov2014-04-301-1/+2
|
* Refactor config API.Vsevolod Stakhov2014-04-301-8/+8
|
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-211-1/+0
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-39/+39
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-22/+22
|
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-2/+0
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-1/+1
|
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-1/+1
|
* Remove unused xml code.Vsevolod Stakhov2013-11-161-4/+0
|
* Sync with libucl.Vsevolod Stakhov2013-11-021-2/+3
|
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-20/+20
|
* Fix lua expressions in regexp plugin.Vsevolod Stakhov2013-10-101-9/+1
|
* Fix regexp plugin.Vsevolod Stakhov2013-10-041-84/+46
|
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-161-1/+5
|
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-1/+1
|
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-031-10/+9
|
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
|
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-1/+1
| | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps.
* * Use murmur hash for all hashes as it is more efficient and provides more ↵Vsevolod Stakhov2012-10-081-1/+1
| | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification.
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+1
| | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
|
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-17/+29
| | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+594
| | | | Make tests compileable again.