]> source.dussan.org Git - rspamd.git/commit
[Feature] Rework and abstract lua maps API
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 Mar 2016 14:44:08 +0000 (14:44 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 Mar 2016 14:44:08 +0000 (14:44 +0000)
commite5849e1339fa467c8f411643f509a3ae9ebb33c6
tree350990b976aff5b0f5c77b349119bd28b942b400
parente242903967917614509a7eca05c4d6d9988f4a83
[Feature] Rework and abstract lua maps API

- Now all maps share the same lua object table.
- Remove bad destructions code since objects are reallocated during maps
  operations
- Fix and unify various parts of maps management
- Pass map object to lua callbacks
src/lua/lua_common.c
src/lua/lua_common.h
src/lua/lua_config.c