summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* 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
|
* Fix registering of composites.Vsevolod Stakhov2015-05-282-4/+4
|
* Adopt LUA API for symbols registration changes.Vsevolod Stakhov2015-05-282-53/+76
|
* Registering symbols now returns their id.Vsevolod Stakhov2015-05-281-15/+30
|
* Refactor and unify function names.Vsevolod Stakhov2015-05-273-8/+8
|
* Adopt lua API.Vsevolod Stakhov2015-05-263-8/+10
|
* Refactor events API.Vsevolod Stakhov2015-05-265-12/+12
|
* Remove threading support at all.Vsevolod Stakhov2015-05-261-1/+1
|
* Fix lua session.Vsevolod Stakhov2015-05-261-31/+43
|
* Fix ownership issues for zero-copy decode.Vsevolod Stakhov2015-05-251-4/+8
|
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
|
* Add base64 decoding lua utility.Vsevolod Stakhov2015-05-251-0/+59
|
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
|
* Allow to specify custom stop pattern for lua_tcp.Vsevolod Stakhov2015-05-211-0/+24
|