Mercurial > prosody-modules
log mod_cache_c2s_caps/mod_cache_c2s_caps.lua @ 3903:cfeb93b80621
age | author | description |
---|---|---|
2019-03-06 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Use the correct argument, and check for origin’s nil-ness |
2019-02-14 | Matthew Wild | mod_cache_c2s_caps: Fail to load if module:send_iq() is not available |
2019-01-22 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Unset the caps_cache also on errors due to the result validation. |
2019-01-22 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Add a missing return when the hash is wrong. |
2019-01-22 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Switch to the new module:send_iq() API. |
2018-06-08 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result. |
2018-06-01 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins. |
2018-03-07 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: Remove unused import (thanks luacheck) |
2018-03-07 | Emmanuel Gil Peyrot | mod_cache_c2s_caps: New module caching capabilities from local clients |