aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix path field in url:to_table method.Vsevolod Stakhov2015-07-021-1/+1
|
* Add missing url fields.Vsevolod Stakhov2015-07-021-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
|
* 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
|
* Reverse list of exceptions.Vsevolod Stakhov2015-05-211-0/+4
|
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-201-1/+1
|
* Add lua bindings to tokenizer.Vsevolod Stakhov2015-05-201-0/+96
|
* Add API to get/set request headers from lua.Vsevolod Stakhov2015-05-201-0/+96
|
* Add lua bindings for base64.Vsevolod Stakhov2015-05-201-0/+56
|
* Allow owning lua_text.Vsevolod Stakhov2015-05-204-1/+21
|
* Add documentation for lua_tcp.Vsevolod Stakhov2015-05-191-0/+46
|
* Fix issues with lua_tcp.Vsevolod Stakhov2015-05-191-5/+4
|
* Add method to detect the full size of message.Vsevolod Stakhov2015-05-191-0/+23
|
* Make hiredis optional dependency.Vsevolod Stakhov2015-05-191-0/+14
|
* Implement IO in lua tcp.Vsevolod Stakhov2015-05-181-0/+161
|
* Add preliminary version of generic LUA TCP requests.Vsevolod Stakhov2015-05-184-1/+407
|
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-0/+11
|
* More workarounds for hiredis.Vsevolod Stakhov2015-05-131-0/+19
|
* Break deadlock in redis timeout logic.Vsevolod Stakhov2015-05-131-2/+10
|
* Fix method name in the documentation.Vsevolod Stakhov2015-05-131-1/+1
|
* One more memory leak in lua_redis.Vsevolod Stakhov2015-05-131-0/+3
|
* Print userdata in format 'class(address)'Vsevolod Stakhov2015-05-131-2/+37
|
* Allow to push raw pointer from the text boxed type.Vsevolod Stakhov2015-05-131-0/+17
|
* Try to load all lua modules ignoring failed ones.Vsevolod Stakhov2015-05-131-3/+3
|
* Fix zero-copy mode in lua_http (double free).Vsevolod Stakhov2015-05-121-0/+2
|
* Fix documentation.Vsevolod Stakhov2015-05-081-12/+2
|
* Add function regexp:set_limitVsevolod Stakhov2015-05-071-0/+47
| | | | | With this function it will be possible to limit the maximum size of text to search using this regexp.
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-051-4/+25
| | | | | | | | | | | | | | | | | | | | So now in a configuration with multiple section with the same name, for example: module { param1 = value1; param2 = value2; } module { param2 = value2_1; param3 = value3; } this function will return a single lua table that looks as following: param1 = value1, param2 = value2_1, param3 = value3
* Remove memory leak in lua_redis.Vsevolod Stakhov2015-05-051-10/+18
|
* Allow to get mime part from text part in lua.Vsevolod Stakhov2015-04-291-0/+27
|
* Add line counts to lua mimepart API.Vsevolod Stakhov2015-04-291-0/+27
|
* Use binary flags for part flags.Vsevolod Stakhov2015-04-292-11/+12
|
* Slightly improve style.Vsevolod Stakhov2015-04-271-4/+4
|
* some more formatting changesDhawal Arora2015-04-241-1/+2
|
* minor syntax changes and pushed rspamd{url} to stackDhawal Arora2015-04-241-10/+16
|
* extract all URLs from a textDhawal Arora2015-04-241-0/+45
|
* Remove old trie code.Vsevolod Stakhov2015-04-211-1/+0
|
* Add lua_regexp:matchn function.Vsevolod Stakhov2015-04-201-0/+74
|
* Fix processing tasks from lua.Vsevolod Stakhov2015-04-201-0/+5
|
* Fix lua task processing.Vsevolod Stakhov2015-04-181-2/+9
|