Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_storage_memory: Support the purge driver method | Kim Alvefur | 2018-11-07 | 1 | -0/+6 |
| | |||||
* | mod_storage_memory: Adapt archive deletion code from mod_storage_internal | Kim Alvefur | 2018-10-21 | 1 | -16/+62 |
| | |||||
* | mod_storage_memory: Fix overwriting old keys | Kim Alvefur | 2018-10-21 | 1 | -1/+1 |
| | | | | Test fixed is: spec/core_storagemanager_spec.lua:309: Expected objects to be equal. | ||||
* | mod_storage_memory: Remove compat for very early argument order | Kim Alvefur | 2018-10-21 | 1 | -3/+0 |
| | |||||
* | mod_storage_memory: Switch from '@' prefix to '=' for chunks, '@' is used to ↵ | Matthew Wild | 2018-10-11 | 1 | -3/+3 |
| | | | | indicate a source file name only | ||||
* | mod_storage_memory: Fix saving of remaining items during deletion | Kim Alvefur | 2018-09-22 | 1 | -1/+1 |
| | | | | | | | | | All data is compiled into functions that return new copies in order to prevent mutation of stored data. This has downsides. Also an ugly hack. | ||||
* | mod_storage_memory: Import from prosody-modules 4c3230c22c18 | Matthew Wild | 2018-09-12 | 1 | -0/+178 |