summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-1/+1
|
* [Fix] Fix setting of the lua topVsevolod Stakhov2016-04-301-0/+1
|
* Fix some issues found by coverityVsevolod Stakhov2016-02-091-0/+6
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* 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-041-0/+42
|
* Fix pcre post-filteringVsevolod Stakhov2015-12-091-1/+24
|
* Store max hits inside rspamd_regexp_tVsevolod Stakhov2015-12-091-0/+25
|
* Make lua_regexp structure publicVsevolod Stakhov2015-12-041-7/+0
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-1/+1
|
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
|
* 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
|
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
|
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-0/+11
|
* 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.
* Add lua_regexp:matchn function.Vsevolod Stakhov2015-04-201-0/+74
|
* Fix regexps lifetime.Vsevolod Stakhov2015-04-141-12/+37
|
* Add documentation for lua logger.Vsevolod Stakhov2015-04-091-1/+1
|
* Rework lua_regexp lifetime.Vsevolod Stakhov2015-04-091-22/+35
|
* Use rspamd{text} for storing task content.Vsevolod Stakhov2015-04-071-3/+13
|
* Allow raw matching of regexps from lua.Vsevolod Stakhov2015-03-311-2/+9
|
* Remove expressions pollutions from parts of rspamd.Vsevolod Stakhov2015-03-191-1/+0
|
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-061-14/+17
|
* Distinguish match and search in lua regexp.Vsevolod Stakhov2015-03-061-5/+45
|
* More fixes to regexp module.Vsevolod Stakhov2015-03-061-4/+11
|
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-051-106/+27
|
* Fix initialization.Vsevolod Stakhov2015-03-051-0/+1
|
* Fix match behaviour.Vsevolod Stakhov2015-03-041-6/+15
|
* Support m,, patterns in lua regexps.Vsevolod Stakhov2015-03-041-1/+12
|
* Stop regexp flags parsing on the first bad flag.Vsevolod Stakhov2015-02-171-1/+2
|
* Fix regexp creating from // pattern.Vsevolod Stakhov2015-02-171-2/+2
|
* Update regexp documentation.Vsevolod Stakhov2014-08-271-4/+4
|
* Add documentation for regexp.Vsevolod Stakhov2014-08-261-5/+89
|
* Add create_cached for rspamd_regexp.Vsevolod Stakhov2014-08-261-0/+22
|
* Add rspamd_ prefix to regexp module.Vsevolod Stakhov2014-08-251-1/+1
|
* Use modules preload for lua.Vsevolod Stakhov2014-08-251-5/+12
|
* Support slashed re in lua_regexp.Vsevolod Stakhov2014-08-191-5/+23
| | | | | | | It is now possible to add slashed regexp to lua_regexp library, for example: /^something.+$/i
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-3/+3
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-27/+29
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-30/+28
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-28/+30
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-2/+2
|
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-2/+2
|
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-1/+1
|
* Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8.Vsevolod Stakhov2011-12-071-21/+39
|
* Compatibility with old glib versions.Vsevolod Stakhov2011-11-021-0/+2
|