CONTRIBUTING
author Kim Alvefur <zash@zash.se>
Fri, 30 Jun 2023 22:01:55 +0200
changeset 13179 bbdaa770b955
parent 9950 ceaca48a7e6d
permissions -rw-r--r--
util.cache: Pass cache itself to eviction callback Simplifies access to the cache without moving code around a lot given the currently common pattern of local some_cache = cache.new(size, function(k,v) end)

Thanks for your interest in contributing to the project!

There are many ways to contribute, such as helping improve the
documentation, reporting bugs, spreading the word or testing the latest
development version.

You can find more information on how to contribute at <https://prosody.im/doc/contributing>

See also the HACKERS and README files.