Re: Writing to a Dictionary Using Lua

2025-01-31 Thread Aki Tuomi via dovecot
Yes, there are plans to do this on a future release.   Aki On 31/01/2025 12:03 EET Andrea Gabellini via dovecot wrote:     Hello,   Thank you for your response. Given that there is currently no API to instantiate dict objects in Lua, I wanted to ask if there

Re: Writing to a Dictionary Using Lua

2025-01-31 Thread Andrea Gabellini via dovecot
Hello, Thank you for your response. Given that there is currently no API to instantiate dict objects in Lua, I wanted to ask if there are any plans to introduce this feature in the future. Is there a roadmap or any ongoing development efforts regarding this functionality? It would be very us

Re: Writing to a Dictionary Using Lua

2025-01-30 Thread Aki Tuomi via dovecot
> On 30/01/2025 14:43 EET Andrea Gabellini via dovecot > wrote: > > > Hello, > > I am using the push_notification_lua plugin and would like to modify my > script to write data into a dictionary configured as follows: > > dict_server { >   dict proxy { >     idle_timeout = 300s >     name

Writing to a Dictionary Using Lua

2025-01-30 Thread Andrea Gabellini via dovecot
Hello, I am using the push_notification_lua plugin and would like to modify my script to write data into a dictionary configured as follows: dict_server {   dict proxy {     idle_timeout = 300s     name = sql     slow_warn = 1s   }   dict sql {     sql_driver = mysql     mysql localhost {