aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_redis.c
Commit message (Collapse)AuthorAgeFilesLines
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-4/+15
| | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
* More fixes to thread-safe processing.Vsevolod Stakhov2012-02-141-0/+8
|
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-131-1/+1
| | | | Another try to fix threading.
* Add expire and whitelist options to ip_score plugin.Vsevolod Stakhov2011-12-161-0/+3
| | | | Some fixes to expiration of keys (still need to be reworked however).
* Allow for post filters to register async events.Vsevolod Stakhov2011-12-161-3/+20
| | | | Some fixes to lua redis library.
* * Finally get rid of stupid savepoints system and migrate to async events ↵Vsevolod Stakhov2011-12-141-15/+10
| | | | | | logic completely Fix lua redis library.
* Move some debug logic.Vsevolod Stakhov2011-12-141-27/+16
|
* Fix build with system-wide libhiredis.Vsevolod Stakhov2011-12-131-0/+8
|
* * Add lua bindings to hiredis libraryVsevolod Stakhov2011-12-121-0/+335
Polish some comments.