aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* Fix include path for embedded hiredisVsevolod Stakhov2016-01-111-3/+2
* Fix another critical issue with memory corruption and ownershipVsevolod Stakhov2016-01-041-1/+0
* Add more information about lua regexp to the structureVsevolod Stakhov2016-01-042-0/+43
* Add ip:is_local method to lua APIVsevolod Stakhov2016-01-031-1/+23
* Add util.glob routine to lua APIVsevolod Stakhov2015-12-301-0/+43
* Add simple routine to get configuration helpVsevolod Stakhov2015-12-281-1/+1
* Fix multiple regexp in the cache for lua APIVsevolod Stakhov2015-12-261-1/+19
* Fix bug introduced by the previous fixVsevolod Stakhov2015-12-231-3/+8
* Fix crash in re_cache as headers are not NULL terminatedVsevolod Stakhov2015-12-231-1/+1
* Allow to specify fann input count explicitlyVsevolod Stakhov2015-12-221-3/+17
* Add lua_fann moduleVsevolod Stakhov2015-12-214-2/+463
* Add lua method to get tld for a hostVsevolod Stakhov2015-12-211-0/+35
* Add humanize number lua utilityVsevolod Stakhov2015-12-161-0/+23
* Improve lua logging formatVsevolod Stakhov2015-12-151-2/+10
* Remove unused attribute from rspamd_lua_initVsevolod Stakhov2015-12-142-3/+3
* Add pcre_only option to re_cache registrationVsevolod Stakhov2015-12-101-2/+12
* Add rawmime classVsevolod Stakhov2015-12-092-0/+4
* Fix pcre post-filteringVsevolod Stakhov2015-12-091-1/+24
* Use hits from the cache in re cacheVsevolod Stakhov2015-12-091-6/+4
* Store max hits inside rspamd_regexp_tVsevolod Stakhov2015-12-091-0/+25
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-072-30/+2
* Fix re cache replacement methodVsevolod Stakhov2015-12-061-39/+5
* Add function rspamd_config:replace_regexpVsevolod Stakhov2015-12-051-0/+69
* Fix issues with re_cache lua APIVsevolod Stakhov2015-12-042-49/+52
* Fix couple of bugs in lua table to C convertorVsevolod Stakhov2015-12-041-36/+145
* Add rspamd_config:register_regexpVsevolod Stakhov2015-12-041-0/+77
* Add method to process new regexp cacheVsevolod Stakhov2015-12-041-27/+92
* Make lua_regexp structure publicVsevolod Stakhov2015-12-042-7/+7
* Slightly rework class names in table to c convertorVsevolod Stakhov2015-12-041-1/+1
* Fix code for the new cacheVsevolod Stakhov2015-12-031-16/+4
* Support IP DNS black lists for URIBLVsevolod Stakhov2015-11-271-1/+1
* Add informational messages about modules initializationVsevolod Stakhov2015-11-271-0/+2
* Add is_uppercase utility for utf8 stringsVsevolod Stakhov2015-11-261-0/+53
* Fix raw logic inversion in `get_header` methodVsevolod Stakhov2015-11-261-1/+1
* Restore multiple classifiers supportVsevolod Stakhov2015-11-231-21/+7
* Fix indexing for received headers.Vsevolod Stakhov2015-11-231-2/+2
* Use new rotation logic in the codeVsevolod Stakhov2015-11-211-2/+4
* Fix upstreams usageVsevolod Stakhov2015-11-201-31/+16
* Add is_obscured method for lua url APIVsevolod Stakhov2015-11-201-0/+22
* Use flags for urlsVsevolod Stakhov2015-11-191-3/+4
* Implement refcounting for configurationVsevolod Stakhov2015-11-182-56/+6
* Fix issues foundVsevolod Stakhov2015-11-181-9/+5
* Fix raw length obtaining for certain html partsVsevolod Stakhov2015-11-171-1/+1
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-121-2/+2
* Fix format issues found by static analysisVsevolod Stakhov2015-11-112-3/+3
* Start implementation of flexible task loggingVsevolod Stakhov2015-11-061-2/+2
* Use the proper string for make_dns_requestVsevolod Stakhov2015-11-021-1/+2
* Improve readme.Vsevolod Stakhov2015-10-301-1/+1
* Fix another issue with fixed strings.Vsevolod Stakhov2015-10-291-1/+10
* Add method to lua expression to extract all atomsVsevolod Stakhov2015-10-261-0/+41