aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow variables parsing in a command line.Vsevolod Stakhov2015-07-061-4/+28
* Add support for extra variables in a config.Vsevolod Stakhov2015-07-064-6/+18
* Fix error log.Vsevolod Stakhov2015-07-061-1/+2
* Fix mutex locking for logger.Vsevolod Stakhov2015-07-061-2/+2
* Log message if failed to learn.Vsevolod Stakhov2015-07-061-0/+1
* Do not dereference null pointer on learning.Vsevolod Stakhov2015-07-061-3/+5
* Add DKIM support to RBL moduleAndrew Lewis2015-07-051-0/+48
* Add delayed dependency form support to lua.Vsevolod Stakhov2015-07-041-7/+19
* Allow registering of delayed dependencies.Vsevolod Stakhov2015-07-042-0/+67
* Ignore User header in SA mode.Vsevolod Stakhov2015-07-031-1/+7
* Avoid double free if cannot load message.Vsevolod Stakhov2015-07-021-1/+0
* Fix processing of empty messages.Vsevolod Stakhov2015-07-021-0/+8
* Add GTUBE support.Vsevolod Stakhov2015-07-022-0/+62
* Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-022-7/+84
* Improve support of IP based URLs.Vsevolod Stakhov2015-07-022-6/+50
* Fix complicated case of percent encoding.Vsevolod Stakhov2015-07-011-2/+20
* Fix path field in url:to_table method.Vsevolod Stakhov2015-07-011-1/+1
* Fix parsing query just after port.Vsevolod Stakhov2015-07-011-0/+12
* Fix parsing of multiple slashes in URL.Vsevolod Stakhov2015-07-011-7/+18
* Fix finding start of URL's.Vsevolod Stakhov2015-07-011-6/+17
* Add missing url fields.Vsevolod Stakhov2015-07-011-0/+84
* Add port definition to URL.Vsevolod Stakhov2015-07-012-1/+3
* Be more permissive about url characters.Vsevolod Stakhov2015-07-011-3/+3
* Move sqlite initialization to the common routine.Vsevolod Stakhov2015-06-301-23/+21
* Fix issues with capturing patternsVsevolod Stakhov2015-06-302-6/+4
* Print result of sqlite_exec in fuzzy_backend.Vsevolod Stakhov2015-06-301-2/+3
* Merge pull request #316 from fatalbanana/masterVsevolod Stakhov2015-06-301-2/+4
|\
| * Fix use of RBL name as symbol; ignore RBL names that would not be yieldedAndrew Lewis2015-06-301-2/+4
* | Update documentationVsevolod Stakhov2015-06-301-3/+15
* | Some fixes to pushing captures to lua.Vsevolod Stakhov2015-06-301-2/+3
* | Fix regexp_search invocation.Vsevolod Stakhov2015-06-303-8/+8
* | Improve captures in lua regexp.Vsevolod Stakhov2015-06-301-10/+59
* | Improve regexp captures.Vsevolod Stakhov2015-06-302-10/+43
* | Merge pull request #313 from fatalbanana/masterVsevolod Stakhov2015-06-301-4/+4
|\|
| * Favour rspamd lua libraries over system librariesAndrew Lewis2015-06-291-4/+4
* | Use WAL for fuzzy storage as well.Vsevolod Stakhov2015-06-291-0/+7
* | Merge pull request #311 from fatalbanana/masterVsevolod Stakhov2015-06-291-1/+0
|\|
| * Remove duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
* | Use more recent lua conventions in emails module.Vsevolod Stakhov2015-06-281-16/+6
* | Try to fix build with old sqlite.Vsevolod Stakhov2015-06-271-1/+1
* | Fix SQL queries.Vsevolod Stakhov2015-06-271-11/+12
* | Add workaround for ancient sqlite.Vsevolod Stakhov2015-06-271-0/+6
|/
* Fix settingsAndrew Lewis2015-06-271-0/+1
* Remove unused variable.Vsevolod Stakhov2015-06-261-1/+0
* Fix db creating.Vsevolod Stakhov2015-06-251-15/+21
* Remove stupid debug.Vsevolod Stakhov2015-06-251-1/+1
* Rework runtime handling in sqlite3 backend.Vsevolod Stakhov2015-06-251-11/+44
* More fixes to tld match.Vsevolod Stakhov2015-06-251-2/+2
* Use tld for redirector's matching.Vsevolod Stakhov2015-06-251-2/+2
* Fix settings plugin.Vsevolod Stakhov2015-06-251-25/+22