summaryrefslogtreecommitdiffstats
path: root/src/plugins/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-20/+20
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-2/+2
| | | | This types have constant conflicts with the system ones especially on OSX.
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-051-2/+2
|
* [Rework] More steps to do refactoringVsevolod Stakhov2023-08-161-4/+4
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-222/+221
| | | | No meaningful changes.
* [Rework] Use dynamic items for calling callbacksVsevolod Stakhov2022-05-091-2/+2
| | | | | It is trivial to get a static item by dynamic item by just subtracting pointers. So there is no need in other complications.
* [Rework] Distinguish between strict config test modeVsevolod Stakhov2020-12-261-14/+37
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-1/+1
|
* [Minor] Fix compile warningsVsevolod Stakhov2019-10-101-2/+2
|
* [Rework] Rework expression APIVsevolod Stakhov2019-05-171-9/+4
|
* [Fix] Fix priority for regexp symbols registriationVsevolod Stakhov2019-03-251-1/+1
|
* [Minor] Fix various issuesVsevolod Stakhov2019-01-151-1/+1
|
* [Feature] Regexp: Allow local lua functions in Rspamd regexp moduleVsevolod Stakhov2019-01-151-5/+13
|
* [Minor] Regexp: Allow to add mime only regexp rulesVsevolod Stakhov2019-01-071-4/+26
|
* [Feature] Implement more strict configuration testsVsevolod Stakhov2018-12-031-9/+66
|
* [Project] Another rework for symbols cacheVsevolod Stakhov2018-10-291-10/+10
|
* [Rework] Completely rework symbols cache managementVsevolod Stakhov2018-10-261-1/+3
|
* [Fix] Fix finalization for internal pluginsVsevolod Stakhov2018-10-211-0/+2
|
* [Project] Pass cache item to the callback functionsVsevolod Stakhov2018-10-201-2/+6
|
* [Minor] Use struct to pass parameters to process_atom() functionsMikhail Galanin2018-08-131-1/+6
|
* [Project] Implement fast module ctx lookupVsevolod Stakhov2018-07-301-17/+20
|
* [Minor] Eliminate dedicated mempool for regexp moduleVsevolod Stakhov2018-07-091-11/+7
|
* [Feature] Allow multiple groups for symbolsVsevolod Stakhov2018-05-151-0/+16
|
* [Rework] Kill metrics!11Vsevolod Stakhov2017-11-041-1/+1
|
* [Minor] Further steps to get rid of metrics supportVsevolod Stakhov2017-10-081-9/+2
|
* [Feature] Allow to specify maximum number of shots for symbolsVsevolod Stakhov2017-03-201-3/+13
|
* [Fix] Fix memory leak on reload in pluginsVsevolod Stakhov2017-01-171-3/+4
|
* [Feature] Add `one_param` flag for metric symbolsVsevolod Stakhov2016-10-271-0/+8
|
* [Feature] Add magic for callback data in rspamd rulesVsevolod Stakhov2016-04-071-0/+10
|
* Rework system of symbols registrationVsevolod Stakhov2016-02-241-3/+12
| | | | | | It is possible now to use priorities when adding symbols to metrics and override scores for symbols with lower priority with the scores with high priority.
* Refactor UCL APIVsevolod Stakhov2016-02-161-10/+10
|
* Initial support for dynamic modules and workersVsevolod Stakhov2016-02-121-1/+2
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+3
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Fix couple of compiler warningsVsevolod Stakhov2016-01-301-1/+1
|
* Improve error reportingVsevolod Stakhov2016-01-121-7/+12
|
* Add 'required' and 'default' values for doc stringsVsevolod Stakhov2016-01-041-2/+10
|
* Add doc strings for regexp moduleVsevolod Stakhov2016-01-041-0/+12
|
* Fix code for the new cacheVsevolod Stakhov2015-12-031-1/+1
|
* Improve informational message from regexp moduleVsevolod Stakhov2015-11-271-3/+7
|
* Add informational messages about modules initializationVsevolod Stakhov2015-11-271-1/+4
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-1/+0
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Update other C module for the new logger.Vsevolod Stakhov2015-08-311-10/+12
|
* Allow complex regexp rules as well.Vsevolod Stakhov2015-08-281-4/+30
|
* Allow complex regexp rules.Vsevolod Stakhov2015-08-271-2/+71
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-4/+2
|
* Rework symbols weights.Vsevolod Stakhov2015-08-121-6/+8
|
* Add conditional enabling of modules.Vsevolod Stakhov2015-08-061-0/+4
|
* Refactor and unify function names.Vsevolod Stakhov2015-05-271-2/+2
|