aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-2912-18/+81
|
* Migrate to ref10 curve25519 implmentationVsevolod Stakhov2016-01-285-263/+4353
|
* Improve and fix multimap pluginVsevolod Stakhov2016-01-281-20/+79
| | | | | | | | - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters
* Add methods to check if a messages has from/rcptsVsevolod Stakhov2016-01-281-0/+104
|
* Allow converting of learn cache from sqlite to redisVsevolod Stakhov2016-01-272-9/+66
|
* Add base32 decode/encode routines to lua utilVsevolod Stakhov2016-01-271-0/+94
|
* Add warning for slow regexpsVsevolod Stakhov2016-01-271-15/+30
|
* Never set negative learn countsVsevolod Stakhov2016-01-271-3/+3
| | | | Issue: #496
* Show slow rules in logVsevolod Stakhov2016-01-261-0/+6
|
* Improve planning of asynchronous tasksVsevolod Stakhov2016-01-262-7/+45
|
* Try to read from HTTP socket even if we have timeoutVsevolod Stakhov2016-01-261-21/+75
|
* Merge pull request #504 from fatalbanana/masterVsevolod Stakhov2016-01-261-2/+2
|\ | | | | Fix user/language learn count in sqlite statistics (#496)
| * Fix user/language learn count in sqlite statistics (#496)Andrew Lewis2016-01-261-2/+2
| |
* | Fix fuzzy relearningVsevolod Stakhov2016-01-261-12/+44
| | | | | | | | | | Issue: #489 Investigated by: @moisseev
* | Temporary enable pcre jit fast pathVsevolod Stakhov2016-01-261-1/+1
|/
* Increase severity of sqlite errorsVsevolod Stakhov2016-01-261-2/+2
|
* Another fix to redis events logicVsevolod Stakhov2016-01-261-6/+1
|
* Try to fix memory leak on redis statVsevolod Stakhov2016-01-261-0/+7
| | | | | Issue: #500 Reported by: @mozzan
* Fix redis statsVsevolod Stakhov2016-01-262-29/+19
|
* Use pipelined HINCRBYVsevolod Stakhov2016-01-261-16/+15
|
* Fix various issuesVsevolod Stakhov2016-01-261-11/+21
|
* Implement redis advanced lua apiVsevolod Stakhov2016-01-261-7/+123
|
* Start improved redis lua apiVsevolod Stakhov2016-01-261-35/+363
|
* Fix stat migration scriptVsevolod Stakhov2016-01-251-2/+30
|
* Store int64 as stringsVsevolod Stakhov2016-01-251-2/+9
| | | | There are no 64 bits integers in lua, so store them as strings
* Merge pull request #499 from fatalbanana/masterVsevolod Stakhov2016-01-251-1/+1
|\ | | | | ratelimit: avoid possible indexing of nil value (Fixes #498)
| * ratelimit: avoid possible indexing of nil value (Fixes #498)Andrew Lewis2016-01-251-1/+1
| |
* | Add stat_convert commandVsevolod Stakhov2016-01-254-0/+203
| | | | | | | | New command is intended to convert sqlite stats to redis stats
* | Fix parsing of redis argsVsevolod Stakhov2016-01-251-7/+45
| |
* | Implement synchronous redis callVsevolod Stakhov2016-01-251-14/+109
|/
* Add lua_sqlite3 unit testsVsevolod Stakhov2016-01-251-3/+3
|
* Fix locking issues with sqliteVsevolod Stakhov2016-01-252-13/+16
|
* Fix more issuesVsevolod Stakhov2016-01-252-2/+8
|
* Fix sqlite3 API initializationVsevolod Stakhov2016-01-253-2/+4
|
* Add lua sqlite3 moduleVsevolod Stakhov2016-01-252-1/+385
|
* Do not require mempool to open sqlite3 dbVsevolod Stakhov2016-01-251-13/+14
|
* Add util.parse_mail_address function to LUA APIVsevolod Stakhov2016-01-251-0/+44
|
* Move internet address pushing to common routinesVsevolod Stakhov2016-01-253-79/+111
|
* Same issue for [] addressesVsevolod Stakhov2016-01-251-1/+1
|
* Erm, fix issue with length calculationVsevolod Stakhov2016-01-241-1/+1
|
* Fix names for parsed addressesVsevolod Stakhov2016-01-243-13/+46
|
* Add logging macroes with guardsVsevolod Stakhov2016-01-242-5/+39
|
* Rework parsing of IP addressesVsevolod Stakhov2016-01-243-205/+173
|
* Add mime types checking pluginVsevolod Stakhov2016-01-231-0/+86
|
* Allow `any`, `mime` and `smtp` for get_from/get_recipientsVsevolod Stakhov2016-01-221-4/+37
|
* Fix broken headers and task:has_flagVsevolod Stakhov2016-01-222-3/+4
|
* Erm, forgot to add the real fix to google groupsVsevolod Stakhov2016-01-221-1/+5
|
* Rework flags LUA APIVsevolod Stakhov2016-01-221-20/+95
| | | | | | - Allow to check for a specific flag - Add `learn_spam`, `learn_ham` and `broken_headers` flags - Unify internal functions
* Add broken headers flagVsevolod Stakhov2016-01-222-0/+3
|
* Fix googlegroups support in maillist pluginVsevolod Stakhov2016-01-221-170/+170
|