aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
...
* Make R_EMPTY_IMAGE tutorial function.Vsevolod Stakhov2015-07-231-11/+21
* Add textpart:get_raw_length methodVsevolod Stakhov2015-07-231-1/+28
* Add text_part:get_html() method.Vsevolod Stakhov2015-07-231-0/+24
* Implement lua_html methods.Vsevolod Stakhov2015-07-231-0/+147
* Start LUA API for HTML parts.Vsevolod Stakhov2015-07-234-1/+65
* Refactor functions in images processing.Vsevolod Stakhov2015-07-231-1/+1
* Fix some issues with lua_dns.Vsevolod Stakhov2015-07-211-1/+8
* New version of lua DNS api.Vsevolod Stakhov2015-07-211-35/+111
* Use new dns API.Vsevolod Stakhov2015-07-212-9/+29
* Merge pull request #336 from andrejzverev/fixVsevolod Stakhov2015-07-211-1/+1
|\
| * Fix typoAndrej Zverev2015-07-211-1/+1
* | Add method rspamd_mempool:has_variable.Vsevolod Stakhov2015-07-211-0/+26
|/
* Add lua_mempool documetnation.Vsevolod Stakhov2015-07-201-0/+61
* Start reworking of ip_score.Vsevolod Stakhov2015-07-201-3/+2
* Fix issues found by testing.Vsevolod Stakhov2015-07-201-14/+17
* Add more advanced memory pool variables.Vsevolod Stakhov2015-07-201-5/+64
* Allow to get complex variables from mempool.Vsevolod Stakhov2015-07-201-21/+43
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-90/+0
* Add lua method to extract text from html.Vsevolod Stakhov2015-07-161-0/+57
* Allow to get different types of memory pool variables.Vsevolod Stakhov2015-07-151-0/+31
* Add util.tanh lua utility.Vsevolod Stakhov2015-07-151-0/+18
* Implement skipping of signatures in text messages.Vsevolod Stakhov2015-07-141-2/+7
* Minor fixes in lua.Vsevolod Stakhov2015-07-142-2/+2
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
* Rename memory pool functions.Vsevolod Stakhov2015-07-141-18/+18
* Rework parts and task structure:Vsevolod Stakhov2015-07-132-30/+21
* Do not use __FUNCTION__ as it's unportable.Vsevolod Stakhov2015-07-081-2/+2
* Fix include directive for hiredis.Vsevolod Stakhov2015-07-081-3/+3
* Fix null pointer dereference.Vsevolod Stakhov2015-07-071-1/+1
* Add support for extra variables in a config.Vsevolod Stakhov2015-07-061-1/+1
* Add delayed dependency form support to lua.Vsevolod Stakhov2015-07-041-7/+19
* Fix path field in url:to_table method.Vsevolod Stakhov2015-07-011-1/+1
* Add missing url fields.Vsevolod Stakhov2015-07-011-0/+84
* Fix issues with capturing patternsVsevolod Stakhov2015-06-301-3/+1
* Update documentationVsevolod Stakhov2015-06-301-3/+15
* Some fixes to pushing captures to lua.Vsevolod Stakhov2015-06-301-2/+3
* Improve captures in lua regexp.Vsevolod Stakhov2015-06-301-10/+59
* Favour rspamd lua libraries over system librariesAndrew Lewis2015-06-291-4/+4
* Fix get_all_opts for a case of non-iterable options.Vsevolod Stakhov2015-06-251-1/+15
* Avoid non-portable lua integers.Vsevolod Stakhov2015-06-232-2/+3
* Use watching for http sessions.Vsevolod Stakhov2015-06-151-0/+4
* Improve dependencies for lua_dns.Vsevolod Stakhov2015-06-131-4/+26
* Check DNS resolver return value.Vsevolod Stakhov2015-06-092-4/+12
* Add API to register deps from LUA.Vsevolod Stakhov2015-06-071-0/+34
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-2/+2
* Add checkpoint to avoid endless iteration.Vsevolod Stakhov2015-06-021-0/+16
* Adopt LUA API.Vsevolod Stakhov2015-06-022-14/+19
* Rework task processing.Vsevolod Stakhov2015-06-021-3/+3
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-022-0/+2
* Fix lua symbols registration.Vsevolod Stakhov2015-05-281-20/+18