aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug internet address objects leakVsevolod Stakhov2015-10-221-0/+2
* Fix format string.Vsevolod Stakhov2015-10-151-1/+1
* Fix parsing of HTTP headers with IP addressesVsevolod Stakhov2015-10-131-1/+1
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-133-4/+4
* Fix generic DNS request in lua.Vsevolod Stakhov2015-10-131-7/+33
* Add textpart:get_words_count methodVsevolod Stakhov2015-10-131-0/+27
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-086-2/+7
* Fix headers operation in lua_task.Vsevolod Stakhov2015-10-071-8/+12
* Fix lua_http.Vsevolod Stakhov2015-10-071-9/+9
* Fix buffers code.Vsevolod Stakhov2015-10-061-2/+2
* Start miration to the new strings.Vsevolod Stakhov2015-10-065-45/+26
* Add lua API for conditions registering.Vsevolod Stakhov2015-09-281-0/+41